Parameters
JSON body
Request body
application/jsoncodestringRequiredGateway code.
Example
gopay-productionactivebooleanRequiredNew active status.
Example
trueQuickly enable or disable a payment gateway. Disabled gateways cannot process new payments but existing payments can still be checked/synced.
JSON body
codestringRequiredGateway code.
gopay-productionactivebooleanRequiredNew active status.
true1 status code documented
successbooleanRequiredtrue{
"success": true
}POST /bff/payment-gateway/toggle-active
curl -X POST "https://api.bizkithub.com/bff/payment-gateway/toggle-active" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"code": "gopay-production",
"active": true
}'All BizKitHub public API endpoints require authentication via API key.