GET /v1/payment_intents/{intent}
Summary: —
Operation ID: GetPaymentIntentsIntent
Auth: unknown
Operation ID: GetPaymentIntentsIntent
Auth: unknown
Description
<p>Retrieves the details of a PaymentIntent that has previously been created. </p> <p>Client-side retrieval using a publishable key is allowed when the <code>client_secret</code> is provided in the query string. </p> <p>When retrieved with a publishable key, only a subset of properties will be returned. Please refer to the <a href="#payment_intent_object">payment intent</a> object reference for more details.</p>
Parameters (3)
client_secret
(string, query, optional)
The client secret of the PaymentIntent. Required if a publishable key is used to retrieve the source.
Constraints: {'maxLength': 5000}
expand
(array, query, optional)
Specifies which fields in the response should be expanded.
intent
(string, path, required)
Constraints: {'maxLength': 5000}
No probe data for this endpoint yet.