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.

...

Info
titleEndpoint
PUT: https://sandbox.monnify.com/api/v1/bank-transfer/reserved-accounts/limit

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

...

(M) indicates fields that are mandatory in the request body

FieldDescription
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
limitProfileCodeThis Limit Profile code is the unique identifier for the Limit Profile used to reference the Limit Profile

...