post
https://api-sandbox.lafise.com/obl/v1/banks//accounts
Allows you to create a digital account.
Authentication is mandatory.
Consent is required.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
🏦 Accounts
📢 Considerations
- The supported accounts are simplified accounts, which have a variation in type depending on the customer's identification document.
- The currency should be sent in ISO 4217 format, e.g. "USD" for US dollars.
- The opening amount is nominal and will not be reflected in the balance until the first deposit is made.
📖 Example Requests
Below you will find the body of four sample JSON requests:
- Example 1: Account creation in the Nicaragua Core.
- Example 2: Account creation in the Costa Rica Core.
- Example 3: Account creation in the Panamá Core.
- Example 4: Account creation in the Honduras Core.
- Example 5: Account creation in the República Dominicana Core.
{
"branch_id": 6000,
"label": "Account NIO OpenBanking",
"balance": {
"currency": "NIO",
"amount": 100.00
},
"user_id": 100200,
"product_code": "AM01",
"source_system": "Prisma"
}{
"branch_id": 6000,
"label": "Account COL OpenBanking",
"balance": {
"currency": "COL",
"amount": 1000.00
},
"user_id": 100200,
"product_code": "S001"
}{
"branch_id": 6000,
"label": "Account USD OpenBanking",
"balance": {
"currency": "USD",
"amount": 100.00
},
"user_id": 100200,
"product_code": "HN01"
}{
"branch_id": 6000,
"label": "Account HNL OpenBanking",
"balance": {
"currency": "HNL",
"amount": 100.00
},
"user_id": 100200,
"product_code": "L212"
}{
"branch_id": 20200005,
"label": "AHORRO DIGITAL USD",
"balance": {
"currency": "USD",
"amount": 10.00
},
"user_id": 4547,
"product_code": "AD34"
}JSON response body fields:
| Name | Description | Type |
|---|---|---|
branch_id | Code of the branch where the account is registered. | string |
label | Label or alias to be given to the account (full customer name by default). | string |
balance | Account balance data. | object |
balance.currency | Account Currency, Use ISO 4217 alpha-3 codes. | string |
balance.amount | Nominal amount of first deposit to account. | number |
user_id | Customer number. | number |
product_code | Product Code. | string |
account_id | Account id. | string |
bank_id | Source bank code. | string |
local_iban | Local iban number. | string |
