Merchant Commission API

The Member Merchant Commission API returns the merchant commission and end-user commission based on the card program.

This API must be used for the installment table.

Installment Table Calculation Formula

productPrice + (productPrice * user_commission_percentage / 100)

Method API Endpoint Content-Type
GET /api/commissions application/json

Example Codes

If the commission is "x" for an installment card program, it means the card program is not active for that installment.

Response Parameters Description
card_program Provides information about the card program.
merchant_commission_percentage Merchant commission rate (%)
merchant_commission_fixed Fixed commission amount for the merchant.
user_commission_percentage User commission rate (%)
user_commission_fixed Fixed commission amount for the user.
installment Number of installments.
{
  "currency_code": "TRY"
}