---
title: "Get payment methods from checkout token"
method: GET
path: "/checkout/v1/payment-methods"
tags: ["Checkout"]
---

# Get payment methods from checkout token

`GET /checkout/v1/payment-methods`

Retrieves all payment methods for the customer associated with the checkout token

## Response `200`

OK

- CheckoutGetPaymentMethodsReply — List of payment methods response
  - `data` CheckoutPaymentMethod[]
    - `brand` string
    - `created_at` string
    - `default` boolean
    - `exp_month` string
    - `exp_year` string
    - `id` string
    - `last4` string
    - `type` 'card' | 'ach'

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/alternativepayments/apis/alternative-payments.md) · [All operations](https://skmtc.net/alternativepayments/apis/alternative-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alternativepayments/alternative-payments/revisions/730efda86cd1/schema)
