/bff/workflow/group-set-payment-gateway
Configures how online payments resolve for a given order group. "fallback" deletes any explicit preference (resolver picks the org-wide active gateway). "specific" binds the group to one gateway instance. "none" disables online payments for the group entirely — createPayment() will skip without redirect or fallback.
Parameters
3 body
groupCodestringRequiredOrder group code to configure.
modestring | string | stringRequired"fallback" — clears any preference; resolver will use the org-wide active gateway. "specific" — bind the group to a single gateway instance (gatewayCode required). "none" — explicitly disable online payments for this group; resolver returns null, no fallback.
gatewayCodestring | nullRequest
POST /bff/workflow/group-set-payment-gateway
curl -X POST "https://api.bizkithub.com/bff/workflow/group-set-payment-gateway" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"groupCode": "rezervace-smichov"
}'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.