Refund Deposit
refund_depositInitiate a deposit refund, setting its status to refunded. Required: deposit ID. Optional: reason and notes.
Instructions
Refund a deposit back to the client. Transitions the deposit status to 'refunded'. Example: id='dep_abc123', reason='Project cancelled' / Devuelve un deposito al cliente.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Deposit ID / ID del deposito | |
| reason | No | Reason for the refund / Motivo de la devolucion | |
| notes | No | Refund notes / Notas de la devolucion |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | ||
| id | Yes | ||
| message | No |