---
title: "Set Default Payment Method"
method: POST
path: "/stripe/payment-methods/default"
tags: ["stripe"]
---

# Set Default Payment Method

`POST /stripe/payment-methods/default`

Set a default payment method.

## Request body

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

## Response `200`

Successful Response

- PaymentMethodResponse — Payment method information.
  - `id` string, uuid, required
  - `stripe_payment_method_id` string, required
  - `brand` string, nullable, required
  - `last4` string, nullable, required
  - `exp_month` integer, nullable, required
  - `exp_year` integer, nullable, required
  - `is_default` boolean, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
