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

# Get Default Payment Method

`GET /billing/default-payment-method`

Get the current default payment method.

Admin only endpoint.

## Response `200`

Successful Response

- DefaultPaymentMethodResponse — Response with default payment method info.
  - `payment_method_id` string, nullable
  - `payment_method_type` 'bank' | 'card' — Payment method type enum.

---

[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)
