Skip to main content
All CollectionsWeb CheckoutManuals
How to Implement the Check-In Portal?
How to Implement the Check-In Portal?

Allow customers to edit their bookings and retrieve reseller vouchers using a self-service portal.

Lucia Burin Sestakova avatar
Written by Lucia Burin Sestakova
Updated over a month ago

The Check-In, also known as Manage My Booking (MMB), portal allows customers to reschedule, cancel or update their bookings, as well as redeem reseller vouchers. To implement the portal into your website, add the bellow script tag to your HTML pages.

Like the checkout widget, the portal can be embedded into a page or included as a button.

πŸ“’ NOTE

The current Manage My Booking solution is part of the old checkout (V2 and older), which is no longer supported. You can, however, implement this solution into your new checkout (V3) using the script below.

Embedded Mode:

<script src="https://checkout.ventrata.com/checkout/widget/js?locale=en&prefix=checkout" data-layout="embed" data-color="#F7F7F7" data-token="<API_KEY>" data-landing="checkin"></script>

Button Mode:

<script src="https://checkout.ventrata.com/checkout/widget/js?locale=en&prefix=checkout" data-layout="button" data-color="#F7F7F7" data-token="<API_KEY>" data-landing="checkin"></script>

πŸ“’ NOTE

  • data-layout specifies the layout of the check-in portal (embedded or button)

  • data-token must be populated by your API key for the new checkout, located in the script for either the button or embedded layout in the checkout details

API Key
Did this answer your question?