---
title: "ClearTopupFailure"
method: POST
path: "/gitpod.v1.BillingService/ClearTopupFailure"
tags: ["gitpod.v1.BillingService"]
---

# ClearTopupFailure

`POST /gitpod.v1.BillingService/ClearTopupFailure`

Clears a topup payment failure for an organization.

 Use this method to:
 - Acknowledge and clear a failed topup payment
 - Allow the UI to return to normal state after user acknowledges the failure

 Unlike subscription failures which auto-resolve when payment succeeds,
 topup failures need explicit user acknowledgment because the commit was
 voided by Metronome and the user needs to retry with a working payment method.

## Request body

- GitpodV1ClearTopupFailureRequest
  - `organizationId` string, uuid, required — organization_id is the ID of the organization to clear the topup failure for

## Response `200`

Success

- GitpodV1ClearTopupFailureResponse

## Other responses

- `default` — Error

---

[API](https://skmtc.net/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.net/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/versions/44d50c2ac284/schema)
