Refund Deposit
refund_depositRefund a client deposit by providing the deposit ID and an optional reason or notes. The deposit status updates to 'refunded'.
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 | |
| notes | No | Refund notes / Notas de la devolucion | |
| reason | No | Reason for the refund / Motivo de la devolucion |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| message | No | ||
| success | Yes |