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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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
eventTicketIdit is the event ticket id that is purchaser has to buy
emailit is the email id of the purchaser
attendeeIdit 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!
Path Params
string
required

Event url is unique identifier for your event. E.g https://www.accelevents.com/events/demo. Here is the demo event url.

int64
required

is the order id of your ticket

boolean
required
Defaults to false

is the isInternational payment

string
required

is the wait list id of tickets

boolean
required
Defaults to false

it is a terminal payment

string
enum
required

it is a delivery mode of order

Allowed:
Body Params
RAW_BODY
object

it is booking information like purchaser or holder attributes

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json