# 8. Commission Management

- [1. Create (System Level)](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/8.-commission-management/1.-create-system-level.md): You can create a commission that will apply to all wallet owners and their wallets across the system using this service.
- [2. Create (Wallet Owner)](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/8.-commission-management/2.-create-wallet-owner.md): You can create a commission specific to the wallet owner using this service.
- [3. Create (Wallet)](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/8.-commission-management/3.-create-wallet.md): You can create a commission specific to the wallet using this service.
- [4. Get by Id](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/8.-commission-management/4.-get-by-id.md): Get Commission Details by Id
- [5. List (System Level)](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/8.-commission-management/5.-list-system-level.md): You can use this service to list the commissions based on your merchant (Paywall account).
- [6. List (Wallet Owner)](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/8.-commission-management/6.-list-wallet-owner.md): You can use this service to list commissions based on the wallet owner.
- [7. List (Wallet)](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/8.-commission-management/7.-list-wallet.md): You can use this service to list the commissions based on the wallet.
- [8. Update Commission](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/8.-commission-management/8.-update-commission.md): You can use this service to update the cost of a specific commission.
- [9. Activate](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/8.-commission-management/9.-activate.md): You can use this service to activate a specific commission.
- [10. Deactivate](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/8.-commission-management/10.-deactivate.md): You can use this service to deactivate a specific commission.
- [11. Delete (Id)](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/8.-commission-management/11.-delete-id.md): Belirli bir komisyonu silmek için bu servisi kullanabilirsiniz
- [12. Delete (Sistem)](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/8.-commission-management/12.-delete-sistem.md): You can use this service to delete all commissions created at the system level.
- [13. Delete (WalletOwner)](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/8.-commission-management/13.-delete-walletowner.md): You can use this service to delete all commissions created at the WalletOwner level.
- [14. Delete (Wallet)](https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/8.-commission-management/14.-delete-wallet.md): You can use this service to delete all commissions created at the \*\*Wallet\*\* level.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.paywall.one/payment-orchestration-integration-document/wallet-services/8.-commission-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
