{
"type": "string",
"data": {
"id": "string",
"request_id": "string",
"account_id": "string",
"payment_type": "WECHAT_PAY",
"payment_flow": "SCAN",
"order_description": "string",
"notify_url": "string",
"payment": {
"amount": 0,
"currency": "string",
"expiry_time": "2019-08-24T14:15:22Z"
},
"payment_params": {
"property1": "string",
"property2": "string"
},
"metadata": {},
"next_action": {
"property1": {},
"property2": {}
},
"settlement": {
"currency": "string",
"exchange_rate": "string"
},
"payer": {
"amount": 0,
"currency": "string"
},
"status": "INIT",
"create_time": "2019-08-24T14:15:22Z",
"complete_time": "2019-08-24T14:15:22Z"
}
}
curl --location --request POST 'https://demo-api.easypayx.com/acquiring_payment_success' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"data": {
"id": "string",
"request_id": "string",
"account_id": "string",
"payment_type": "WECHAT_PAY",
"payment_flow": "SCAN",
"order_description": "string",
"notify_url": "string",
"payment": {
"amount": 0,
"currency": "string",
"expiry_time": "2019-08-24T14:15:22Z"
},
"payment_params": {
"property1": "string",
"property2": "string"
},
"metadata": {},
"next_action": {
"property1": {},
"property2": {}
},
"settlement": {
"currency": "string",
"exchange_rate": "string"
},
"payer": {
"amount": 0,
"currency": "string"
},
"status": "INIT",
"create_time": "2019-08-24T14:15:22Z",
"complete_time": "2019-08-24T14:15:22Z"
}
}'
{}