| Field Name | Type | Required | Description |
|---|---|---|---|
| clientId | string | true | The unique identifier of a client (merchant) |
| Field Name | Type | Description |
|---|---|---|
normal | object | Contains details of the normal collection account. |
normal.name | string | The name of the normal collection account. |
normal.balance | decimal | The total balance available in the normal collection account. |
normal.availableBalance | decimal | The balance that is available for transactions. |
normal.blockedAmount | decimal | The amount that is currently blocked and not available for transactions. |
normal.mainLedger | boolean | Indicates whether the account is a main ledger account (true or false). |
normal.bvn | string | The Bank Verification Number (BVN) associated with the account. |
normal.groupCode | string | The unique identifier for the account's group. |
normal.accountID | string | The unique account identifier. |
| Field Name | Type | Description |
|---|---|---|
utility | object | Contains details of the utility collection account. |
utility.name | string | The name of the utility collection account. |
utility.balance | decimal | The total balance available in the utility collection account. |
utility.availableBalance | decimal | The balance that is available for transactions. |
utility.blockedAmount | decimal | The amount that is currently blocked and not available for transactions. |
utility.mainLedger | boolean | Indicates whether the account is a main ledger account (true or false). |
utility.bvn | string | The Bank Verification Number (BVN) associated with the account. |
utility.groupCode | string | The unique identifier for the account's group. |
utility.accountID | string | The unique account identifier. |
| Field Name | Type | Description |
|---|---|---|
invoice | object | Contains details of the invoice collection account. |
invoice.name | string | The name of the invoice collection account. |
invoice.balance | decimal | The total balance available in the invoice collection account. |
invoice.availableBalance | decimal | The balance that is available for transactions. |
invoice.blockedAmount | decimal | The amount that is currently blocked and not available for transactions. |
invoice.mainLedger | boolean | Indicates whether the account is a main ledger account (true or false). |
invoice.bvn | string | The Bank Verification Number (BVN) associated with the account. |
invoice.groupCode | string | The unique identifier for the account's group. |
invoice.accountID | string | The unique account identifier. |