Automatic POSTBACK
Last updated
Last updated
After successful payment execution, a POST request with information about the payment is sent to the notification URL specified in the project settings.
Parameter name | Data type | Value | Example | Description |
---|---|---|---|---|
JWT token — response signature from the server. It is signed with a secret key generated in the project settings. Additionally, UUID of the invoice is added to the token. The token is valid for 5 minutes after the notification is created. It is generated each time a payment notification is sent.
The encryption algorithm is HS256.
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