Perú
Perú is one of the leading digital payments markets in South America, with a strong banking sector complemented by extensive cash-in networks. Local customers can fund transactions via bank transfers through major banks or cash deposits at popular agents.
Please note that the process is always the same, before processing the transaction you must create the order, here is an example of the body for this country.
{
"country": "PER",
"origin": "api",
"amount": "5",
"email": "test@gmail.com"
}
Pay In
Bank Transfer
Type Transaction | Type Payment | Payment Method | Supported Providers | Logos |
---|---|---|---|---|
bankin | bank | bcp | BCP | ![]() |
interbank | Interbank | ![]() | ||
caja-trujillo | Caja Trujillo | ![]() | ||
caja-huancayo | Caja Huancayo | ![]() | ||
caja-arequipa | Caja Arequipa | ![]() | ||
caja-tacna | Caja Tacna | ![]() | ||
bbva | BBVA | ![]() |
Complete transaction - Body (Sample Request)
{
"hash": "U2FsdGVkX1%2FYy%2F0....",
"paymentMethod" : "bcp",
"typePayment" : "bank",
"typeTransaction":"bankin",
"description" : "top up",
"customer": {
"typeDocument":"DNI",
"document" : "1234567890",
"name": "Juan",
"lastName":"Pérez",
"phoneNumber":"3133133131"
},
"address": {
"line1": "123 First Street",
"countryCode": "GT",
"stateProvince": "Province 1",
"city": "Orlando"
}
}
Cash
Type Transaction | Type Payment | Payment Method | Supported Providers | Logos |
---|---|---|---|---|
cashin | cash | westerunion | Western Union | ![]() |
cellpower | CellPower | |||
kasnet | Kasnet | ![]() | ||
reddigital | RedDigital |
Complete transaction - Body (Sample Request)
{
"hash": "U2FsdGV...",
"paymentMethod" : "cellpower",
"typePayment" : "cash",
"typeTransaction":"cashin",
"description" : "Orden de prueba",
"merchantId":"11223344"
}
Wallet
Paypal
This endpoint allows you to initiate a payment process with PayPal through our API.
We will generate a checkout URL where the customer can be redirected to securely complete the payment process.
Complete transaction - Body (Sample Request)
{
"hash": "U2FsdGV...",
"paymentMethod": "paypal",
"typePayment": "wallet",
"typeTransaction": "walletin",
"merchantId": "564153131",
"urlReturn": "https://google.com",
"urlRejected": "https://youtube.com",
"urlWebhook": "https://webhook/ok"
}
Aditional Notes
- The merchant must redirect the user to the
payer-action
URL immediately after receiving the response.- Do not rely solely on user redirection to confirm the payment; always validate the final payment status using the webhook.
Limits
💡 Note: The values expressed in this "Limits" section are in USD.
Cash
Payment Method | Minimum | Maximum |
---|---|---|
Cash | 1.15 USD | 688.39 USD |
BCP | 1.34 USD | 133.78 USD |
Caja Arequipa | 1.34 USD | 133.78 USD |
Caja Cusco | 1.34 USD | 133.78 USD |
Caja Huanacayo | 1.34 USD | 133.78 USD |
Caja ICA | 1.34 USD | 133.78 USD |
Caja Piura | 1.34 USD | 133.78 USD |
Caja Tacna | 1.34 USD | 133.78 USD |
Caja Trujillo | 1.34 USD | 133.78 USD |
Interbank | 1.34 USD | 133.78 USD |
Power Cell | 1.34 USD | 133.78 USD |
Wester Union | 1.34 USD | 133.78 USD |
Yape | 1.34 USD | 133.78 USD |
Bank Transfer
Minimum | Maximum |
---|---|
1.34 USD | 133.78 USD |
💰 Fees & Rates
These are the applicable processing fees (before VAT and any other taxes) for transactions in Perú.
Payment Method | Type | Providers | Fee |
---|---|---|---|
💳 Credit/Debit Cards | Pay In | ![]() | To be determinate |
🏦 Bank Transfer | Pay In | ![]() ![]() ![]() | 3.0% + 1 USD |
🏦 Bank Transfer | Pay Out | ![]() ![]() ![]() | 3.0% + 1 USD |
💸 APMs | Cash In | ![]() ![]() | 3.0% + 1 USD |