Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Updates the information on an existing Limit Profile for a merchant.

title
Info

This endpoint is protected with OAuth 2.0 Bearer token

Endpoint

...

URL: {{base_url}}/api/v1/limit-profile/2XKTQ3LE9NH2

Please note that this endpoint is protected using OAuth2 Token. Visit the Authentication  section of this document for details on OAuth2 Token.

Sample Request BodyHTTP Method: PUT

Info

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

Update Limit Profile Request

Code Block
languagejs
themeMidnight
titleUpdate Limit Profile Requestjson
 {
    "limitProfileName":"Test Limit Profile Update",
    "singleTransactionValue":70000,
    "dailyTransactionVolume":4000,
    "dailyTransactionValue": 100000000
} 

...

Update Limit Profile Response

...

Code Block
languagejs
themeMidnight
titleUpdate Limit Profile Response
json
{
    "requestSuccessful": true,
    "responseMessage": "success",
    "responseCode": "0",
    "responseBody": {
        "limitProfileCode": "2XKTQ3LE9NH2",
        "limitProfileName": "Test Limit Profile Update",
        "singleTransactionValue": 70000,
        "dailyTransactionVolume": 4000,
        "dailyTransactionValue": 100000000,
        "dateCreated": "29/10/2019 01:49:09 PM",
        "lastModified": "29/10/2019 01:53:20 PM"
    }
}

...

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

...

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel

...

= "

...

reserve-account-

...

limit"

...