Confirm order by paying ticket amount

Users can use this API to confirm their reserved order.

Users have to pass all required details like holder info, buyer info, selected tickets info, etc. along with the authentication key. This API returns a success message if the order gets confirmed.

Response

Here is the description of response attributes, which returns in the form of JSON.

AttributeDescription
message This field returns a message after confirming order.
type This field returns type of message like success or error.

Error Code

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

Error CodeError Description
400 The request could not be understood by the server due to malformed syntax.
401 You are not authorized to view the resource.
403 Accessing the resource you were trying to reach is forbidden.
404 The resource you were trying to reach is not found.
4010101 Not authorize to access
4040200 No Event could be found
4069101 Only 50 Characters are allowed in firstName
4069102 Only 50 Characters are allowed in lastName
4069103 Only 75 Characters are allowed in email
4060124 Birth date is not allowed in future
4060065 User is block by Admin.
4068922 This user is blocked. Please unblock user first!
4068921 You have been blocked by admin. Please contact system administrator.
4060710 Please activate your event to begin accepting registrations
4060704 Credit card processing not enabled
4060098 Record for ${userEmail} email is already present.
4060421 Coupon is not applied to this order
4060510 Recurring event id can not null for recurring event
4060428 Discount coupon can not be applied on donation ticket type.
4060416 This coupon is not valid for this ticket type.
4060703 Card not found
4060707 Charge creation failed while event billing
4060717 Ticket purchase charges failed
4040204 Recurring event could be deleted or cancelled.
Language
Authorization
Header
Click Try It! to start a request and see the response here!