Chile
Mandatory parameters
Mandatory parameter | Description |
---|---|
login | 32 chars |
pass | 32 chars |
external_id | Max. 100 chars |
document_id | See document validations below. |
document_type | See document validations below. |
beneficiary_name | Max. 50 chars |
beneficiary_lastname | Max. 50 chars |
country | CL |
bank_code | See bank codes below. |
bank_account | Max. 45 numbers |
account_type | C: for Checking accounts S: for Savings accounts V: for Vista account |
amount | Max. 2 decimal numbers |
Example request
{
"login":"1n234n56",
"pass":"HolAc123o",
"external_id":"1234567812345678",
"document_id":"123.456.789-10",
"document_type":"RUT",
"beneficiary_name":"JUAN",
"beneficiary_lastname":"RUIZ",
"country":"CL",
"bank_code":"016",
"bank_account":"123456789123",
"account_type":"V",
"amount":"119148.00",
"comments":"this is the 1st comment",
"currency":"CLP",
"extra_info":"{this_is_extra:2334}",
"notification_url":"https://thisisawebsite.net/payments",
"type":"json"
}
Document validations
Validation | Name | Length | Type | Verification digit | Example |
---|---|---|---|---|---|
Document | RUT | 8/9 | Alphanumeric | last digit | 33444111-3 334441113 |
Bank codes
These are the values the bank_code
parameter can take in Chile.
Bank Name | Bank Code |
---|---|
Banco Bice | 28 |
Banco Consorcio | 55 |
Banco Crédito e Inversiones | 16 |
Banco de Chile | 1 |
Banco del Desarrollo | 507 |
Banco del Estado de Chile | 12 |
Banco Falabella | 51 |
Banco Internacional | 9 |
Banco Ripley | 53 |
Banco Santander - Santiago | 37 |
Banco Security | 49 |
BBVA Chile | 504 |
HSBC Bank | 31 |
Itau Corpbanca | 39 |
Scotiabank Chile | 14 |
Coopeuch | 672 |
Prepago los Héroes | 729 |
Tenpo Prepago | 730 |
Updated 11 months ago