2. Create (WalletOwner)
You can use this service to apply limits on a wallet owner basis.
Create Limit Based on Wallet Owner
Parameter
Type
Required
Description
{
"OwnerId": "0000-0000-0000-0000-0000", // Cüzdan sahibinin kimlik bilgisi
"LimitType": "Daily", // Daily = 1 || Monthly = 2
"LimitCategory": "Deposit", // Deposit = 1, Withdrawal = 2, Transfer = 3, Purchase = 4, Total = 5
"LimitApproach": "Amount", // Amount = 1, Count = 2
"Value": 0.01,
"CurrencyCode": "try" // usd, eur, all
}{
"Value": "7e39fab1-2692-4895-b920-3b7df7e1563d",
"Errors": [],
"IsSuccess": true,
"IsFailure": false
}Service Response
Parameter
Type
Description
Last updated