create_payment
Create a payment record by specifying issue date, customer, series, amount, and currency.
Instructions
Create a new payment. Requires issue date, customer, series, amount, and currency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_date | Yes | Issue date of the payment (YYYY-MM-DD) | |
| customer_id | Yes | ID of the customer | |
| series_id | Yes | ID of the payment series | |
| amount | Yes | Payment amount | |
| currency_iso | Yes | ISO 4217 currency code (e.g. EUR, USD) | |
| currency_rate | No | Currency exchange rate (default: 1) | |
| comments | No | Comments for the payment | |
| order_id | No | Associated order/booking ID | |
| notes | No | Internal notes for the payment |