---
title: "Billing Credits"
method: GET
path: "/v1/billing/credits"
tags: ["Billing"]
---

# Billing Credits

`GET /v1/billing/credits`

Return granted and available credits for the requested account and day.

## Query parameters

- `on_date` string, date, required — Date to evaluate balance on
- `flwr_aid` string, nullable — Optional Flower Account ID. Defaults to the authenticated caller.

## Response `200`

Successful Response

- CreditBalanceResponse — Balance of credits available to a user on a given date.
  - `organization_id` integer, nullable
  - `subject_flwr_aid` string, required
  - `on_date` string, date, required
  - `granted_credits` integer, required
  - `used_credits` integer, required
  - `available_credits` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/flower/apis/superlink-api.md) · [All operations](https://skmtc.dev/flower/apis/superlink-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flower/superlink-api/revisions/58e8351486b3/schema)
