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

# Get Default Payment Method

`GET /v1/billing/payment-methods/default`

## Response `200`

Successful Response

- PaymentMethodResponse
  - `PaymentMethodID` string, required
  - `Type` string, required
  - `PostalCode` string, nullable
  - `City` string, nullable
  - `Country` string, nullable
  - `BillingEmailAddress` string, nullable
  - `BillingName` string, nullable
  - `LinkEmailAddress` string, nullable
  - `CardLastFourDigits` string, nullable
  - `CardBrand` string, nullable
  - `CardExpiryDate` string, nullable

---

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