create_payment
Create a new payment for a contract by providing contract ID, amount, and currency, with optional date, method, and description.
Instructions
Create a new payment for a contract.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Payment amount | |
| currency | Yes | Currency code (e.g. USD) | |
| contract_id | Yes | The contract ID | |
| description | No | Payment description | |
| payment_date | No | Payment date (YYYY-MM-DD), defaults to next cycle | |
| payment_method_id | No | Payment method ID (uses default if not specified) |