| Field | Type | Desc | Remark |
|---|---|---|---|
order_id | String | Order ID | ET Order ID |
remittance_voucher_url | String | Remittance voucher URL | The URL of the remittance voucher. The merchant can download it from this address. The file format is PDF. |
extend_info | String | Extend Info | Reserved for future use. |
sign | String | Signature | Use MD5 to generate signatures. For detailed procedures, please refer to the asynchronous notification signature generation process instructions |
{
"order_id": "ET20260101xxxxxxxx",
"remittance_voucher_url": "https://static.et.cn/xxx/xxx/xxx.pdf",
"extend_info": "",
"sign": "xxxxxx",
}| 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"
}