API Reference
DocumentationChangelogConsoleWebsite
  • API Guides
  • Overview
    • API design
    • Errors
    • Webview
    • Fair usage policy
    • Authentication
  • USER CONNECTIONS
    • Users
    • Connectors
    • Connections
  • PRODUCTS
    • DATA AGGREGATION
      • Bank accounts
      • Bank transactions
      • Transactions attachments
      • Categorization
      • Bank account types
      • Balances
      • Currencies
      • Account Ownerships
      • Identities (obsolete)
      • Categories (obsolete)
      • Invoices
      • Credit notes
      • Advisory (obsolete)
      • Indicators
    • WEALTH AGGREGATION
      • Investments
      • Market orders
      • Pockets
      • Loan amortizations
    • DOCUMENTS AGGREGATION
      • Subscriptions
      • Documents
      • Document types
      • Connection Identity
    • PAYMENTS
      • Payments
      • Payment Links
      • Transfers (obsolete)
  • API SETUP
    • Configuration
    • Client applications
Powered by GitBook
On this page
  • API endpoints
  • List loan amortizations
  • Data model
  • LoanAmortizationsList object
  • LoanAmortization object
  • MonetaryAmount object

Was this helpful?

  1. PRODUCTS
  2. WEALTH AGGREGATION

Loan amortizations

PreviousPocketsNextDOCUMENTS AGGREGATION

Last updated 1 year ago

Was this helpful?

API endpoints

Authentication: endpoints listed in this page require with a user token.

List loan amortizations

GET https://{domain}.biapi.pro/2.0/users/{userId}/amortizations

List loan amortizations related to a user.

Path Parameters

Name
Type
Description

userId*

Integer or "me"

ID of the related user.

Response body: #marketorderslist-object

{
    // Response
}
Filtering route aliases:
/users/{userId}/amortizations
/users/{userId}/accounts/{accountId}/amortizations
/users/{userId}/connections/{connectionId}/amortizations

Data model

LoanAmortizationsList object

Property
Type
Description

loanamortizations

List of loan amortizations.

LoanAmortization object

Property
Description

id_account

ID of the related account.

payment_date

Date of the payment.

amortization_amount

Amount of the amortization.

interest_amount

Amount of the loan's interest.

insurance_amount

Amount of the loan's insurance.

total_payment_amount

Amount of the total due payment.

remaining_capital

Remaining capital to be refunded.

period

Period covered by amortization. Should be monthly (YYYY_MM) or annual (YYYY).

calculated

List of properties of this response that has been calculated rather than directly obtained from the source.

deleted

Deletion date for amortizations that no longer exist (null if still present).

last_update

Date of the last synchronization of the investment.

MonetaryAmount object

Property
Type
Description

currency

String

value

Decimal or null

Amount value. Rounded to two decimal places.

Array of objects

of the analyzed accounts. EUR only.

header authentication
Currency codes (ISO 4217)
LoanAmortizations