/bff/payment-gateway/list-for-order-group
Returns the union of (a) all payment gateway instances owned by the organisation and (b) gateway instances owned by other organisations that are already referenced by at least one of this organisation's order groups via shop__order_payment_gateway_preference (legacy cross-organisation bindings). Used by the workflow "Payment gateway for group" modal so the operator can keep historical bindings consistent across groups.
Payment GatewaygetBffPayment-gatewayList-for-order-group
No parameters
This endpoint takes no path, query, header or body parameters.
Request
GET /bff/payment-gateway/list-for-order-group
curl -X GET "https://api.bizkithub.com/bff/payment-gateway/list-for-order-group" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
Merged list of selectable gateway instances.
{
"items": [
{
"code": "example_code",
"description": "example_description",
"active": false,
"gatewayCode": "example_gatewayCode",
"gatewayName": "example_gatewayName",
"foreign": false
}
],
"itemCount": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.