Request
Body Params application/jsonRequired
{
"mchOrderId": "{{timestamp}}",
"amount": "11.00",
"currency":"MXN",
"purpose": "shopping",
"beneficiaryName":"AN GENGYU",
"beneficiaryEmail":"123425677769@gmail.com",
"beneficiaryMobile": "12345627706",
"beneficiaryAccountNumber": "646180110400000007",
"callbackUrl": "http://baidu.com/api/callback_today/notify_putout",
"mockBankUrl":"https://m1.apifoxmock.com/m2/6916483-7256124-default/492072138",
"mockBankType":"payarcus2"
}
Request Code Samples
curl --location '/biz' \
--header 'method: payOut' \
--header 'signtype: SHA512' \
--header 'serviceName: api.pay' \
--header 'mchId: {{sit-mchld}}' \
--header 'timestamp: {{timestamp}}' \
--header 'signStr;' \
--header 'Content-Type: application/json' \
--data-raw '{
"mchOrderId": "{{timestamp}}",
"amount": "11.00",
"currency":"MXN",
"purpose": "shopping",
"beneficiaryName":"AN GENGYU",
"beneficiaryEmail":"123425677769@gmail.com",
"beneficiaryMobile": "12345627706",
"beneficiaryAccountNumber": "646180110400000007",
"callbackUrl": "http://baidu.com/api/callback_today/notify_putout",
"mockBankUrl":"https://m1.apifoxmock.com/m2/6916483-7256124-default/492072138",
"mockBankType":"payarcus2"
}'
Responses
application/json
{"timestamp":"2026-07-30T13:14:16.495+00:00","status":404,"error":"Not Found","path":"/india-service/core/bi%20z"}
Modified at 2026-08-03 10:00:09