Links
🖥

Web integration

How to add our on / off ramp interface to your website
If you just want to redirect your users to our dedicated on / off ramp web pages, you can use the links https://buy.mtpelerin.com or https://sell.mtpelerin.com anywhere you want on your website or in your mobile app :
<a href="https://buy.mtpelerin.com/?type=direct-link" target="_blank">Buy on Mt Pelerin</a>
<a href="https://sell.mtpelerin.com/?type=direct-link&tab=sell" target="_blank">Sell on Mt Pelerin</a>
To customize the content of the interface, please refer to the list of available parameters in Options.

iFrame

To integrate our on & off ramp service as an iFrame on your website, add the following code in the HTML part of the target web page:
<iframe allow="usb; ethereum; clipboard-write" src="https://widget.mtpelerin.com/?lang=en"></iframe>
The standard attributes of the iFrame tag can be used, more info here.
To customize the content of the interface, please refer to the list of available parameters in Options.

Demo

Top left menu is for demo purpose only.
To integrate our on & off ramp service as a popup / modal window on your website, first add the following code in the HTML part of the target web page:
<script src="https://widget.mtpelerin.com/mtp-widget.js"></script>
Then call the following JavaScript function to open the modal:
showMtpModal({ lang: 'en' /* options */ });
To customize the content of the interface, please refer to the list of available parameters in Options.