Update the transfer limits for a specific account.
Documentation Index
Fetch the complete documentation index at: https://docs.getcarbon.co/llms.txt
Use this file to discover all available pages before exploring further.
PUT/v1/accounts/{account_number}/transfer-limits
| 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. |
| 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.
200 OKapplication/json
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.
Provide your API key in the 'apikey' header.
Provide at least one transfer limit field to update.
OK
The response is of type object.