---
title: "Refund stripe Fee"
method: POST
path: "/api/fees/v2/{id}/refund/stripe"
tags: ["billing > fees"]
---

# Refund stripe Fee

`POST /api/fees/v2/{id}/refund/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 Fee Status`
- `Missing Captured Transaction`
- `Missing Customer`
- `Missing Payment Intent`

## Path parameters

- `id` string, required

## Headers

- `X-API-Key` string, required

## Response `200`

Response with status 200

- FeesFeeRefundStripeV1Response — 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)
