bellWithdraw

For notifying withdrawal transactions.

Callback Statement

POST https://example.com/your-withdraw-callback

Headers

Name
Type
Description

x-partnerid*

String

partner id

x-signature*

String

signature

Content-Type*

application/json

-

Request Body

Name
Type
Description

timestamp*

String

ISO Date

successTime*

String

ISO Date

refId

String, Unique

Ref ID

transactionId

String, Unique

Transaction ID

amount*

Number

Amount

payAmount*

Number

Amount

fee*

Number

Fee

method*

String

method is "P2P"

extendParams

Object

Extend Params

status*

String

Status

Status

Status
Description

PAID

Withdraw transaction is successful

CANCEL

Order rejected

FAILED

Payment failed

Example Request

Expected Response

Last updated