freee_create_deal_payment
Record a payment for a deal to settle accounts receivable or payable. Supports partial payments. Use freee_get_walletables to look up wallet account IDs.
Instructions
Record a payment for a deal (支払消込) - Add a payment entry to settle accounts receivable/payable. Supports partial payments (amount less than deal total). Use freee_get_walletables to look up wallet account IDs. Essential for monthly closing and cash management.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | No | Company ID (optional, uses FREEE_DEFAULT_COMPANY_ID if not provided) | |
| dealId | Yes | Deal ID to add payment to | |
| date | Yes | Payment date (YYYY-MM-DD) | |
| fromWalletableId | Yes | Source wallet account ID | |
| fromWalletableType | Yes | Source wallet account type | |
| amount | Yes | Payment amount (must be positive) |