Subledgers
Cross River COS offers the APIs to create subledgers instantly and on-demand. A subledger can be linked to any existing deposit account, also known as the master account.
In subledger API endpoints, subledgers are referred to as subaccounts , For example, POST /core/v1/dda/subaccounts creates a new subledger.
This table presents the subledger management APIs we describe in detail.
Action | API Call | Description |
---|---|---|
POST /core/v1/dda/subaccounts | Creates a new subledger | |
GET /core/v1/dda/subaccounts/{accountNumber} | Returns information on a specific subledger account |
Creates a subledger for the specified Master Account.
Returns information on a specific subledger account
Event Name | Description |
---|---|
Core.SubAccount.Opened | Subledger (subaccount) was opened |
Core.SubAccount.Status.Changed | Status of a subledger (subaccount) changed |
Core.SubAccount.Closed | Subledger (subaccount) was closed |
Core.SubAccount.Title.Changed | Title of subledger (subaccount) changed |