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

# Get billing info

`GET /api/v1/billing`

Get billing configuration and balance for the authenticated developer

## Response `200`

Billing configuration including drawdown settings and balance

- BillingResponse
  - `drawdown` object, required
    - `balance` Money, required
      - `currencyCode` string, required
      - `amountSubunits` integer, required
    - `config` object, nullable, required
      - `chargeAutomatically` boolean, required
      - `currency` string, required
      - `minBalanceSubunits` number, double, required
      - `targetBalanceSubunits` number, double, required
    - `enabled` boolean, required

## Other responses

- `401` — Authentication Failed
- `422` — Validation Error

---

[API](https://skmtc.dev/rye-com/apis/universal-checkout-api.md) · [All operations](https://skmtc.dev/rye-com/apis/universal-checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rye-com/universal-checkout-api/revisions/175c7f9e090e/schema)
