Skip to main content

Ticket

A Ticket describes a ticket that has been issued to a user. To provide all the benefits of menta tech, it is essential that you provide the following information for each ticket you issue:

All fields are required.

Ticket Entity

FieldData TypeDescriptionExample
ticketOptionIdStringID of the ticket type used in your platform."0001"
showIdStringID of the Show of the Event (if there are multiple) used in your platform."apr4-2pm"
externalReferenceEventIdStringID of the Event used in your platform."the-lion-king-broadway"
buyerStringEmail of the original ticket purchaser."buyer@emaildomain.com"
ticketIdStringID of the Ticket. Must be unique across your platform."000000041028"
ticketAccessTicketAccessInformation about the ticket access locator.See table below
propsTicketPropsAdditional properties of the ticket.See table below
primarySaleBuyerDataPrimarySaleBuyerDataInformation about the person who purchased the ticket in the primary sale.See table below

TicketAccess Entity

FieldData TypeDescriptionExample
typeEnum (URL or API)Specifies the type of resource for obtaining the QR of the Ticket"URL"
locatorStringURL of the resource where the QR Ticket is located"https://platform.com/images/qr-123.png"

Entity PrimarySaleBuyerData

FieldData TypeDescriptionExample
firstNameStringFirst name of the buyer"Juan"
lastNameStringLast name of the buyer"Pérez"
identificationTypeStringIdentification type of the buyer"DNI"
identificationNumberStringIdentification number of the buyer"12345678"
phoneNumberStringPhone number of the buyer"+541234567890"

TicketProps Entity

FieldData TypeDescriptionExample
seatingSeatingDetailed information about the seat location.See table below
urlsUrlsRelative URLs to the ticketSee table below

Seating Entity

FieldData TypeDescriptionExample
rowStringRow where the seat is located."A"
seatStringSeat number."12"
sectionStringSection where the seat is located."VIP"
doorStringCorresponding entry door."North"
imageStringURL of the image showing the seat location."https://example.com/seating-image.png"

Urls Entity

FieldData TypeDescriptionExample
qrTicketPdfUrlStringURL of the ticket PDFhttps://yourplatform.com/tickets/qr-pdf/111