---
title: "Recheck Team Billing"
method: POST
path: "/billing/team/{team_id}/recheck-billing"
tags: ["billing"]
---

# Recheck Team Billing

`POST /billing/team/{team_id}/recheck-billing`

Re-derive a team's billing-cache columns from live Stripe state.

Manual replacement for the deleted reconcile/backfill jobs: refreshes
``card_verified`` and ``card_fingerprint`` so the read-time inference gate
sees current Stripe data, and repairs a bricked verified-without-fingerprint
row. Off the inference request path; requires MANAGE_BILLING.

Raises:
    HTTPException: 403 when the caller lacks MANAGE_BILLING; 500 on
        unexpected failure.

## Path parameters

- `team_id` string, required

## Response `200`

Successful Response

- RecheckBillingResponse — Result of a manual Stripe billing-state recheck for a team.
  - `success` boolean, required
  - `card_verified` boolean, required
  - `card_fingerprint_present` boolean, required
  - `changed` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pioneer/apis/brain-api.md) · [All operations](https://skmtc.net/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pioneer/brain-api/revisions/31dfe831e079/schema)
