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
Request Body
At least one field must be provided. If both are provided,
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.