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

# Get Payin by Internal ID

> Fetch a payin by its internal id.

### Params

<ParamField path="id" type="string" required>
  Payin internal id.
</ParamField>

### Response

Returns a payin object.

### Error Responses

<ResponseExample>
  ```json 404 theme={null}
  {
    "success": false,
    "error": "Not Found"
  }
  ```
</ResponseExample>
