Our API Docs just got a new look!

🇵🇾Paraguay

Check the requirements and validations made over the cashouts on Paraguay

Required fields

Field
Format
Description

login

String

Cashouts login

pass

String

Cashouts pass

external_id

String (max length: 100)

Transaction's ID on your end

document_type

Beneficiary's document type.

document_id

Beneficiary's document ID.

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

bank_code

Code specifying the beneficiary's bank

bank_account

Beneficiary's bank account

beneficiary_name

String (max length: 100)

Beneficiary's name

bank_account validations

Bank name
Format

All

Numeric. Between 3 and 20 digits.

document_type and document_id validations

Document type
Format

CRC / 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

Bank
Code

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?