Automatic POSTBACK
After successful payment execution, a POST request with information about the payment is sent to the notification URL specified in the project settings.
Request parameters
Parameter name
Data type
Value
Example
Description
status
string
success
success
Request execution status
invoice_id
string
id
DZLF4212
Unique payment identifier
amount_crypto
decimal
sum
0.4567
Payment amount in cryptocurrency
currency
string
BTC
LTC
ETH
USDT_TRC20 USDT_ERC20 USDC_TRC20 USDC_ERC20 TUSD_TRC20 TUSD_ERC20
BTC
Currency code
order_id
string
id
ORD99999
Store order identifier
token
string
token
eyJ0eXAiOiJKV1QiLCJhbGciOiJIAcI1NiJ9.eyJpZCI6MTMsImV4cCI6MTYzMTc4NjQyNn0.HQavV3z8dFnk56bX3MSY5X9lR6qVa9YhAoeTEHkaAzs
JWT token
Response example
Example of POSTBACK processor
Last updated
Was this helpful?