payment_intents
List Payment Intents
get/v2/payment_intents/
Query parameters
createdstring date-time
order_idstring binary
cardstring
Example:card_yWYfCSzsUUhr9KwMv7vuLZHX
sepastring
Example:sepa_yWYfCSzsUUhr9KwMv7vuLZHX
startinteger
limitinteger
field'created' | 'due'
order'asc' | 'desc'
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.