Capture a payment intent with Stripe
POST/api/psp/stripe/v1/payment_intents/:paymentIntentId/capture
Captures the funds of an existing uncaptured Stripe payment intent (status requires_capture)
using the StripeAuthorization header. Defaults to capturing the full capturable amount.
Request
Responses
- 200
- 400
- 401
- 402
- 403
- 500
Payment intent captured — response body contains the Stripe payment intent response.
Invalid request — missing payment intent id, missing authorization header, null gateway response, or a Stripe-rejected request.
Authentication failed — token is missing, expired, or invalid.
Payment Required
Caller does not have the required role.
An unexpected server error occurred.