Skip to main content

Overview

When users interact with the Holdstation Pay Widget embedded on a partner’s site, the partner must pass a unique identifier called Partner Key into the widget (provided by Holdstation). This ensures that all transactions are accurately attributed to that partner, supporting revenue-sharing calculations and tracking transaction volume.

Integration Mechanism

1

Widget Loads

When the widget is fully loaded and ready, it emits a PAY_HOLDSTATION_START event.
2

Partner Responds

The partner’s website listens for this event and immediately sends back a SET_PARTNER_KEY message containing the Partner ID.

React Example

Event Reference