6. List (Wallet Owner)
You can use this service to list commissions based on the wallet owner.
Wallet Owner Commission List
Parameter
Type
Required
Description
Parameter
Description
{
"Items": [
{
"Id": "2f55388e-247c-4f3e-a7f7-c349af9abd62",
"Level": "WalletOwner",
"MerchantId": null,
"WalletOwnerId": "9edb23f2-7362-42a8-8eb4-0c89ffb397b0",
"WalletId": null,
"TransactionType": "Withdrawal",
"FeeType": "Fixed",
"FeeValue": 1000.00,
"ConditionType": "None",
"ConditionThreshold": 0.00,
"CurrencyCode": "USD",
"IsActive": true,
"CreatedAt": "2025-05-01T15:24:50.940603Z",
"UpdatedAt": null
},
{
"Id": "4860919d-03e3-4a5a-9db3-704542bec91d",
"Level": "WalletOwner",
"MerchantId": null,
"WalletOwnerId": "9edb23f2-7362-42a8-8eb4-0c89ffb397b0",
"WalletId": null,
"TransactionType": "Deposit",
"FeeType": "Fixed",
"FeeValue": 1000.00,
"ConditionType": "None",
"ConditionThreshold": 0.00,
"CurrencyCode": "USD",
"IsActive": true,
"CreatedAt": "2025-05-01T15:16:53.409324Z",
"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