---
title: "Make Default Payment Method"
method: POST
path: "/api/v1/payments/payment-methods/{payment_method_id}/make-default"
tags: ["Payment"]
---

# Make Default Payment Method

`POST /api/v1/payments/payment-methods/{payment_method_id}/make-default`

Make a payment method the default

## Path parameters

- `payment_method_id` integer, required

## Query parameters

- `org` string, nullable

## Headers

- `authorization` string, nullable

## Cookies

- `modaic_session` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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