Ticket Module Display Purchase Ticket

This API is used to make payment in the last step of ticket purchase by staff.
After purchase of a ticket is confirmed, an order confirmation email is sent to the buyers.

Here is the description of response attributes, which returns to the form of JSON.
It will return a success message if the API executes it successfully.

AttributeDescription
eventTicketId it is the event ticket id that is purchaser has to buy
email it is the email id of the purchaser
attendeeId it is the attendee id of the purchaser

Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.

Error CodeError Description
200OK
201Created
400The request could not be understood by the server due to malformed syntax.
401You are not authorized to view the resource.
403Accessing the resource you were trying to reach is forbidden.
404The resource you were trying to reach is not found.
4040200No event could be found.
4030101Not staff user.
4040101User not found for staff checkout.
4060426Order is already paid.
4060425You have not completed checkout in the allotted time. Please click here to restart the checkout process.
4060704Credit card processing is not enabled.
4060710Please activate your event to begin accepting registrations.
4068922This user is blocked. Please unblock user first!
Language
Authorization
Header
Click Try It! to start a request and see the response here!