<aside> 💡 This guide contains steps to integrate the Rampay widget in your website/app

</aside>

Steps

<iframe
      src="<https://exchange.rampay.io>
        ?apiKey={PARTNER_API_KEY}"
      width="50%"
      height="100%"
>
		Your browser does not support iframes.
</iframe>

Ways to customise widget

The widget is customisable in a lot of ways.

The customisation options can be passed as query params with the widget link in src tag of iframe. For eg. below example will always open up the widget with default selected fiat currency as US dollars and cryptocurrency as Bitcoin.

<iframe
      src="<https://exchange.rampay.io>
        ?from=usd&to=btc"
      width="50%"
      height="100%"
>
		Your browser does not support iframes.
</iframe>

More query params to customise widget

Following list contains all the possible query params that can be used to customise the widget.