| Name | Type |
|---|---|
| ALFIN BANCO | Bank |
| BANCO CENTRAL DE RESERVA DEL PERÚ | Bank |
| BANCO DE COMERCIO | Bank |
| BANCO DE LA NACIÓN | Bank |
| BANCO FALABELLA | Bank |
| BANCO GNB | Bank |
| BANCO INTERAMERICANO DE FINANZAS | Bank |
| BANCO PICHINCHA PE | Bank |
| BANCO RIPLEY | Bank |
| BANCO SANTANDER PE | Bank |
| BANK OF CHINA | Bank |
| BBVA CONTINENTAL | Bank |
| BCI PE | Bank |
| BCP | Bank |
| CAJA LOS ANDES | Financial |
| CAJA METROPOLITANA | Financial |
| CITIBANK | Bank |
| CMAC AREQUIPA | Financial |
| CMAC CUSCO | Financial |
| CMAC HUANCAYO | Financial |
| CMAC ICA | Financial |
| CMAC MAYNAS | Financial |
| CMAC PIURA | Financial |
| CMAC TACNA | Financial |
| CMAC TRUJILLO | Financial |
| COMPARTAMOS FINANCIERA S.A. | Financial |
| COOPERATIVA ABACO | Financial |
| CREDISCOTIA FINANCIERA S.A. | Financial |
| DALE | Wallet |
| EEDE TARJETAS PERUANAS | Financial |
| FINANCIERA CONFIANZA | Financial |
| FINANCIERA EFECTIVA | Financial |
| FINANCIERA OH | Financial |
| FINANCIERA QAPAQ | Financial |
| ICBC PE | Bank |
| INTERBANK | Bank |
| MIBANCO | Bank |
| PREXPE | Wallet |
| SCOTIABANK PE | Bank |
For BCP bank you must use the Standard Bank Account number (13 digits for Corriente account type and 14 digits for Ahorro account type), for all other insitutions use the CCI (Código de Cuenta Interbancario) with 20 digits.
When specifying phone transfer type, the bank account number is not required (ask your Account Manager for availability of this feature for your Merchant account).
curl --location 'https://api.v2.stg.paypaga.com/payout' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"country_code": "PE",
"currency": "PEN",
"payment_method_code": "bank_transfer",
"transaction": {
"beneficiary": {
"first_name": "Eryn",
"last_name": "Rogahn",
"document_type": "DNI",
"document_number": "08050521",
"bank_name": "BCP",
"account_type": "Ahorro",
"account_number": "00235017098310904175",
"email": "customers@email.com",
"phone": "+51919085713",
"address": "customers address"
},
"transaction_data": {
"payout_concept": "laboris voluptate quis occaecat",
"merchant_transaction_reference": "invoice",
"transaction_total": 300.23
}
}
}'{
"datetime": "2024-04-09 18:47:07.960978",
"message": "Payment processing initiated",
"details": {
"result": "success",
"transaction_processed": {
"transaction_id": "20240409-1847-0783-90cc-133c988ef5c6",
"merchant_transaction_reference": "150267"
}
},
"version": "0.1"
}