---
title: "Get top-up billing status"
method: GET
path: "/api/v1/credits/topup/status"
tags: ["Subscribe"]
---

# Get top-up billing status

`GET /api/v1/credits/topup/status`

Get top-up billing status.

## Query parameters

- `session_id` string, required

## Response `200`

Top-up billing status

- object
  - `amount_dollars` integer, nullable — Dollar amount requested for the top-up.
  - `credits` string — Bigint string credit amount granted or pending.
  - `status` 'paid' | 'processing' | 'failed' | 'expired', required

## Other responses

- `400` — Invalid input
- `401` — Unauthenticated
- `404` — Not found
- `429` — Xquik tier rate limit exceeded. The response includes a `Retry-After` header with the number of seconds to wait before retrying.
- `default` — Unexpected error.

---

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