Dear community,
We are pleased to announce the release of a new API in the B2C channel.
Virtual Accounts Groups
Virtual Accounts Groups API enables bank corporates to issue virtual accounts to the subscribers or end customers. The API enables corporate user to create, approve or delete virtual accounts.
This new API contains 5 endpoints:
- POST /virtual-accounts-groups/customers: Create a set of virtual accounts for the corporate's customers
- GET /virtual-accounts-groups: Retrieve virtual accounts group header details
- GET /virtual-accounts-groups/customers/{groupNumber}: Retrieve virtual accounts details
- DELETE /virtual-accounts-groups/{groupNumber}: Delete a virtual accounts group
- POST /virtual-accounts-groups/{groupNumber}/decision: Approve or Reject a virtual accounts group by the checker
More documentation here.