Wave: Get Estimate Payment
wave_get_estimate_paymentRetrieve a specific estimate deposit payment by its ID. Check payment details, with optional business ID and output format (markdown or JSON).
Instructions
Get one estimate deposit payment by ID. To see every deposit on an estimate, call wave_get_estimate with include_deposit_payments=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payment_id | Yes | The Wave estimate 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 |