---
title: "Update the Stripe subscription"
method: POST
path: "/zephr/payment/stripe/updateSubscription"
tags: ["Stripe Payments"]
---

# Update the Stripe subscription

`POST /zephr/payment/stripe/updateSubscription`

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

## Request body

- object
  - `subscription_id` string, required
  - `payment_method_id` string, required

## Response `200`

OK

---

[API](https://skmtc.net/zuora/apis/public-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/public-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/public-api-reference/revisions/0400dd83950b/schema)
