Run in Apifox
The mobile phone number needs to be preceded by a three-digit country code.
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" ,
"cardNumber" : "string" ,
"paymentMethod" : "string" ,
"paymentType" : "CELLULANT"
} 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",
"cardNumber": "string",
"paymentMethod": "string",
"paymentType": "CELLULANT"
}' Responses application/json Generate Code
{
"data" : [
{
"orderId" : "50" ,
"checkoutUrl" : "https://true-jet.net/"
} ,
{
"orderId" : "33" ,
"checkoutUrl" : "https://rotten-custom.org/"
}
] ,
"resultCode" : "45" ,
"errorCode" : "37" ,
"errorMsg" : "ipsum sint amet aliqua"
} Modified at 2025-12-05 12:56:10