Dear community,
We are pleased to announce the release of a new API in the B2B channel.
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 3 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.
More documentation here.