latestOpenAPI 3.0.02026-08-0610682246.0 KB

0400dd83950b

Stripe Payments

Update the Stripe subscription

Updates the payment method in the subscription. Payment method id will be provided by stripe on updating card details in the front end.

post/zephr/payment/stripe/updateSubscription

Request body

subscription_idstring required
payment_method_idstring required

Example request

{
  "subscription_id": "sub_H8eIeMFwMawg6w",
  "payment_method_id": "pm_2KrMmOCvDgIhZCB6u0Yn7COE"
}

Response

OK