Update a payment intent with Stripe
POST/api/psp/stripe/v1/payment_intents/:paymentIntentId
Updates properties on an existing Stripe payment intent without confirming it, using the
StripeAuthorization header. Updating the payment method may require the payment intent
to be confirmed again.
Request
Responses
- 200
- 400
- 401
- 402
- 403
- 500
Payment intent updated — 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.