Updates the information on an existing Limit Profile for a merchant.
...
Info |
---|
|
PUT: https://sandbox.monnify.com/api/v1/bank-transfer/limitreserved-profileaccounts/2XKTQ3LE9NH2limit |
Please note that this endpoint is protected using OAuth2 Token. Visit the Authentication section of this document for details on OAuth2 Token.
Sample Request Body
Code Block |
---|
language | js |
---|
theme | Midnight |
---|
title | Update Reserved Account with Limit Profile Level Request |
---|
|
{
"accountReference": "ref-007",
"limitProfileCode": "CJNRPG6VDHYE"
} |
...
Code Block |
---|
language | js |
---|
theme | Midnight |
---|
title | Update Reserved Account with Limit Profile Level Response |
---|
|
{
"requestSuccessful": true,
"responseMessage": "success",
"responseCode": "0",
"responseBody": {
"limitProfileCode"contractCode": "915483727511",
"accountReference": "2XKTQ3LE9NH2ref-007",
"limitProfileNamecurrencyCode": "Test Limit Profile UpdateNGN",
"customerEmail": "KanYo@monnify.com",
"singleTransactionValuecustomerName": 70000"Kan Yo",
"dailyTransactionVolumeaccountNumber": 4000"9907335053",
"dailyTransactionValuebankName": 100000000"Providus Bank",
"dateCreatedbankCode": "29/10/2019 01:49:09 PM101",
"reservationReference": "QSD79W83J766XMFYM58L",
"status": "ACTIVE",
"lastModifiedcreatedOn": "29/10/2019 01:53:20 PM"2019-10-29 13:59:38.0",
"limitProfileConfig": {
"limitProfileCode": "CJNRPG6VDHYE",
"singleTransactionValue": 1000.00,
"dailyTransactionVolume": 10,
"dailyTransactionValue": 10000.00
}
}
}
|
Field Reference
(M) indicates fields that are mandatory in the request body
Field | Description |
---|
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 | This Limit Profile code is the unique identifier for the Limit Profile used to reference the Limit Profile |
Related Articles
Filter by label (Content by label) |
---|
showLabels | false |
---|
showSpace | false |
---|
cql | label in ("sub-accounts","sub-account-apis") |
---|
|