---
title: "Get Billing Profile"
method: GET
path: "/stripe/profile"
tags: ["stripe"]
---

# Get Billing Profile

`GET /stripe/profile`

Get current user's billing profile. Auto-creates if not exists.

## Response `200`

Successful Response

- BillingProfileResponse — User billing profile.
  - `id` string, uuid, required
  - `user_id` string, uuid, required
  - `stripe_customer_id` string, required
  - `billing_email` string, nullable, required
  - `billing_name` string, nullable, required
  - `default_payment_method_id` string, nullable, required
  - `created_at` string, date-time, required

---

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