/
Update Reserve Account Limit

Update Reserve Account Limit

This endpoint updates the information on an existing Limit Profile for a merchant.

This endpoint is protected with OAuth 2.0 Bearer token

Endpoint URL: {{base_url}}/api/v1/bank-transfer/reserved-accounts/limit

HTTP Method: PUT

The {{base_url}} for test is https://sandbox.monnify.com but when you go live, it changes to the live url

Sample Request

{ "accountReference": "ref-007", "limitProfileCode": "CJNRPG6VDHYE" }

Sample Response

{ "requestSuccessful": true, "responseMessage": "success", "responseCode": "0", "responseBody": { "contractCode": "915483727511", "accountReference": "ref-007", "currencyCode": "NGN", "customerEmail": "KanYo@monnify.com", "customerName": "Kan Yo", "accountNumber": "9907335053", "bankName": "Moniepoint Microfinance Bank", "bankCode": "50515", "reservationReference": "QSD79W83J766XMFYM58L", "status": "ACTIVE", "createdOn": "2019-10-29 13:59:38.0", "limitProfileConfig": { "limitProfileCode": "CJNRPG6VDHYE", "singleTransactionValue": 1000.00, "dailyTransactionVolume": 10, "dailyTransactionValue": 10000.00 } } }

Field Parameters

Field

Mandatory/Optional

Description

Field

Mandatory/Optional

Description

accountReference

M

The account reference of the reserved account to update

limitProfileName

M

The name of the Limit Profile

singleTransactionValue

M

The maximum amount that can be allowed per transaction on the reserved accounts. 

dailyTransactionVolume

M

The maximum number of transaction count per day allowed on the reserved accounts 

dailyTransactionValue

M

The maximum amount per day in all transactions that can be allowed on the reserved accounts

limitProfileCode

O

This Limit Profile code is the unique identifier for the Limit Profile used to reference the Limit Profile


Related Articles

Related content

Update Limit Profile
Update Limit Profile
More like this
Update BVN for a Reserve Account
Update BVN for a Reserve Account
More like this
Get Reserved Account Details - V2
Get Reserved Account Details - V2
More like this
Updating Split Config for Reserved Account
Updating Split Config for Reserved Account
More like this
Getting all transactions on a reserved account
Getting all transactions on a reserved account
Read with this
Reserve Account with Limit
Reserve Account with Limit
More like this