accesso_save_barcodes
Save scannable barcode images from an accesso ticket order. Writes PNG files, or returns images inline when remote serving is needed.
Instructions
Save the scannable barcode images from an accesso order. Writes PNGs and returns their paths; set inline to receive the images directly instead (which is the only useful mode when this server runs remotely, since its filesystem is not the user's).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | The accesso ticket link from the order-confirmation email. Optional when ACCESSO_TICKET_URL is set. | |
| inline | No | Return the images in the response instead of writing files. | |
| indexes | No | Ticket `index` values to act on. Omit for every ticket on the order. |