Update Transaction Limit
POST
/core/account/{clientId}/transactionlimit
Path Parameter
Field Name | Type | Required | Description |
---|---|---|---|
clientId | integer | TRUE | Unique identifier of the client whose account transaction limit is being updated |
Request Body
`
Field Name | Type | Required | Description |
---|---|---|---|
nuban | string | TRUE | The account number to be affected. |
dailyTransactionLimit | integer | FALSE | The maximum transaction amount per day |
singleTransactionLimit | integer | FALSE | The maximum transaction amount for each transaction |
Response Body
Field Name | Type | Description |
---|---|---|
savingsId | integer | Unique identifier of the savings account |
rollbackTransaction | boolean | An indicator of whether the transaction should be reversed. It usually is always false by default |
NUBAN | string | Account number of the client |
Request
Path Params
clientId
integer
required
Body Params application/json
Request samples
Responses
Modified at 2025-03-19 15:02:27