Ticket Fulfilment Webhook

When a broker uploads their tickets to a listing a fulfilment webhook is sent to Partners containing the listing resource with the base64 encoded PDFs included.


Post Data

The listing resource will be sent to Partners including the Base64 encoded E-Tickets/Mobile ticket files.

Please keep note of the sold status to ensure you are not cross-selling E-Tickets.

E-Tickets should only be showed to applicable paying customers.


Example Request

{ 
    "data": {
      "id": "434",
      "ticket": {
        "general_admission": "false",
        "type": "E-Ticket",
        "allow_last_minute_sales": "false",
        "split_type": "No Preferences",
        "etickets": [
          {
            "row": "1",
            "seat": "1000",
            "file": "JVBERi0xLjMNJeLjz9MNCjQgMCBvYmoNPDwvTGluZWFyaXplZCAxL0wgNzEwOS9PIDYvRSAzMDk5L0...",
            "sold": false
          },
          {
            "row": "1",
            "seat": "1001",
            "file": "JVBERi0xLjMNJeLjz9MNCjQgMCBvYmoNPDwvTGluZWFyaXplZCAxL0wgNzEwOS9PIDYvRSAzMDk5L0...",
            "sold": false
          }
        ],
        "upload_later": "true"
      },
      "number_of_tickets_for_sale": {
        "quantity_available": 98,
        "quantity_sold": 1,
        "display_quantity": 0,
        "split_quantity": 0,
        "quantity_on_hold": 2
      },
      "seat_details": {
        "category": "Longside Lower Tier",
        "section": "",
        "row": "1",
        "first_seat": "1000"
      },
      "face_value": {
        "currency": "GBP",
        "amount": "10.00"
      },
      "proceed_price": {
        "currency": "GBP",
        "amount": "33.00"
      },
      "restrictions_benefits": {
        "options": [],
        "other": ""
      },
      "delivery": {
        "type": "SHIPPING",
        "hand_delivered": "false",
        "shipped_date_or_date_in_hand": "2022-09-16"
      }
    }, 
    "meta": {
        "type": "ticket.fulfillment" 
    } 
}