🔔Withdraw

Withdrawal transaction callback

*IMPORTANT* Callback might be triggered more than once. Please make sure to handle this properly.

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

Headers

Name
Type
Description

x-wildpay-partnerid*

String

partner id

x-wildpay-signature*

String

signature

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

Pay Amount

fee*

Number

Fee

method*

String

Payout

extendParams

Object

Values added from extendParams during transaction creation.

status*

String

status

Status

Status
Description

PAID

Withdraw transaction is successful

CANCEL

Order rejected

FAILED

Payment failed

REVERT

Reversed (bank reversal, usually returned the next day, order status changes to this)

Example Request

Expected response

Last updated