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

# Obtener payin por ID interno

> Obtiene un payin por su id interno.

### Parámetros

<ParamField path="id" type="string" required>
  Id interno del payin.
</ParamField>

### Respuesta

Devuelve un objeto payin.

### Respuestas de error

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