Wave: Get Estimate Payment
wave_get_estimate_paymentRetrieve a specific deposit payment for an estimate using its payment ID.
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 |