🇵🇾Paraguay
Check the requirements and validations made over the cashouts on Paraguay
Required fields
login
String
Cashouts login
pass
String
Cashouts pass
external_id
String (max length: 100)
Transaction's ID on your end
country
PY
The country codes are in ISO 3166-1 alpha-2 format.
currency
USD / PYG
The currencies are in ISO 4217 format.
amount
Number with up to 2 decimals
Cashout amount
beneficiary_name
String (max length: 100)
Beneficiary's name
bank_account
validations
bank_account
validationsAll
Numeric. Between 3 and 20 digits.
document_type
and document_id
validations
document_type
and document_id
validationsCRC
/ CRP
/ DNI
/ PASS
/ RUC
Length Between 3 and 15 characters
CIC
Length between 6 to 8 characters
Example request
{
"login": "xxxxxxx",
"pass": "xxxxxxx",
"external_id": "30000000001",
"country": "PY",
"currency": "PYG",
"amount": 100,
"document_type": "PASS",
"document_id": "1225255",
"beneficiary_name": "User",
"bank_account": "1234567890",
"bank_code": "1",
"notification_url": "https://webhook.site/url",
"type": "json"
}
Bank codes
Bank code retrieval via API
For the full and most up-to-date list of banks and its codes, please check this endpoint
BANCO CENTRAL DEL PARAGUAY
001
BANCO NACIONAL DE FOMENTO
002
BANCO DE LA NACION ARGENTINA
003
BANCO GNB PARAGUAY
4
BANCO DO BRASIL
6
SUDAMERIS BANK
8
BANCO ITAU PARAGUAY
17
BANCO CONTINENTAL
20
BANCO BASA (ex Amambay)
30
VISION BANCO
39
BANCO RIO (Ex - Itapua)
40
BANCO FAMILIAR
41
BANCO ATLAS
42
BANCOP
43
INTERFISA BANCO
44
UENO BANK S.A
6557
CRISOL Y ENCARNACION FINANCIERA
6558
FINLATINA S.A. DE FINANZAS
6559
FINANCIERA PARAGUAYO-JAPONESA
6560
FINANCIERA EXPORTADORA PARAGUAYA
6561
TU FINANCIERA
6565
FIC S.A. DE FINANZAS
7079
Last updated
Was this helpful?