Wave: Get Invoice Payment
wave_get_invoice_paymentRetrieve a specific invoice payment by its payment ID. For all payments on an invoice, fetch the invoice record 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 |