> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orkesta.com.tr/llms.txt
> Use this file to discover all available pages before exploring further.

# Bayi Komisyon Bilgilerini Oluştur/Güncelle

> İlgili taksit sayısı için komisyon oranını kaydeder veya günceller

## 💰 Bayi Komisyon Güncelle

İlgili taksit sayısı için komisyon oranını kaydeder veya günceller.

**`POST`** `https://api-test.fincraft.com.tr/api/v1/general/merchant-members/settings/{merchantMemberId}/commissions/{installment}`

## Path Parameters

| Parametre          | Tip     | Zorunlu | Açıklama      |
| ------------------ | ------- | ------- | ------------- |
| `merchantMemberId` | UUID    | Evet    | Bayi kimliği  |
| `installment`      | Integer | Evet    | Taksit sayısı |

## Query Parameters

| Parametre | Tip    | Zorunlu | Açıklama       |
| --------- | ------ | ------- | -------------- |
| `rate`    | Double | Evet    | Komisyon oranı |

## cURL Örneği

```bash theme={null}
curl -X POST "https://api-test.fincraft.com.tr/api/v1/general/merchant-members/settings/f6eca599-1f7f-4195-a2b2-79ef105a3e38/commissions/3?rate=50.0" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
```
