create_invoice_payment_by_invoice_id
Record payments for specific invoices by providing invoice ID, amount, currency, date, and payment method. This tool processes invoice payments within the Eduframe system.
Instructions
Create a payment.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invoice_id | Yes | ID of the payment | |
| amount | Yes | A number representing the total amount of the invoice. | |
| currency | No | The currency used for the payment. | |
| date | No | Date on which the payment was created. | |
| payment_method_id | No | Identifier of the payment method. |