---
title: "Set Default Payment Method"
method: POST
path: "/billing/default-payment-method"
tags: ["Billing", "billing"]
---

# Set Default Payment Method

`POST /billing/default-payment-method`

Set the default payment method for monthly billing.

This should be called after user authorizes recurring payments.

Admin only endpoint.

## Request body

- SetDefaultPaymentMethodRequest — Request to set default payment method.
  - `payment_method_id` string, required — Bank account ID or card payment method ID
  - `payment_method_type` string, required — Type: 'bank' or 'card'

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
