Amount supports decimals. The currency displayed in our system for Ecuador is ECS, but users in Ecuador actually use USD, meaning 1 ECS = 1 USD
Phone number must be less than 10 digits
Identity information and email address need to be filled with real user information
Amount limit: 6-10000 ECS = 6-10000 USD
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",
"beneficiaryType": "CI",
"beneficiaryId": "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",
"beneficiaryType": "CI",
"beneficiaryId": "string",
"paymentType": "NET_BANKING"
}'
Responses
application/json {
"data": [
{
"orderId": "34",
"checkoutUrl": "https://slight-summary.name/"
}
],
"resultCode": "5",
"errorCode": "100",
"errorMsg": "Ut elit dolore"
}
Modified at 2025-12-05 12:56:10