Run in Apifox
When the payment method is NET_BANKING, the minimum amount is 50 and the maximum amount is 100,000. When the payment method is PAPARA_BANK, the minimum amount is 100 and the maximum amount is 100,000.
The user’s name must be the real full name.
Request Body Params application/json
{
"mchOrderId" : "string" ,
"amount" : "string" ,
"firstname" : "string" ,
"currency" : "string" ,
"lastname" : "string" ,
"productinfo" : "string" ,
"email" : "string" ,
"phone" : "string" ,
"callbackUrl" : "string" ,
"redirectUrl" : "string" ,
"noPayPage" : "string" ,
"paymentType" : "NET_BANKING"
} Request Code Samples
curl --location --request POST '/gateway/base/biz' \
--header 'method: pay' \
--header 'signType: SHA512' \
--header 'serviceName: api.pay' \
--header 'mchId: 1416010331032883200' \
--header 'timestamp: 1631671670' \
--header 'sign: 32554324534545432543' \
--header 'Content-Type: application/json' \
--data-raw '{
"mchOrderId": "string",
"amount": "string",
"firstname": "string",
"currency": "string",
"lastname": "string",
"productinfo": "string",
"email": "string",
"phone": "string",
"callbackUrl": "string",
"redirectUrl": "string",
"noPayPage": "string",
"paymentType": "NET_BANKING"
}' Responses application/json Generate Code
{
"resultCode" : "91" ,
"errorCode" : "42" ,
"errorMsg" : null ,
"data" : [
{
"orderId" : "39" ,
"checkoutUrl" : "https://obvious-longboat.com/"
} ,
{
"orderId" : "46" ,
"checkoutUrl" : "https://muffled-case.us/"
} ,
{
"orderId" : "10" ,
"checkoutUrl" : "https://big-hundred.info/"
}
]
} Modified at 2025-12-05 12:56:10