---
title: "Set default payment method"
method: PUT
path: "/api/patients/payment-methods/default"
tags: ["patients"]
---

# Set default payment method

`PUT /api/patients/payment-methods/default`

Set a payment method as the default for future payments.

## Request body

- SetDefaultPaymentMethodRequest — Request to set a payment method as default.
  - `payment_method_id` string, required — Stripe payment method ID to set as default

## Response `200`

Successful Response

- SetDefaultPaymentMethodResponse — Response after setting default payment method.
  - `success` boolean, required — Whether the operation was successful
  - `default_payment_method_id` string, required — ID of the new default payment method
  - `title` string — Success title
  - `message` string, required — Success message

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
