deposit
Record a cash deposit in any currency to update ledger balances. Bookkeeping only — no real payment processing.
Instructions
Record a cash deposit into the ledger, in any currency. Bookkeeping only — no real payment system is connected.
Args: currency: ISO-style currency code, e.g. "CNY", "USD", "AUD". amount: Amount to add; must be > 0.
Returns: Updated cash balances, or {"status": "error", "error": ...}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount to add; must be > 0. | |
| currency | Yes | ISO-style currency code, e.g. 'CNY', 'USD', 'AUD'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |