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>