Skip to main content
GET
/
api
/
storefront
/
checkout
/
{checkout_id}
/
payment-methods
List Payment Methods
curl --request GET \
  --url https://api.example.com/api/storefront/checkout/{checkout_id}/payment-methods
{
  "methods": [
    {
      "method": "<string>",
      "enabled": true,
      "eligible": true,
      "display_order": 123,
      "config": {},
      "ineligible_reason": "<string>",
      "display_name": "<string>",
      "fee_amount": "0"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.stella-commerce.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string | null

Path Parameters

checkout_id
string<uuid>
required

Response

Successful Response

methods
PaymentMethodOption · object[]
required