> ## 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 charge

> Retrieve the details of an existing charge.

### Parameters

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

### Returns

Returns a charge if a valid identifier was provided, and returns an error otherwise.

<ResponseExample>
  ```json Response theme={null}
  {
    "id": "ch_hsb6rfQVReo6Mq1M2jEXrD1m",
    "source": "src_HKoSZYDa7DQhnBH2XKTJBGEe",
    "date": "2023-11-06",
    "amount": "1000.0",
    "currency": "USD",
    "status": "pending",
    "reference": null
  }
  ```
</ResponseExample>
