Get available payment providers for checkout
Payment
Get available payment providers for checkout
Returns the list of active, eligible payment providers configured for this store. Only providers that are properly configured and enabled will be returned.
GET
Get available payment providers for checkout
Authorizations
Storefront API key (sfk_...)
Response
200 - application/json
List of available payment providers
Provider identifier
Available options:
stripe, cash, bank_transfer, shopify Example:
"stripe"
Display name for UI
Example:
"Stripe"
Checkout integration mode
Available options:
internal, redirect, manual Example:
"internal"
Human-readable description
Example:
"Accept cards and wallets with Stripe"
Icon identifier
Example:
"stripe"
Provider mode (test or live) - only for providers that support it
Available options:
test, live Example:
"test"
Last modified on July 26, 2026