Costa Rica
Mandatory parameters
Mandatory parameter | Description |
---|---|
login | 32 chars |
pass | 32 chars |
external_id | Max. 100 chars |
document_id | See document validations below. |
document_type | CI (cédula de identidad) CJ (cédula jurídica) CR (cédula de residencia) See document validations. |
beneficiary_name | Max. 50 chars |
beneficiary_lastname | Max. 50 chars |
country | CR |
bank_account | See bank account validation below. |
amount | Max. 2 decimal numbers |
address | Max. 200 chars |
currency_to_pay | USD Mandatory only if the payout needs to be paid in USD. In case this parameter is missing, the payout will be paid in local currency. |
Example request
{
"login":"1n234n56",
"pass":"HolAc123o",
"external_id":"1234567812345678b",
"document_id":"123456789",
"document_type":"CI",
"country":"CR",
"bank_account":"12345678912345678",
"amount":"2000.00",
"type":"json",
"notification_url":"",
"comments":"",
"beneficiary_name":"JUAN",
"beneficiary_lastname":"RUIZ",
"address":"calle 12# 12A - 12, La fortuna",
"city":"",
"postal_code":"",
"bdate":"",
"extra_info":"",
"bank_city":"",
"bank_branch_name":"",
}
Document validations
Validation | Name | Length | Type | Verification digit | Example |
---|---|---|---|---|---|
Document | CI | 9 | numeric | No | 123456789 |
Document | CJ | 10 | numeric, starting with "3" | No | 3001999999 |
Document | CR | 11 to 22 | numeric | No | 1234567890155566 |
Bank account validations
Validation | Name | Length | Type | Verification digit | Example |
---|---|---|---|---|---|
Bank account | IBAN | 22 | alpha -numeric | Apply verification algorithm | CR32011400007914077990 |
Updated 7 days ago