Wave: Get Invoice Payment
wave_get_invoice_paymentRetrieve a specific invoice payment by its ID. Use this to check payment details, verify status, or reconcile records without listing all payments on an invoice.
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: the base64 id from wave_list_businesses (a bare business UUID is also accepted). Defaults to the business set by wave_set_default_business. When calls may be minutes apart, pass it on every call. | |
| response_format | No | Output format: "markdown" for a compact human-readable summary, "json" for the complete record. | markdown |