Update Transfer Limits
Accounts
Update Transfer Limits
Update the transfer limits for a specific account.
PUT
Update Transfer Limits
Overview
This endpoint updates the transfer limits for the specified account. At least one of the limit fields must be provided.Request
Method:PUTURL:
/v1/accounts/{account_number}/transfer-limits
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
x-carbon-key | Header | string | Yes | API key for authentication. |
account_number | Path | string | Yes | The account number to update limits for. |
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
per_transaction_limit | integer | No | Maximum amount per single transaction. Must be ≥ 1. |
daily_transfer_limit | integer | No | Maximum total amount transferable per day. Must be ≥ 1 and cannot be less than per_transaction_limit. |
daily_transfer_limit must be ≥ per_transaction_limit.
Response
Status Code:200 OKContent-Type:
application/json
Example Response
Note: All limit values are in naira. The data shape in successful responses mirrors what the upstream banking service returns and may include additional fields.
Authorizations
Provide your API key in the 'apikey' header.
Headers
Path Parameters
Body
application/json
Provide at least one transfer limit field to update.
Response
OK
The response is of type object.