Bank account types
API endpoints
List bank account types
GET
https://{domain}.biapi.pro/2.0/account_types
List all bank account types available in the API.
Response body: AccountTypesList object
Get a bank account type
GET
https://{domain}.biapi.pro/2.0/account_types/{typeId}
Get a single bank account type by ID.
Path Parameters
typeId*
Integer
ID of the bank account type.
Response body: AccountType object
Data model
AccountTypesList object
accounttypes
List of supported account types.
AccountType object
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.
AccountTypeName values
article83
Article 83.
capitalisation
Capitalization contract.
card
Card.
checking
Checking account.
crowdlending
Crowdlending.
deposit
Deposit account.
joint
(Deprecated) Joint account.
ldds
Sustainable and solidarity development savings (Livrets de développement durable et solidaire).
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 updated