Skip to main content

Whitelabel

Whitelabel integration of the terminal is as simple as possible. Simply after adding the CSS and JS, run the following command:

window.addEventListener('load', function () {
window.bm.init({
proxyUrl: 'https://proxy.your-server.com/api', // Your proxy server
getHeaders: function () {
// Asynchronously return any headers required by the proxy server. This is typically used to retrieve the bearer token, which requires a JWT with the provided "iss" claim.
},
metadata: {
tellerId: 'xxxx',
windowId: 'yyyy',
reportGrouping: 'rrrr',
},
timezone: 'America/New_York',
});
});

And you're set!