---
title: "Set the default Braintree payment method"
method: PUT
path: "/zephr/payment/braintree/default-payment-method"
tags: ["Braintree Payments"]
---

# Set the default Braintree payment method

`PUT /zephr/payment/braintree/default-payment-method`

Sets the Braintree default payment method for the logged-in user.
This must be a valid payment method already associated with the user.

## Headers

- `cookie` string

## Request body

- object
  - `payment_method_token` string — The unique ID of the payment method to be set as default for the user.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `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/revisions/0400dd83950b/schema)
