create_invoice_payment
Register a payment for an invoice with its ID and amount. Optionally include date, bank account, or payment service to complete the record.
Instructions
Create payment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| value | Yes | ||
| invoice_id | Yes | the id of the invoice | |
| bank_account_id | No | References a [bank account object](#operation/ListBankAccounts) | |
| payment_service_id | No | | value | description | |-----|------| | 1 | PayPal | | 2 | Stripe | | 3 | SIX Payments | |