evidence_get_qr_code
Get a payment QR code for an AbraFlexi document record by providing its evidence type and ID or code. Choose to return the image inline as a base64 data URI or save it as a PNG file.
Instructions
Get the payment QR code for a document record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Record ID | |
| kod | No | Record code (alternative to id) | |
| size | No | Requested image size in pixels | |
| evidence | Yes | Evidence name (e.g., 'faktura-vydana') | |
| output_path | No | If given, write the PNG to this local path instead of returning it inline as a base64 data URI |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |