Skip to main content
GET
Get available payment providers for checkout

Authorizations

x-api-key
string
header
default:sfk_your_api_key
required

Storefront API key (sfk_...)

Response

200 - application/json

List of available payment providers

name
enum<string>
required

Provider identifier

Available options:
stripe,
cash,
bank_transfer,
shopify
Example:

"stripe"

displayName
string
required

Display name for UI

Example:

"Stripe"

checkoutMode
enum<string>
required

Checkout integration mode

Available options:
internal,
redirect,
manual
Example:

"internal"

description
string

Human-readable description

Example:

"Accept cards and wallets with Stripe"

icon
string

Icon identifier

Example:

"stripe"

mode
enum<string>

Provider mode (test or live) - only for providers that support it

Available options:
test,
live
Example:

"test"

Last modified on July 26, 2026