User information and bank account details entered during payment must be accurate and match the bank account holder's information
Non-authentic email addresses will trigger bank risk controls and reduce success rates
Both user name and email must provide authentic information
Amount limit: Minimum 1 PEN, Maximum 40,000 PEN
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": "DNI",
"beneficiaryId": "string",
"paymentMethod": "string"
}
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": "DNI",
"beneficiaryId": "string",
"paymentMethod": "string"
}'
Responses
application/json {
"data": [
{
"orderId": "92",
"checkoutUrl": "https://insecure-representation.biz/"
},
{
"orderId": "74",
"checkoutUrl": "https://wrong-window.biz/"
},
{
"orderId": "33",
"checkoutUrl": "https://precious-fog.biz/"
}
],
"resultCode": "76",
"errorCode": "16",
"errorMsg": "ad dolore amet"
}
Modified at 2025-12-05 12:56:10