---
title: "Get Billing Info"
method: GET
path: "/v1/billing/billing-info"
tags: ["Billing", "billing"]
---

# Get Billing Info

`GET /v1/billing/billing-info`

Return billing name/email from the default payment method's billing_details.
This is independent of the Stripe Customer email (notification/profile email).

## Response `200`

Successful Response

- BillingInfoResponse
  - `Name` string, nullable
  - `Email` 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/3274aa9b0e51/schema)
