Skip to main content

JSON Payload Explanation

The HTTP POST callback’s JSON payload contains transaction details:

FieldDescription
accountEDTOUnique wallet ID (e.g., tQqUvcnfwO8HzlQjYz2d).
blockchainTxIdBlockchain transaction hash (e.g., 0x73c2...e566f).
chainBlockchain network (e.g., MATIC for Polygon).
currencyCryptocurrency delivered (e.g., USDT).
customerIDYour customId (e.g., 38UUAR23DVUA).
timestampPayment completion time (e.g., 2023-07-11T06:03:22.063Z).
transactionFeeFee amount (e.g., 0.0002 USDT).
transactionFeePercentFee percentage (e.g., 0.025 for 2.5%).
transferedAmountNet amount delivered (e.g., 0.0098 USDT).
value_in_usdNet amount delivered in USD (e.g. 0.009798 USD).

These fields enable you to process payments, verify transactions, and update user records.

note

If a secret token is used (optional), we include it in the header. Verify this header before processing the JSON body.