🔔Deposit

Deposit transaction callback

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

POST https://example.com/your-deposit-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

QR

extendParams

Object

Values added from extendParams during transaction creation.

status*

String

status

Status

Status
Description

PAID

Deposit transaction is successful

Example Request

Expected response

Last updated