Nicaragua
Learn everything you need to know to make payouts in Nicaragua with dLocal.
Mandatory parameters
Mandatory parameter | Description |
---|---|
login | 32 chars |
pass | 32 chars |
external_id | Max. 100 chars |
beneficiary_name | Max. 50 chars |
beneficiary_lastname | Max. 50 chars |
country | NI |
document_type | "CI" for Cedula de Identidad "RUC" for Registro Único de Contribuyente |
document_id | If document_type = "CI", length has to be 13 digits If document_type = "RUC", length has to be 14 digits |
bank_code | See bank codes below. |
bank_account | Max. 45 chars |
account_type | C: for Checking accounts S: for Savings accounts |
currency | NIO or USD |
amount | Max. 2 decimal numbers |
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":"abc1234567812345678",
"document_id":"178455996123",
"document_type":"CI",
"beneficiary_name":"JUAN",
"beneficiary_lastname":"PEREZ",
"country":"NI",
"bank_code":"9",
"bank_account":"1234567891",
"account_type":"C",
"currency":"NIO",
"amount":"245.40",
"notification_url":"https://thisisawebsite.net/payments",
"type":"json"
}
Bank codes
Bank Code | Bank Name |
---|---|
6 | LAFISE BANCENTRO |
7 | BAC NICARAGUA |
8 | BANPRO |
9 | BANCO FICOHSA NICARAGUA S.A. |
12 | BANCO DE FINANZAS, S.A.(BDF) |
19 | BANCO AVANZ S.A. |
37 | BANCO ATLANTIDA NICARAGUA |
Updated about 1 month ago