Checkout

This is a url where all the items selected with the amount of guests need to be send, the checkout is managed by uvtix and by any means the user of this api can use their own checkout to ask for customer credit card information.

File

  • https://uvtix.com/checkout/{tokens}/

Tokens

  • af{affiliateid}
  • it{itemid} For multiple items separate them by "_"
  • gu{guests}: For guest in multiple items separate them by "_" in the same order as the it token
  • ve{veaid}
  • uv{urvenueid}
  • Optional => md{media}: Send the media the reservations was sent, optional values affweb, afffacebook, affother, affapp.
  • Optional => ev{eventid}

Example Single item

https://uvtix.com/checkout/it8080240gu8uv3202320913dt161230ev95801/

Example call multiple items

https://uvtix.com/checkout/it8081983_8081984gu1_2mdwebtix0uv3202320913dt161230ev95801/

* Do not send multiple items from multiple categories.