2. Create (WalletOwner)
You can use this service to apply limits on a wallet owner basis.
Create Limit Based on Wallet Owner
Parameter
Type
Compolsory
Description
{
"WalletOwnerId": "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
"RegionId": 1
}{
"IsSuccess": true,
"IsFailure": false,
"Value": "de358e57-523e-4dcf-8d88-6e4b9fb639a5"
}Service Response
Parameter
Type
Description
Last updated