Iframe
Use this method to integrate OSL Pay widgets to your website.
Example code:
- production
- sandbox
<iframe
height="720"
title="OSL Pay"
allow="microphone;camera;midi;encrypted-media;clipboard-read;clipboard-write"
allowusermedia
frameborder="0"
src="https://ramp.osl-pay.com?appId=[YOUR_TEST_APPID]&[QUERY_PARAMETERS]"
style="width: 100%;"
></iframe>
<iframe
height="720"
title="OSL Pay"
allow="microphone;camera;midi;encrypted-media;clipboard-read;clipboard-write"
allowusermedia
frameborder="0"
src="https://ramptest.osl-pay.com?appId=[YOUR_TEST_APPID]&[QUERY_PARAMETERS]"
style="width: 100%;"
></iframe>