---
title: "Update the Braintree subscription"
method: PATCH
path: "/blaize/payment/braintree/subscriptions/{subscriptionId}"
tags: ["Braintree Payments"]
---

# Update the Braintree subscription

`PATCH /blaize/payment/braintree/subscriptions/{subscriptionId}`

Updates a Braintree subscription by ID.
This operation currently only supports updating the payment method for a subscription, sending the payment method token or nonce.

## Path parameters

- `subscriptionId` string, required

## Headers

- `cookie` string

## Request body

- object
  - `payment_method_token` string — Payment method token referencing a payment method in Braintree.
  - `payment_method_nonce` string — Payment method nonce referencing a payment method in Braintree.

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[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/versions/0400dd83950b/schema)
