Request
Body Params application/json
{
"beneficiaryBankCode": "AFBB",
"paymentType": "NET_BANKING"
}
Request Code Samples
curl --location '/gateway/base/biz' \
--header 'method: payOut' \
--header 'signType: SHA512' \
--header 'serviceName: api.pay' \
--header 'mchId: 1416010331032883200' \
--header 'timestamp: 1631671670' \
--header 'sign: 32554324534545432543' \
--header 'Content-Type: application/json' \
--data '{
"beneficiaryBankCode": "AFBB",
"paymentType": "NET_BANKING"
}'
Responses
application/json
{
"data": [
{
"orderId": "84"
},
{
"orderId": "15"
},
{
"orderId": "66"
}
],
"resultCode": "14",
"errorCode": "71",
"errorMsg": "labore"
}
Modified at 2025-12-05 12:56:10