post /v1/payment_intents/{intent}/capture

Capture a PaymentIntent

PostPaymentIntentsIntentCapture

<p>Capture the funds of an existing uncaptured PaymentIntent when its status is <code>requires_capture</code>.</p> <p>Uncaptured PaymentIntents are cancelled a set number of days (7 by default) after their creation.</p> <p>Learn more about <a href="/docs/payments/capture-later">separate authorization and capture</a>.</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.