Update a payment method with Stripe
POST/api/psp/stripe/v1/payment_methods/:paymentMethodId
Updates an existing Stripe payment method using the StripeAuthorization header. Only the
billing details, card expiry, metadata and redisplay preference can be changed — the card number
and CVC cannot be updated.
Request
Responses
- 200
- 400
- 401
- 402
- 403
- 500
Payment method updated — response body contains the Stripe payment method response.
Invalid request — missing payment method 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.