DocsAPI ReferencePayment Gateway/bff/payment-gateway/list
getPayment GatewayAdmin BFF

/bff/payment-gateway/list

Returns a list of all configured payment gateway instances for the organisation. Each gateway includes basic configuration, usage statistics, and last activity date. Sensitive credentials (API keys, secrets) are NOT included - use the /keys endpoint for those.

Payment GatewaygetBffPayment-gatewayList

No parameters

This endpoint takes no path, query, header or body parameters.

Request

GET /bff/payment-gateway/list

get
curl -X GET "https://api.bizkithub.com/bff/payment-gateway/list" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

List of payment gateway instances with usage statistics.

{
  "items": [
    {
      "code": "example_code",
      "description": "example_description",
      "active": false,
      "gatewayCode": "example_gatewayCode",
      "gatewayName": "example_gatewayName",
      "paymentCount": 0
    }
  ],
  "itemCount": 0
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key