Wave: Get Invoice Payment
wave_get_invoice_paymentRetrieve a specific invoice payment by its ID. Need all payments on an invoice? Use the invoice lookup instead.
Instructions
Get one invoice payment by ID. To see every payment on an invoice, call wave_get_invoice instead: it returns them all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payment_id | Yes | The Wave invoice payment ID. | |
| business_id | No | Business to operate on. Defaults to the session business set by wave_set_default_business. | |
| response_format | No | Output format: "markdown" for a compact human-readable summary, "json" for the complete record. | markdown |