URL integration in web pages

Redirect mode

Implementation: Add a button that redirects users to the OSL Pay WebSDK.

<!-- sandbox -->
<a href="https://ramptest.osl-pay.com?appId=[YOUR_TEST_APPID]&[QUERY_PARAMETERS]">
Buy/Sell Crypto with Osl Pay</a>

<!-- production -->
<a href="https://ramp.osl-pay.com?appId=[YOUR_TEST_APPID]&[QUERY_PARAMETERS]">
Buy/Sell Crypto with Osl Pay</a>