/bff/payment-gateway/keys
Returns the sensitive API credentials for a payment gateway. This endpoint is separated from the detail endpoint for security reasons - credentials should only be fetched when explicitly needed (e.g., when editing gateway configuration). Requires elevated permissions.
Payment GatewaygetBffPayment-gatewayKeys
Parameters
1 query
Query · 1
codestringRequiredUnique code/slug of the gateway instance.
Request
GET /bff/payment-gateway/keys
curl -X GET "https://api.bizkithub.com/bff/payment-gateway/keys?code=gopay-production" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
Gateway API credentials. Handle with care!
{
"publicKey": "example_publicKey",
"secretKey": "example_secretKey",
"merchantId": "example_merchantId",
"secureKey": "example_secureKey"
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.