Dear community,
We are pleased to announce the release of a new API in the B2B channel.
Account Onboarding
The account Onboarding API will be used to import accounts from external systems, such as cash management or any master system.
This new API contains 5 endpoints:
- POST /accounts: Create accounts
- GET /accounts: Retrieve list of accounts
- GET /accounts/{accountId}: Get Account details
- PUT /accounts/{accountId}: Modify account details
- POST /accounts/{accountId}/decision: Enable/Disable Account
More documentation here.