1. Create (System)
You can use this service to apply limits system-wide.
Create System-Wide Limit
Parameter
Type
Required
Description
{
"LimitType": 1, // Daily = 1 || Monthly = 2
"LimitCategory": 1, // Deposit = 1, Withdrawal = 2, Transfer = 3, Purchase = 4, Total = 5
"LimitApproach": 1, // Amount = 1, Count = 2
"CurrencyCode": "try", // usd, eur, all
"Value": 1000
}{
"Value": "5c9f2a4b-f4a7-486a-b3c9-b42c5b69386c",
"Errors": [],
"IsSuccess": true,
"IsFailure": false
Service Response
Parameter
Type
Description
Last updated