Updates the information on an existing Limit Profile for a merchant.
...
Info | ||
---|---|---|
| ||
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
Field | 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 | This Limit Profile code is the unique identifier for the Limit Profile used to reference the Limit Profile |
...