Skip to main content

How to Implement Manage My Booking (MMB)?

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

Updated today

Manage My Booking (MMB) 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 MMB (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?