Parameters
1 query
Query parameters
· 1codestringRequiredGateway instance code.
gopay-productionReturns 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.
1 query
codestringRequiredGateway instance code.
gopay-production1 status code documented
itemsobject[]RequiredidstringRequiredInternal database ID of the commission period.
fromDatestringRequiredStart of the period (inclusive), YYYY-MM-DD.
toDatestring | nullRequiredEnd of the period (inclusive). NULL = open-ended (still in force).
percentagenumberRequiredCommission rate in percent (e.g. 1.25 = 1.25 %).
monthlyFeenumber | nullRequiredFlat monthly fee in the gateway currency. NULL = no flat fee charged.
monthlyFeeMinTurnovernumber | nullRequiredMinimum gateway turnover the month must reach before the flat fee is charged. NULL = charge unconditionally. Ignored when monthlyFee is NULL.
notestring | nullRequiredOptional human note (contract ref, reason for change, …).
insertedDateDate | string | string | numberRequiredWhen the row was created.
When the row was created.
itemCountnumberRequired{
"items": [
{
"id": "example_id",
"fromDate": "example_fromDate",
"percentage": 0
}
],
"itemCount": 0
}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"All BizKitHub public API endpoints require authentication via API key.