post /v1/payment_intents/{intent}

Update a PaymentIntent

PostPaymentIntentsIntent

<p>Updates properties on a PaymentIntent object without confirming.</p> <p>Depending on which properties you update, you might need to confirm the PaymentIntent again. For example, updating the <code>payment_method</code> always requires you to confirm the PaymentIntent again. If you prefer to update and confirm at the same time, we recommend updating properties through the <a href="/docs/api/payment_intents/confirm">confirm API</a> instead.</p>

Parameters

Name In Type Required Description
intent path string yes

Request Body

application/x-www-form-urlencoded

Responses

200 Successful response.
default Error response.