Create upper limit group
Use case
Use case data
API parameters with values
Sample API call
Sample request
{
"limitGroupName": "UPPER_LIMIT_01",
"upperLimitGroup": true, // This group is an upper limit group
"tenantCode": "MB",
"limits": [
{
"limitCode": "CASH", // Allowed values are "CASH", "PURCHASE", "ECOMMERCE"
"transactionDefaultAmount": 1000,
"transactionMaxAmount": 1000,
"dailyDefaultAmount": 1000,
"dailyMaxAmount": 1000,
"monthlyDefaultAmount": 1000,
"monthlyMaxAmount": 1000,
"currencyCode": "EUR"
},
{
"limitCode": "ECOMMERCE",
"transactionDefaultAmount": 1500,
"transactionMaxAmount": 3000,
"dailyDefaultAmount": 3000,
"dailyMaxAmount": 5000,
"monthlyDefaultAmount": 7000,
"monthlyMaxAmount": 10000,
"currencyCode": "EUR"
}
]
}Sample response
Result
Last updated
Was this helpful?