pay_invoice
Pay a vendor invoice by providing the invoice file ID and confirming. Returns a link to the HoneyBook portal to complete payment.
Instructions
Pay an invoice from a vendor. In v1 this returns a deep link to the HoneyBook portal instead of paying headlessly. Requires confirm:true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | The invoice file _id from list_workspace_files (file_type=invoice). | |
| origin | No | Portal origin (e.g. https://<vendor>.hbportal.co). Optional when only one session is active. | |
| confirm | No | Must be true to proceed. Without this, tool returns a preview. |