/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
Query · 1
codestringRequiredGateway instance code.
Request
GET /bff/payment-gateway/commission-list
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.