Skip to main content

JSON Payload Explanation

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

FieldDescription
accountIdUnique 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%).
transferredAmountNet amount delivered (e.g., 0.0098 USDT).
urlYour IPN URL (e.g., https://your-endpoint.com/).
tokenSecret token for verification (if enabled).

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

note

Verify the token field if using the secret token feature.