---
title: "List payment processors available for checkout"
method: GET
path: "/checkouts/paymentprocessors/"
tags: ["Checkout"]
---

# List payment processors available for checkout

`GET /checkouts/paymentprocessors/`

Lists the account payment processors available to the secret API key and indicates whether each processor supports hosted checkout. Use this endpoint when creating a checkout directly with `payment_processor` instead of `plan`.

## Response `200`

Available payment processors

- CheckoutPaymentProcessorList
  - `payment_processors` CheckoutPaymentProcessor[]
    - `id` integer
    - `name` string
    - `display_name` string
    - `payment_processor` string
    - `allowed_currencies` string[]
    - `supports_checkout` boolean
    - `error` string — Present when the processor configuration could not be initialized.

## Other responses

- `400` — Invalid account configuration

---

[API](https://skmtc.dev/askell/apis/a-skell-api.md) · [All operations](https://skmtc.dev/askell/apis/a-skell-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/askell/a-skell-api/revisions/9234f937fa26/schema)
