7. List (Wallet)
You can use this service to list the commissions based on the wallet.
Wallet Owner Commission List
Parameter
Type
Required
Description
Parameter
Description
{
"Items": [
{
"Id": "8c725256-3d51-4f40-9064-b29b3d576b6d",
"Level": "Wallet",
"MerchantId": null,
"WalletOwnerId": null,
"WalletId": "8811e7f9-7a49-43c2-9193-1c4825b81c24",
"TransactionType": "Purchase",
"FeeType": "Fixed",
"FeeValue": 100.00,
"ConditionType": "None",
"ConditionThreshold": 0.00,
"CurrencyCode": "TRY",
"IsActive": true,
"CreatedAt": "2025-05-01T15:25:38.134933Z",
"UpdatedAt": null
},
{
"Id": "816ec795-4aeb-4744-a311-e16055e7dc43",
"Level": "Wallet",
"MerchantId": null,
"WalletOwnerId": null,
"WalletId": "8811e7f9-7a49-43c2-9193-1c4825b81c24",
"TransactionType": "Deposit",
"FeeType": "Fixed",
"FeeValue": 100.00,
"ConditionType": "None",
"ConditionThreshold": 0.00,
"CurrencyCode": "TRY",
"IsActive": true,
"CreatedAt": "2025-05-01T15:17:33.391432Z",
"UpdatedAt": null
}
],
"PageNumber": 1,
"TotalPages": 1,
"TotalCount": 2,
"HasPreviousPage": false,
"HasNextPage": false,
"Errors": [],
"IsSuccess": true,
"IsFailure": false
}Service Response
Parameter
Type
Description
Service Response (Items)
Parameter
Type
Description
Last updated