Skip to main content

Sale States

Your sales will move through various different states as the sale moves from your buyer attempting to purchase your tickets; to them receiving your tickets, going to the event and you getting paid. The state of your sale dictates the actions you should take to progress your sale, both of which are listed below. To know the state of your order, check the status property of your sale, or use the enum to filter your sales to a particular state.

Initial States​

EnumStatus TextContextAction Required
UnderReviewUnder ReviewThe buyer is being screened by the fraud processHold tickets if available in POS
ConfirmSaleConfirm SalesThe order is awaiting confirmation.Autoconfirm order if tickets are available in POS
IssueIssueThere is a problem with the orderReach out to customer service if unsure what problem is

Happy Path States​

EnumStatus TextContextAction Required
UploadETicketsUpload E-TicketsThe order is ready to have etickets uploaded against itUpload your etickets
UploadTicketsLinksUpload Ticket LinksThe order is ready to have URLs where buyer can access their tickets uploadedPATCH sale with eticket_urls where the buyer can access their tickets - see updating a sale
TransferTDTUpload Transfer ReceiptsThe order is ready to have tickets transfered to the buyerFirst transfer tickets to ticket holder - see getting ticket holder information. Then record success by either: PATCH sale with eticket_urls where they can access their tickets - see updating a sale ; or PATCH sale with the transfer_confirmation_number - see updating a sale ; or upload proof of transfer. - see uploading etickets or proof of transfer
UploadQRCodesUpload QR CodesThe order is ready to have QA codes addedUpload QR codes - see uploading etickets or proof of transfer
UploadBarcodesEnter Ticket BarcodesThe order is ready to have barcodes addedUpload barcodes - see updating a sale
ReenterBarcodesRe-enter BarcodesThe barcodes initially allocated to the order could not be re-issued to the buyer.Upload (new) barcodes - see updating a sale. N.b. the order may briefly enter UploadBarcodes state as the transfer process starts.
PrintShippingLabelsPrint Shipping LabelThe shippingLabel/AirBill is ready to download for this orderDownload airbill when ready to ship paper tickets - see getting shipping label
WaitForCourierPickupWait for Courier PickupThe shippingLabel/Airbill has been downloaded, and the order is awaiting pickup by UPS/Fedex etcGive tickets + airbill to courier
OnTheWayOn the WayThe order is in transit to the buyerNo action needed
ProcessingTransferProcessing TransferThe tickets are being transfered to your customerNo action needed
GetPaidGet PaidOrder is complete, we are processing our payment to you for the ticketsNo action needed
CompleteCompleteOrder is complete and we have paid youNo action needed
CancelledCancelledOrder has been cancelledNo action needed

Other States​

Other states are possible. Below are the edge-case states and what you should do if you encounter them.

EnumStatus TextContextAction Required
WaitingForBuyerPickupWait for Buyer PickupTickets have been sent to a pickup point and are awaiting pickup from the sellerWait for the buyer to pick up their tickets
EnterTrackingNumbersEnter Tracking NumberYou sent your tickets to the buyer by recorded delivery and need to enter the tracking number for the envelope you sent the tickets inUpload the tracking number given to you by the shipment company
WaitForShippingDetailsWait for Buyer Address UpdateTickets cannot currently be delivered to the buyer. Buyer must re-enter delivery information.Wait for the buyer to update their delivery information
WaitUntil2DaysBeforeTheEventWait until 3 days before the eventFulfilment must be done 2 days before the eventWait until 2 days before the event then attempt fulfilment
DropOffTicketsDeliver by HandYou have opted to hand-deliver the tickets to the customerDeliver tickets to the buyer
UploadReservationCodeUpload Reservation CodeThe order is ready to have access codes uploadedAdd access codes to the order (must be done via Seller Portal)