Ingresse ticket booth endpoint allows you to process ticket sales without any online payment process. Tickets sold using this method will be registered as a ticket booth sale and will not be part of online tickets.

For each sale, is necessary to register who did the sale by its user ID, which sales group it is part (if there is an associated sales group), and the tax charged (that was configured by user by event).

If no tax was defined to that user, the tax to be charged is the default tax for online sales.

Post Body Example

{
	eventId: 17572,
	tickets : [
    {
    	guestTypeId : 111,
      quantity : 1
    },
    {
	    guestTypeId : 222,
      quantity : 1
    }
  ],
	user: '[email protected]',
	payment: 'others'
}
Language
Authorization
Query
Click Try It! to start a request and see the response here!