Get a specific payment intent
Retrieves detailed information about a specific payment intent including amount, currency, and client secret.
Path parameters
Payment intent reference or processor payment ID
Response
Payment intent retrieved successfully
Example response
{
"accountId": "acct_1A2B3C4D",
"amount": 4999,
"clientSecret": "pi_1a2b3c4d5e6f7g8h_secret_AbCdEf123456",
"createdAt": "2025-10-18T10:30:00.000Z",
"currency": "usd",
"customerRef": "cus_3c4d5e6f7g8h",
"exchangeRate": 1,
"expiresAt": "2025-10-19T10:30:00.000Z",
"originalAmount": 4999,
"planRef": "pln_2b3c4d5e6f7g",
"processorPaymentId": "pi_1a2b3c4d5e6f7g8h",
"publishableKey": "pk_test_...",
"status": "requires_payment_method",
"transactionId": "507f1f77bcf86cd799439011"
}Changes
Changed in 4 of the 27 revisions of this API.5814
- ●
added the new
cancelledenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
failedenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
pendingenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
processingenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
requires_actionenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
requires_confirmationenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
requires_payment_methodenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ●
added the new
succeededenum value to thestatusresponse property for the response status200response-property-enum-value-added
- ●
- ▲
the response's body type/format changed from
/toobject/for status200response-body-type-changed
- ○
added the optional property
accountIdto the response with the200statusresponse-optional-property-added
- ○
added the optional property
createdAtto the response with the200statusresponse-optional-property-added
- ○
added the optional property
customerRefto the response with the200statusresponse-optional-property-added
- ○
added the optional property
exchangeRateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
expiresAtto the response with the200statusresponse-optional-property-added
- ○
added the optional property
originalAmountto the response with the200statusresponse-optional-property-added
- ○
added the optional property
planRefto the response with the200statusresponse-optional-property-added
- ○
added the optional property
transactionIdto the response with the200statusresponse-optional-property-added
- ○
added the required property
amountto the response with the200statusresponse-required-property-added
- ○
added the required property
clientSecretto the response with the200statusresponse-required-property-added
- ○
added the required property
currencyto the response with the200statusresponse-required-property-added
- ○
added the required property
processorPaymentIdto the response with the200statusresponse-required-property-added
- ○
added the required property
publishableKeyto the response with the200statusresponse-required-property-added
- ○
added the required property
statusto the response with the200statusresponse-required-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response's body type/format changed from
object/to/for status200response-body-type-changed
- ▲
the response's body type/format changed from
object/to/for status404response-body-type-changed
This revision also has 192 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the response's body type/format changed from
/toobject/for status200response-body-type-changed
- ▲
the response's body type/format changed from
/toobject/for status404response-body-type-changed
- ▲