improved

May'23 - Accounts Metadata Extension

May'23 :cloud:

940

Accounts Metadata

:hammer: What's Improved?

We have improved our API by extending the accounts EP with CDR attributes in our GET /accounts and GET /accounts/{id} endpoints within connectors data. The new attributes are below.

Fees:

  • name
  • feeType
  • amount
  • accrualFrequency

DepositRates:

  • depositRateType
  • rate
  • applicationFrequency

LendingRates:

  • lendingRateType
  • rate
  • applicationFrequency

Loan:

  • startDate
  • endDate
  • repaymentType
  • minInstalmentAmount

CreditCard:

  • minPaymentAmount
  • paymentDueAmount
  • paymentCurrency
  • paymentDueDate

These attributes provide information about fees, deposit rates, lending rates, loan details, and credit card information within the context of banking accounts and transactions.

for more updates, read more on GET /accounts and GET /accounts/{id} endpoints.