Comment on page
Bank account types
get
https://{domain}.biapi.pro/2.0
/account_types
List bank account types
get
https://{domain}.biapi.pro/2.0
/account_types/{typeId}
Get a bank account type
Property | Type | Description |
---|---|---|
accounttypes | List of supported account types. |
Property | Type | Description |
---|---|---|
id | Number | ID of the account type. |
name | Technical code of the account type. | |
id_parent | Number or null | Optional, the id of the parent type. |
is_invest | Boolean | Whether the type corresponds to an 'investment' account type. These types usually present investments and may have limitations regarding transfers. |
display_name | String | The display name of the account type, in French. |
display_name_p | String | The plural display name of the account type, in French. |
Value | Description |
---|---|
article83 | Article 83. |
capitalisation | Capitalization contract. |
card | Card. |
checking | Checking account. |
crowdlending | Crowdlending. |
deposit | Deposit account. |
joint | (Deprecated) Joint account. |
lifeinsurance | Life insurance account. |
loan | Loan. |
madelin | Madelin retirement contract. |
market | Market account. |
pea | Shared savings plan (Plan d'Épargne en Actions). |
pee | Company savings plan (Plan d'Épargne Entreprise). |
per | Retirement savings plan (Plan d'Épargne Retraite). |
perco | Group retirement savings plan (Plan d'Épargne pour la Retraite Collectif). |
perp | Popular retirement savings plan (Plan d'Épargne Retraite Populaire). |
real_estate | Real estate placement. |
rsp | Special profit-sharing reserve (Réserve Spéciale de Participation). |
savings | Savings account. |
unknown | Unknown account type. |
Last modified 17d ago