XERT Widget

After creating a payment_request via the API, you can launch the Xert widget using the returned request ID.
Generating the Widget URL
Create the widget URL in the following format:
https://staging.web.xert.brsdev.com/?id=<payment_request_id>
Embedding the Widget
You can embed the widget directly on your page using an iframe
<iframe
src="https://staging.web.xert.brsdev.com/?id=<payment_request_id>"
width="360"
height="700"
frameborder="0"
allowfullscreen>
</iframe>