Payment GatewaypostBffPayment-gatewayCommission-update
Parameters
7 body
Body · 7
idstringRequiredCommission period ID.
fromDatestringNew start (YYYY-MM-DD).
toDatestring | nullNew end (YYYY-MM-DD) or null for open-ended.
percentagenumberNew percentage. Must be >= 0.
monthlyFeenumber | nullNew flat monthly fee. Null/0 clears the flat fee (and its turnover threshold).
monthlyFeeMinTurnovernumber | nullNew turnover threshold gating the flat fee. Null = charge unconditionally. Forced to null when monthlyFee is cleared.
notestring | nullNew note.
Request
POST /bff/payment-gateway/commission-update
curl -X POST "https://api.bizkithub.com/bff/payment-gateway/commission-update" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"id": "1",
"fromDate": "example_fromDate",
"percentage": 0
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.