Skip to content

List payment methods available to a headless storefront

GET
/rest/v1/checkout/payment-methods

Returns every payway the modern PaymentInitializerFactory can register on the current deployment. Offline adapters (delivery, bank_transfer, paid_at_store) are always present; gateway adapters (stripe, vivawallet, paypaladvanced, xpay, alpha, apcopay) appear only when their Registry credentials are configured. Legacy-only gateways (Eurobank, Ethniki x3, Piraeus, JCC, Iris, Klarna, PayByBank, PayPal Express) are intentionally NOT surfaced — they are not reachable through PlaceOrderService and would fail with "No payment adapter registered for payway ...". They will appear here automatically once the corresponding adapter is ported (tracked under epic #253).

Responses

List of available payment methods

Playground

Samples

Powered by VitePress OpenAPI