Downloads

Tickets download

Triggered by

  1. Link in user email for downloading tickets

  2. Choose for Share -> PDF with tickets in the popupmenu of the orders-dashboard

Example payload

{
    "order_id": 1,
    "event_id": 2,
    "event_date": "2021-01-18 14:00:00",
    "payment_id": "",
    "payment_status": "dashboard",
    "custom_status": "",
    "created_at": "2021-01-04 15:48:01",
    "downloaded_at": "2021-01-06 10:46:43",
    "uid": "1ooxa53368kx1vp5h4o8ZXXy2UzQo9h1XAXGu8oE",
    "name": "John Doe",
    "email": "[email protected]",
    "num_tickets": 4,
    "total": 130,
    "qrcodes": [
        "FBlnicFSAODgfUfi",
        "ZoyKSTQGXRfMvlZ4",
        "JO4KuKyUp1FUcmUD",
        "cTf7j9jA1vqdtBJ6"
    ],
    "ip_address": "1.2.3.4"
}

Warning

If the Tickets flag is not set in the Basics tab, this webhook can’t be used.

Changelog

Version

Description

1.0

Introduced.


Invoice download

Triggered by

  1. Link in user email for downloading invoice

  2. Choose for Share -> PDF invoice in the popupmenu of the orders-dashboard

Example payload

{
    "order_id": 1,
    "event_id": 2,
    "event_date": "2021-01-18 14:00:00",
    "payment_id": "",
    "payment_status": "dashboard",
    "custom_status": "",
    "created_at": "2021-01-04 15:48:01",
    "downloaded_at": "2021-01-06 10:46:43",
    "uid": "1ooxa53368kx1vp5h4o8ZXXy2UzQo9h1XAXGu8oE",
    "name": "John Doe",
    "email": "[email protected]",
    "num_tickets": 4,
    "total": 130,
    "ip_address": "1.2.3.4"
}

Warning

If the Invoice flag is not set in the Basics tab, this webhook can’t be used.

Changelog

Version

Description

1.0

Introduced.