

{
"version": "v1.0",
"sign": "string",
"timestamp": 1659999999,
"notify_type": "string",
"error_code": "string",
"error_description": "string",
"merchant_id": "string",
"trans_id": "string",
"order_id": "string",
"status": "string",
"amount": 0,
"currency": "CNY",
"pay_finish_time": "2019-08-24T14:15:22.123Z",
"recurring_agreement_id": "string",
"token": "string",
"shopper_reference": "string",
"authentication_result": {
"authentication_url": "string",
"enroll_status": "string",
"upgraded": true,
"downgraded": true,
"version": "string",
"upgrade_reason": "string",
"authentication_status": "string",
"cryptogram": "string",
"xid": "string",
"exemption": "string",
"mode": "string",
"exemption_applied": "string",
"eci": "string"
},
"expire_time": "2019-08-24T14:15:22.123Z",
"session_id": "CS200395192979024625",
"payment": {
"store_payment_method": false
},
"card_info": {
"bin": "string",
"last4": "string",
"card_brand": "VISA"
}
}curl --location --request POST '/apis/YourPaymentsNotifyUrl' \
--header 'type;' \
--header 'signature;' \
--header 'content-type: application/json' \
--data-raw '{
"version": "v1.0",
"sign": "string",
"timestamp": 1659999999,
"notify_type": "string",
"error_code": "string",
"error_description": "string",
"merchant_id": "string",
"trans_id": "string",
"order_id": "string",
"status": "string",
"amount": 0,
"currency": "CNY",
"pay_finish_time": "2019-08-24T14:15:22.123Z",
"recurring_agreement_id": "string",
"token": "string",
"shopper_reference": "string",
"authentication_result": {
"authentication_url": "string",
"enroll_status": "string",
"upgraded": true,
"downgraded": true,
"version": "string",
"upgrade_reason": "string",
"authentication_status": "string",
"cryptogram": "string",
"xid": "string",
"exemption": "string",
"mode": "string",
"exemption_applied": "string",
"eci": "string"
},
"expire_time": "2019-08-24T14:15:22.123Z",
"session_id": "CS200395192979024625",
"payment": {
"store_payment_method": false
},
"card_info": {
"bin": "string",
"last4": "string",
"card_brand": "VISA"
}
}'{
"ret_code": "string",
"ret_msg": "string"
}