create_payment
Record invoice payments in Simplicate by specifying invoice ID, amount, payment date, and method to maintain accurate financial records.
Instructions
Create a payment record
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | ||
| invoice_id | Yes | ||
| method | No | ||
| payment_date | No |