customers

Customer Payment Intents

get/v2/customers/{id}/payment_intents

Path parameters

idstring required
Example:cust_yWYfCSzsUUhr9KwMv7vuLZHX

Query parameters

startinteger
limitinteger

Response

Successful Response

Example response

{
  "range": {
    "start": 42,
    "end": 52,
    "limit": 10,
    "count": 1337,
    "has_more": true
  },
  "payment_intents": [
    {
      "id": "pi_yWYfCSzsUUhr9KwMv7vuLZHX",
      "customer": "cust_yWYfCSzsUUhr9KwMv7vuLZHX",
      "payment": "paym_yWYfCSzsUUhr9KwMv7vuLZHX",
      "card": "card_yWYfCSzsUUhr9KwMv7vuLZHX",
      "sepa": "sepa_yWYfCSzsUUhr9KwMv7vuLZHX",
      "billing_address": "addr_yWYfCSzsUUhr9KwMv7vuLZHX",
      "shipping_address": "addr_yWYfCSzsUUhr9KwMv7vuLZHX"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.