金额支持小数,厄瓜多尔在我方的币种显示是ECS,但是在厄瓜多尔用户使用的是USD,即 1ECS = 1USD
金额限额:6-10000 ECS=6-10000USD
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 13:03:25