{
  "requestUUID": "fbd70fb4-c302-4228-bd61-6326e0539551",
  "chainName": "TRON",
  "symbol": "TRX",
  "amount": "2.500000000000",
  "business": 0,
  "toAddress": "TYLdkix4wqk1wLXbqbxrrY1oi1mHEM6uwP",
  "fromAddress": "TGDHyoMpgDQj4DmoZdwJP2FSkSG4DEchnK",
  "riskLevelTo": 3,
  "riskLevelFrom": 3,
  "txId": "b00a4aa3d6426f6409a83ae72a79de5b559a2c339ebc89b8b75427c2600978e3",
  "tenantUserId": "2049",
  "type": 1,
  "txIndex": -1,
  "newAddress": "TYLdkix4wqk1wLXbqbxrrY1oi1mHEM6uwP",
  "trackingId": "6484"
}
{
  "apiKey": "88c47568-8d24-4983-9b4c-y1ec8b939e9b",
  "data": "{\"type\":1,\"callBackId\":null,\"trackingId\":\"6484\",\"state\":null,\"txId\":\"b00a4aa3d6426f6409a83ae72a79de5b559a2c339ebc89b8b75427c2600978e3\",\"txIndex\":-1,\"chainName\":\"TRON\",\"symbol\":\"TRX\",\"amount\":\"2.500000000000\",\"fromAddress\":\"TGDHyoMpgDQj4DmoZdwJP2FSkSG4DEchnK\",\"toAddress\":\"TYLdkix4wqk1wLXbqbxrrY1oi1mHEM6uwP\",\"tenantType\":null,\"requestUUID\":\"fbd70fb4-c302-4228-bd61-6326e0539551\",\"tenantUserId\":\"2049\"}",
  "errCode": 0,
  "message": ""
}

NOTIFY_DEPOSITED (type=1)

When a user deposits digital currency into their deposit address in WaaS, WaaS will notify you of the deposit details through this callback. The merchant needs to inform WaaS in the response whether this callback has been accepted.

Request Parameters

The request sent by WaaS is an RSA-encrypted Base64 string. Merchants need to decrypt it using their public key to obtain the following business parameters:

Deposit Callback Request Parameters
object

Response Parameters

After processing the callback, merchants need to return a JSON-formatted response body. The data field must return an RSA-encrypted Base64 string (encrypted using the public key provided by WaaS), while other fields are in plain text:

Deposit Callback Response Parameters
object

{
  "requestUUID": "fbd70fb4-c302-4228-bd61-6326e0539551",
  "chainName": "TRON",
  "symbol": "TRX",
  "amount": "2.500000000000",
  "business": 0,
  "toAddress": "TYLdkix4wqk1wLXbqbxrrY1oi1mHEM6uwP",
  "fromAddress": "TGDHyoMpgDQj4DmoZdwJP2FSkSG4DEchnK",
  "riskLevelTo": 3,
  "riskLevelFrom": 3,
  "txId": "b00a4aa3d6426f6409a83ae72a79de5b559a2c339ebc89b8b75427c2600978e3",
  "tenantUserId": "2049",
  "type": 1,
  "txIndex": -1,
  "newAddress": "TYLdkix4wqk1wLXbqbxrrY1oi1mHEM6uwP",
  "trackingId": "6484"
}
{
  "apiKey": "88c47568-8d24-4983-9b4c-y1ec8b939e9b",
  "data": "{\"type\":1,\"callBackId\":null,\"trackingId\":\"6484\",\"state\":null,\"txId\":\"b00a4aa3d6426f6409a83ae72a79de5b559a2c339ebc89b8b75427c2600978e3\",\"txIndex\":-1,\"chainName\":\"TRON\",\"symbol\":\"TRX\",\"amount\":\"2.500000000000\",\"fromAddress\":\"TGDHyoMpgDQj4DmoZdwJP2FSkSG4DEchnK\",\"toAddress\":\"TYLdkix4wqk1wLXbqbxrrY1oi1mHEM6uwP\",\"tenantType\":null,\"requestUUID\":\"fbd70fb4-c302-4228-bd61-6326e0539551\",\"tenantUserId\":\"2049\"}",
  "errCode": 0,
  "message": ""
}