Deposit
The Deposit operation has a separate structure for the response received upon its actual processing. It should also be noted that the webhook for the deposit operation will only be received in the case of successful processing and an assigned status of "complete" for the transaction.
Description of Input Parameters
Example request:
{
"id":"8543f5c7-26bf-4f5c-b1d3-8e9a757a008c",
"type":"payment:confirmed",
"data":{
"id":"13f2324s3-adsgfd8-4e3f-b69e-324b965d2ca0",
"charge_id":"71e332rb-1bce-4363-9de5-a7dsgffds8beea678",
"address":"TJPsfdgfdsgbpPsLyGtAadsfgB3zFbUNAG6XFM",
"tx_id":"d84627591fdsh43t43tresg2eb27d6bfb4bc828d4531530678d6bf78fdb5ea539",
"network":"tron",
"symbol":"TRX",
"amount":"5",
"status":"confirmed",
"aml_level":"low",
"detected_at":"2024-04-01T12:08:39Z",
"exchange":null
},
"created_at":"2024-04-01T12:09:04.272987148Z"
}