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