Update payment method
PUT/api/v1.0/payment-methods/:payment_method_id
Update status, metadata, or card data (via JWE). To fully replace a card on active subscriptions, use replace.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Payment method updated
Bad request
Unauthorized
Forbidden
Payment method not found
Validation error
Internal server error