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

> Obtiene un payin por su externalId.

### Parámetros

<ParamField path="externalId" type="string" required>
  Id de referencia del cliente.
</ParamField>

### Respuesta

Devuelve un objeto payin.

### Respuestas de error

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