wallet.transfer
Transfer credits from your wallet to another company. Used for agent-to-agent settlement — e.g., paying a subcontractor agent for completed work. Max $5,000 per transfer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Reason for transfer (e.g., "Payment for job #123") | |
| amount_cents | Yes | Amount in cents to transfer | |
| to_company_id | Yes | Target company ID to receive credits |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | ||
| amount_formatted | No | ||
| to_balance_cents | No | ||
| from_balance_cents | No |