Container Setup
Add a DOM element that will host the payment UI. The SDK injects both the card form and APM buttons into this single container:
<div id="revup-container"></div>
You can use any ID; you will pass it as containerId during initialization.