Confirm a payment intent with Stripe
POST/api/psp/stripe/v1/payment_intents/:paymentIntentId/confirm
Confirms an existing Stripe payment intent using the StripeAuthorization header. If raw card
data is supplied in payment_method_data, the encrypted card details are resolved from the card
capture session identified by the aiphoriaCardCaptureKey header before confirming.
Request
Responses
- 200
- 400
- 401
- 402
- 403
- 404
- 500
Payment intent confirmed — 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.
The card capture session could not be found.
An unexpected server error occurred.