Callback example

!!! This endpoint doesn't exist in our API !!!.
It's an example of callback request to your server.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Callback URL

Body Params

Callback payload

uint64

DepositAmount is an actual deposit amount in cents in requested currency .

string

DepositCurrencyIso is a requested deposit currency ISO code.

string

ReferenceId is an identifier from your system what you set in NewTransaction call.

uint64

TransactionId is a unique identifier of the transaction.

string

TransactionStatus is a status of the transaction.

  • EXPIRED - when user didn't pay in time.
  • PAYMENT_FAILED - when payment failed.
  • PAYMENT_CANCELLED - when operation cancelled from our side.
  • DELIVERY_FAILED - when we failed to deliver funds.
  • DELIVERY_CANCELLED - when we cancelled delivery.
  • COMPLETED - when we successfully delivered funds.
uint64

WithdrawAmount is actual withdrawal amount in cents.
Value is not 0 only for COMPLETED transactions.

string

WithdrawCurrencyIso is a withdrawal currency ISO code.

Headers
string
required

sha256.Sum(request_body + secret_key)

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
*/*