DocsAPI ReferencePayment Gateway/bff/payment-gateway/commission-list
getPayment GatewayAdmin BFF

/bff/payment-gateway/commission-list

Returns the chronological list of commission-rate validity periods configured for the given gateway instance. Each row defines a percentage that applies between fromDate (inclusive) and toDate (inclusive, NULL = open-ended). The Branch Finance roll-up uses the period matching each payment date to compute the "Poplatek bráně" column.

Payment GatewaygetBffPayment-gatewayCommission-list

Parameters

1 query

1 total
Query · 1
codestringRequired

Gateway instance code.

Request

GET /bff/payment-gateway/commission-list

get
curl -X GET "https://api.bizkithub.com/bff/payment-gateway/commission-list?code=gopay-production" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "items": [
    {
      "id": "example_id",
      "fromDate": "example_fromDate",
      "percentage": 0
    }
  ],
  "itemCount": 0
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key