---
title: "Get Next Charge"
method: GET
path: "/clients/{client_id}/next-charge"
tags: ["clients"]
---

# Get Next Charge

`GET /clients/{client_id}/next-charge`

## Path parameters

- `client_id` string, required

## Response `200`

Successful Response

- NextChargeResponse
  - `next_charge_at` string, date-time, nullable
  - `amount_cents` integer, nullable
  - `subscription_status` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/6e257c69d1d1/schema)
