---
title: "Get Billing Status"
method: GET
path: "/billing/status"
tags: ["Billing", "billing"]
---

# Get Billing Status

`GET /billing/status`

Get the current billing setup status for the customer.

Admin only endpoint.

## Response `200`

Successful Response

- BillingStatusResponse — Response for billing status endpoint.
  - `status` 'NOT_SETUP' | 'ACTIVE' | 'VERIFICATION_PENDING', required — Billing setup status for a customer.
  - `has_bank_accounts` boolean
  - `has_card_accounts` boolean
  - `pending_verification_count` integer

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
