---
title: "Cancel stripe Estimate Charge"
method: POST
path: "/api/estimate-charges/{id}/cancel/stripe"
tags: ["billing > estimate-charges"]
---

# Cancel stripe Estimate Charge

`POST /api/estimate-charges/{id}/cancel/stripe`

This endpoint can only be used after setting up the billing integration. Refer to the [billing integration documentation](/documentation/integrations/billing/overview) for more details.

This endpoint may return a `409` error response with one of these public `message` values:
- `Invalid Estimate Charge Status`
- `Missing Authorized Transaction`
- `Missing Customer`
- `Missing Payment Intent`
- `Payment Already Captured`

## Path parameters

- `id` string, required

## Headers

- `X-API-Key` string, required

## Response `200`

Response with status 200

- EstimateChargesEstimateChargeCancelStripeV1Response — unresolved $ref

---

[API](https://skmtc.dev/usebridge/apis/api-reference.md) · [All operations](https://skmtc.dev/usebridge/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usebridge/api-reference/revisions/811dbc81bcd5/schema)
