Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Why should organizer use it?

  • Let your fan resell their already injected mobile tickets on S-360 ticketshop in just a few simple steps directly from TIXNGO app.
  • For each branded app, we offer the possibility to enable Resale
  • With that, you can now safely allow injected tickets to be resold with no risk of having ill-intentioned people trying to "resale" their tickets on both systems.

How it works?

...

  • Make sure the feature is included in the app build
  • Once ticket is injected into TIXNGO, at least one of these 2 parameters is TRUE: 
    • Set transferRules.allowReturnToOrganizer to TRUE : if you want all spectator who owns a ticket can resell it
    • Set transferRules.allowReturnToOrganizerForInitialSpectator to TRUE : if you want only initial spectator who ticket first injected with can resell ticket
  • Resale and resale cancel URLs are available (URLs must be updated correctly as your S-360 ticketshop): 
    • If injected via event.metadata:

      • Resale URL
        • event.metadata.index.key = RESALE_TICKETSHOP_URL
        • event.metadata.index.value = https://ticketshop.secutix.com/account/resale/resellTickets?ticketIds=
      • Cancel resale URL
        • event.metadata.index.key = CANCEL_RESALE_TICKETSHOP_URL
        • event.metadata.index.value = https://ticketshop.secutix.com/account/tickets?cancelResaleTicketId=
    • If injected via ticketDetails.hidden:
      • Resale URL
        • ticketDetails.hidden.index.key = RESALE_TICKETSHOP_URL
        • ticketDetails.hidden.index.value = https://ticketshop.secutix.com/account/resale/resellTickets?ticketI
      • Cancel resale URL
        • ticketDetails.hidden.index.key = CANCEL_RESALE_TICKETSHOP_URL
        • ticketDetails.hidden.index.value = https://ticketshop.secutix.com/account/tickets?cancelResaleTicketId=

How it is displayed on app:

Image Removed

...

Include Page
Revamped Ticket Resale
Revamped Ticket Resale