tochka_download_invoice
Download an invoice PDF to a specified local file path using the invoice UUID from a previous invoice request.
Instructions
Download invoice PDF to local file.
Args: document_id: Invoice UUID from tochka_invoice result output_path: Absolute path to save PDF (e.g. /tmp/invoice_42.pdf)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | ||
| output_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |