---
title: "Get account billing information."
method: GET
path: "/v1/accounts/{id}/billing"
tags: ["accounts"]
---

# Get account billing information.

`GET /v1/accounts/{id}/billing`

Get account billing information including Stripe customer ID.

## Path parameters

- `id` string, required

## Response `200`

OK

- BillingView — Account billing information.
  - `stripe_customer_id` string, nullable — The Stripe customer ID.

---

[API](https://skmtc.dev/runloopai/apis/runloop-api.md) · [All operations](https://skmtc.dev/runloopai/apis/runloop-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runloopai/runloop-api/revisions/0cb966ca566f/schema)
