{
"appId": "appId",
"appName": "Merchant App",
"timestamp": 1773285307912,
"mchOrderId": "DirectDebitTest{{mchOrderId}}",
"amount": 150000,
"channelCode": "ALIPAY_DIRECT_DEBIT",
"payToken": "TKF2OPFF9VNCGZWQ9T",
"customerName": "John Doe",
"email": "johndoe@example.com",
"mobile": "09123456789",
"callbackUrl": "https://webhook.site/07b1dcac-70da-4e85-b685-50de9b6b7e24",
"remark": "test remark",
"sign": "sign"
}curl --location '/api/direct/debit/pay' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "appId",
"appName": "Merchant App",
"timestamp": 1773285307912,
"mchOrderId": "DirectDebitTest{{mchOrderId}}",
"amount": 150000,
"channelCode": "ALIPAY_DIRECT_DEBIT",
"payToken": "TKF2OPFF9VNCGZWQ9T",
"customerName": "John Doe",
"email": "johndoe@example.com",
"mobile": "09123456789",
"callbackUrl": "https://webhook.site/07b1dcac-70da-4e85-b685-50de9b6b7e24",
"remark": "test remark",
"sign": "sign"
}'{
"code": 1000,
"message": "success",
"data": {
"mchOrderId": "DirectDebitTest1773282331751",
"transactionId": "C5N1919482598850560",
"transactionStatus": "COMPLETE",
"channelType": "DIRECT_DEBIT",
"channelCode": "ALIPAY_DIRECT_DEBIT"
}
}