API
Payment methods config
Read the configured payment methods (enabled and disabled) for the vendor bound to your API key. Use it to know which payment methods your integration can offer.
GET
Returns the full payment-methods configuration for the vendor bound to your API key, enriched with global catalog data (
uuid, name, description).
The endpoint takes no query parameters — accountId and vendorId are derived from the API key. All methods are returned (enabled and disabled) so the client can decide what to show. Methods in the account JSONB without a catalog match are excluded.
Authentication
Your Fire API key with the
payment-methods:read scope. The key must be vendor-scoped (account + vendor binding) — keys without a vendorId are rejected with 403.Request
Response
UUID of the account the API key belongs to.
Notes
uuidcomes from the globalpayment_methodscatalog, not from the per-account JSONB.- Disabled methods are included so you can render them with an “unavailable” state or hide them — it is your decision.
countriesgroups by country code from the JSONB.
Related
Channels config
Companion endpoint to read configured sales channels.
Authentication
How vendor-scoped API keys and scopes work.

