SDK Initiation
To start working with BOPP Checkout, you need to source the SDK by adding a script tag to the hosting page
<script type="text/javascript" src="https://bopp.io/public/scripts/sdk.js"></script>
Then you need to add a DOM element container with id 'bopp' that will host the BOPP Checkout Button:
<div id='bopp'></div>