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

# Cancelar payin

> Cancela un payin (solo permitido cuando el payin no está en un estado terminal).

### Parámetros

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

### Cuerpo

<ParamField body="reason" type="string">
  Motivo de la cancelación.
</ParamField>

### Respuesta

<ResponseExample>
  ```json 200 theme={null}
  { "success": true, "message": "Payin cancelled successfully" }
  ```
</ResponseExample>

### Respuestas de error

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

  ```json 409 theme={null}
  { "success": false, "error": "Conflict" }
  ```
</ResponseExample>
