---
title: "Billing Information"
method: GET
path: "/me/billing"
tags: ["User API"]
---

# Billing Information

`GET /me/billing`

Get Billing Information

## Response `200`

Successfully retrieved billing information

- BillingInformationSubscription — Billing Information Response
  - `user_id` string, required
  - `stripe_customer_id` string, required
  - `plan_type` 'trial' | 'trial_ended' | 'pay_as_you_go' | 'subscription', required
  - `tier` 'sandbox' | 'pro' | 'business' | 'enterprise'
  - `subscription_period_start` string, date-time, nullable
  - `subscription_period_end` string, date-time, nullable
  - `subscription_status` 'incomplete' | 'incomplete_expired' | 'trialing' | 'active' | 'past_due' | 'canceled' | 'unpaid' | 'paused', nullable
  - `interval` 'day' | 'week' | 'month' | 'year', nullable
  - `cancel_at_period_end` boolean, nullable
  - `price_id` string, nullable

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/toolhouse/apis/toolhouse-api.md) · [All operations](https://skmtc.net/toolhouse/apis/toolhouse-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/toolhouse/toolhouse-api/versions/6e3bad3564b3/schema)
