Skip to main content
POST
Settlement oluştur

Authorizations

Authorization
string
header
required

Identity servisinden alinan Keycloak JWT. Format: Authorization: Bearer <token>. Token alma: POST /api/v1/auth/{slug}/token

Headers

Idempotency-Key
string

Body

application/json
merchant_id
string<uuid>
period_start
string<date>
period_end
string<date>
bank_code
string | null
currency
string | null
gross_amount
integer<int64>
refund_amount
integer<int64>
bank_commission
integer<int64>
platform_commission
integer<int64>
net_amount
integer<int64>
transaction_count
integer<int32>
refund_count
integer<int32>
notes
string | null

Response

Created