[Successful Payment] Asynchronous notification parameter description for successful payment
Field | Type | Desc | Remark |
---|---|---|---|
order_id | String | order id | ET Order Id |
pay_result | Int | Payment results | 1 payment successful, 0 failed |
pay_amount | Float | payment amount | Floating point number, example 10000.00. |
pay_currency_code | String | Payment currency code | Default RMB, Please refer to the constant description and currency code description for details. |
pay_datetime | String | Payment time | String type, example 2017-10-12 10:00:00 Beijing Time (utf-8) |
extend_info | String | extend info | Subsequent reserved use。 |
sign | String | signature | Use MD5 to generate signatures. For detailed procedures, please refer to the asynchronous notification signature generation process instructions |
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"
}