> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plane.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get a refund

> Retrieve the details of an existing refund.

### Parameters

<ParamField type="string" path="id" initialValue="re_LcjXBMrTTwS1GreTcqWSvGhW" required>
  The ID of a refund object.
</ParamField>

### Returns

Returns the [Refund object](/reference/refunds/object).

<ResponseExample>
  ```json Response theme={null}
  {
    "id": "re_1PqJvEf9iWm3mK7P2fZp9Qxc",
    "date": "2025-08-15",
    "amount": "1000.00",
    "currency": "USD",
    "reference": "RF-2025-0815",
    "note": "Cancelled contractor payment",
    "status": "succeeded",
    "source": "src_4a8S6Cm7qN9xL2eP",
    "entity": "ent_7Vu2fTc0bL3kQ9mR"
  }
  ```
</ResponseExample>
