Skip to main content

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 Durumu Güncelle

Bir bayinin durumunu günceller (Aktif/Pasif). POST https://api-test.fincraft.com.tr/api/v1/general/merchant-members/settings/{merchantMemberId}/active

Path Parameters

ParametreTipZorunluAçıklama
merchantMemberIdUUIDEvetBayi kimliği

Query Parameters

ParametreTipZorunluAçıklama
activebooleanEvetAktif durumu (true/false)
Request ve response body mevcut değildir.

cURL Örneği

curl -X POST "https://api-test.fincraft.com.tr/api/v1/general/merchant-members/settings/f6eca599-1f7f-4195-a2b2-79ef105a3e38/active?active=true" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"