用户付款时输入的用户信息一定要正确并且和银行账户所属人的信息要一致
当账户类型是RUT 类型的时候 银行账户一定是RUT 类型的身份id的前八位
用户的邮箱一定要填真实的邮箱,身份id和身份类型也需要真实的
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": "CASH",
"beneficiaryType": "RUT",
"beneficiaryId": "string",
"paymentMethod": "CHECKOUT_URL"
}
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": "CASH",
"beneficiaryType": "RUT",
"beneficiaryId": "string",
"paymentMethod": "CHECKOUT_URL"
}'
Responses
application/json {
"data": [
{
"orderId": "39",
"checkoutUrl": "https://qualified-violin.net/"
}
],
"resultCode": "29",
"errorCode": "88",
"errorMsg": "elit sint velit deserunt ad"
}
Modified at 2025-12-05 13:03:25