create_contract_payment
Record a payment against a contract using its ID, the paid amount, and an optional note. Supports negative amounts to process refunds.
Instructions
Create a new payment for a contract
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Payment note or description | |
| amount | Yes | Amount paid (can be negative for refunds) | |
| contract_id | Yes | Contract ID |