| Field | Type | Description | Remark |
|---|---|---|---|
order_id | String | Order ID | ET Order ID |
purchase_currency_code | String | Transfer Currency | Three-letter currency code, e.g., USD, EUR |
purchase_amount | Float | Transfer Amount | The amount to be transferred out |
purchase_result | Int | Transfer Status | 1 = Transfer successful, 0 = Transfer failed |
purchase_datetime | String | Transfer Time | String type, e.g., 2024-01-01 10:00:00 |
extend_info | String | Extended Information | Reserved for future use |
sign | String | Signature | Generated using MD5; see the asynchronous notification signature generation process for details |
{
"order_id": "ET00000000000000001",
"purchase_amount": 100.0,
"purchase_result": 1,
"purchase_currency_code": "USD",
"purchase_datetime": "2026-01-01 10:00:00",
"extend_info": "",
"sign": "xxx"
}| Field | Type | Desc | Remark |
|---|---|---|---|
| notify_result | String | notify result | If "OK" is returned, the notification is successful and no more notifications are sent. If other result are returned, the notifications continue to be sent. |
{
"notify_result": "OK"
}