---
title: "Customer Payment Intents"
method: GET
path: "/v2/customers/{id}/payment_intents"
tags: ["customers"]
---

# Customer Payment Intents

`GET /v2/customers/{id}/payment_intents`

## Path parameters

- `id` string, required

## Query parameters

- `start` integer
- `limit` integer

## Response `200`

Successful Response

- PaymentIntentOutList
  - `range` ResponseRange, required
    - `start` integer, required
    - `end` integer, required
    - `limit` integer, required
    - `count` integer, required
    - `has_more` boolean, required
  - `payment_intents` PaymentIntentOut[], required
    - `id` string, required
    - `customer` string
    - `payment` string
    - `methods_allowed` PaymentMethod[]
    - `order_id` string, binary
    - `card` string
    - `sepa` string
    - `amount` integer, required
    - `currency` 'eur' | 'aud' | 'cad' | 'chf' | 'dkk' | 'gbp' | 'nok' | 'pln' | 'sek' | 'usd', required
    - `description` string
    - `status` 'require_payment_method' | 'require_authentication' | 'require_authorization' | 'authorized' | 'processing' | 'captured' | 'canceled' | 'unpaid', required — An enumeration.
    - `metadata` unknown
    - `url` string, uri, required — Payment page url
    - `threeds` 'required' | 'none', required — An enumeration.
    - `return_url` string, uri
    - `created_at` string, date-time, required
    - `date_settlement` string, date
    - `origin` 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8, required — An enumeration.
    - `billing_address` string — Billing address ID
    - `shipping_address` string — Shipping address ID
    - `capture` boolean

## Other responses

- `422` — Validation Error

---

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