Get payment intent
Get a payment intent by ID, including its charge attempts, refunds, and line items.
Authorizations
An API key that grants access to the Connect API. You can create and manage API keys in the portal.
Path Parameters
The unique identifier of the payment intent to retrieve.
Response
Payment intent retrieved successfully
A collection of money driven over card rails for a customer, with its charge attempts, refunds, and billed line items.
The unique identifier for this payment intent.
"64870b5c-fb61-4c9a-955a-e148e0826c20"
The customer this payment intent collects from.
"a1b2c3d4-e5f6-4a5b-8c9d-0e1f2a3b4c5d"
Current stage of a payment intent as it is collected over card rails.
PENDING, REQUIRES_ACTION, PROCESSING, SUCCEEDED, REQUIRES_PAYMENT_METHOD, CANCELLED "SUCCEEDED"
The total amount to collect.
29
The currency of the amount.
"USD"
The items that make up the collected amount.
Charge attempts made against this payment intent, most recent first.
Refunds issued against this payment intent.
When the payment intent was created.
"2024-01-15T10:00:00Z"
When the payment intent was last updated.
"2024-01-15T10:00:00Z"
A human-readable description of what is being collected.
"Mobile subscription renewal"
When the amount is due.
"2024-01-15T10:00:00Z"