post https://api.accelevents.com/rest/events//staff/tickets/payment/order/
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.
Attribute | Description |
---|---|
eventTicketId | it is the event ticket id that is purchaser has to buy |
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 Code | Error Description |
---|---|
200 | OK |
201 | Created |
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. |
4040200 | No event could be found. |
4030101 | Not staff user. |
4040101 | User not found for staff checkout. |
4060426 | Order is already paid. |
4060425 | You have not completed checkout in the allotted time. Please click here to restart the checkout process. |
4060704 | Credit card processing is not enabled. |
4060710 | Please activate your event to begin accepting registrations. |
4068922 | This user is blocked. Please unblock user first! |