payment_intents
Get Payment Intent
get/v2/payment_intents/{id}
Path parameters
idstring required
Example:pi_yWYfCSzsUUhr9KwMv7vuLZHX
Response
Successful Response
Example response
{
"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.