Dear community,
We are pleased to announce the release of a new version of an API in the B2B channel, in the Consumer Banking category.
Term Deposit Onboarding
Create new term deposit, retrieve and update existing term deposit.
Pre-Requisites :
- Customer has been onboarded and is KYC compliant.
- For joint accounts, relationship need to be configured, additional account holders need to be KYC compliant.
This new API contains 5 endpoints:
- POST /accounts/term-depositsRetrieve: Create Term Deposit Account using the given payload
- PUT /accounts/term-deposits/{accountId}: Update Term Deposit Account
- GET /accounts/term-deposits/{accountId}: Used to retrieve the details of an existing Term Deposit.
- PUT /accounts/term-deposits/{accountId}/terminate: Term deposit breakage
- GET /accounts/term-deposits/custom-fields-schema: Get Term Deposit custom fields metadata
More documentation here.