---
title: "Charge saved card for credits"
method: POST
path: "/api/v1/credits/quick-topup"
tags: ["Subscribe"]
---

# Charge saved card for credits

`POST /api/v1/credits/quick-topup`

Charge saved card for credits.

## Request body

- object
  - `dollars` number, required — Dollar amount for the top-up

## Response `200`

Quick top-up result

- union
  - object
    - `outcome` 'charged', required
    - `balance` string, required — Updated credit balance as a bigint string.
    - `credits` string, required — Credits added by this top-up as a bigint string.
  - object
    - `outcome` 'requires_action', required
    - `clientSecret` string, required — Payment client secret for completing authentication.
  - object
    - `outcome` 'no_payment_method', required

## Other responses

- `400` — Invalid input
- `401` — Unauthenticated
- `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/c367e6e8f845/schema)
