Skip to main content
All CollectionsWeb CheckoutManuals
How to Provide a Checkout Widget to Resellers
How to Provide a Checkout Widget to Resellers

Let resellers sell your products using your web checkout, while maintaining control over reseller permissions and tracking.

Updated this week

How it Works

There are three ways to give resellers access to your web checkout:

When a reseller's referrer value is added, Ventrata can track every sale they make. This referrer value is stored behind the scenes in the Request Header, under the field called Octo-Referrer, and linked to the reseller in the Ventrata dashboard.

πŸ“— TIP

A request header is metadata sent from a user's browser to the server when making a request (such as loading a webpage or submitting a form).

1. Add referrer to Button Code

This method requires access to the data-config attribute. Use this method when you are embedding booking buttons on your own website.

See the Implementation Guide for more information.

How to Implement

  1. In your Ventrata dashboard, go to Resellers > Resellers.

    Resellers

  2. Select the reseller you want to give access to.

  3. On the Reseller detail, copy the value in the 'Web referrers' field.
    ​


    πŸ“’ NOTE

    If it is empty, add a unique referrer value.
    ​


    Reseller Detail - Web Referrers

  4. In your website code, update the button's data-config attribute to include the reseller's referrer value:

    <button type="button" data-config='{"productID":"[YOUR_APIKEY]", "referrer": "[REFERRER_VALUE]"}' ventrata-checkout > Book Now </button>

    ​



    πŸ“’ NOTE

    You can also include the referrer value the <script> tag if needed.


Once this is set, Ventrata tracks all bookings made through that button and links them to the reseller.

2. Assign Reseller in the Dashboard

Use this method to assign a reseller to the checkout directly from the Ventrata dashboard - no code required.

How to Set up

  1. In your Ventrata dashboard, go to Web Checkouts > Checkouts.

  2. Select the checkout you want to update.
    ​

    Web Checkouts

  3. Scroll down or search for 'Resellers' in the checkout form.
    ​

    Reseller in Web Checkout settings

    Reseller


    πŸ“’ NOTE

    Make sure the reseller has a web referrer value. If not, see Add referrer to Button Code above.
    ​


  4. Select the reseller you want to add.

  5. Press the Update Checkout button.
    ​

    Update Web Checkout

    Update Checkout

3. Dynamically Insert a Referrer Value

If your reseller does not have a website, you can give them a direct link to your web checkout that includes their referrer ID. Just add the referrer= or r= value to the end of the link, like this:

πŸ“— TIP

Dynamic insertion refers to the method of automatically applying a reseller's referrer ID into the checkout by including it in the URL, instead of manually coding it into the website.

Ventrata automatically detects the reseller when someone uses this link, then:

  • stores the referrer value in the Session Storage

πŸ“— TIP

A session is a temporary storage mechanism that holds user-related data while they navigate a website. Once the user closes the browser tab or quits the browser, the session storage is cleared.

  • It includes the referrer value info in the booking request as part of the "Octo-Referrer" field in the Request header

  • and it links any resulting bookings to the correct reseller.


Why Use Referrers

βœ… Commission Tracking for Resellers & Affiliates

  • automatically track which partner generated a booking

  • use this data to calculate commission

βœ… Performance Tracking Across Campaigns

  • use different referrer values to track which marketing channels or partners drive bookings

  • compare performance by campaign, partner or geography

βœ… Enable Third-Party Agents Without Full Access

  • allow resellers who do not have their own websites to use your web checkout

  • no tech setup needed

Did this answer your question?