Field | Description |
---|---|
| Account's unique identifier |
| Account's name taken from the bank's website |
| Account's balance |
| Detailed on the Items status page |
| Detailed on the Items status page |
| Detailed on the Items status page |
| Timestamp recording when the account was last refreshed |
| Account's type. See table below |
| 3 letters ISO 4217 currency code |
| Mini item representation of the account's item |
| Mini bank representation of the account's bank |
| The complementary details for a loan account.
|
| The complementary details for a savings account.
|
| Flag to indicate that the account is a business bank account |
| The IBAN of the bank account.
|
{
"id": 123456,
"name": "Compte Crédit Immobilier",
"balance":- 140200,
"status": 0,
"status_code_info": null,
"status_code_description": null,
"updated_at": "2019-05-06T03:31:58Z",
"type": "loan",
"currency_code": "EUR",
"item_id": 789123,
"bank_id": 408,
"loan_details": {
"next_payment_date": "2019-04-30",
"next_payment_amount": 1000,
"maturity_date": "2026-12-31",
"opening_date": "2013-01-10",
"interest_rate": 1.25,
"type": "Prêtimmobilier",
"borrowed_capital": 140200,
"repaid_capital": 40200,
"remaining_capital": 100000
},
"savings_details": null,
"is_pro": false,
"iban": "FR2420020202260600024M02606"
}
ACCOUNT TYPES
Type | Description |
---|---|
| Checking account |
| Savings account |
| Brokerage account |
| Credit or debit card |
| Loan |
| French 'PEA', Plan d'Epargne en Actions |
| A virtual account that contains all the pending transactions |
| Life insurance |
| Temporary type. |
| Unknown |
COMPLEMENTARY RESOURCES
Loan details
Field | Description |
---|---|
| Date when the next payment is owed. |
| Amount owed for the next payment. |
| Predicted end of the loan's refunding. |
| Date when the loan was contracted. |
| Loan's interest rate. |
| Loan type (ex. : mortgage). |
| Amount of capital that was borrowed. |
| Amount of capital that has already been repaid. |
| Amount of capital left to repay. |
Savings details
Field | Description |
---|---|
| Date when the account was opened. |
| Account's interest rate. |
| Maximum amount on the account. |