---
title: "Retrieve Payment Methods To Enroll"
method: GET
path: "/checkout/customers/sessions/{customer_session}/payment-methods"
---

# Retrieve Payment Methods To Enroll

`GET /checkout/customers/sessions/{customer_session}/payment-methods`

## Path parameters

- `customer_session` string, required

## Response `200`

200

- object
  - `payment_methods` object[]
    - `name` string
    - `description` string
    - `type` string
    - `category` string
    - `icon` string
    - `enrollment` object
      - `session` string
      - `sdk_required_action` boolean

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403

---

[API](https://skmtc.net/y/apis/ai-caller.md) · [All operations](https://skmtc.net/y/apis/ai-caller/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/y/ai-caller/revisions/05b629819b49/schema)
