ℹ️
Swapin Widget Documentation
  • What is Swapin?
  • Help & Customer Support
  • KYB Requirements
  • Product documentation
    • Swapin On- and Off-Ramp Widget
  • Integrations
    • Integration options
      • Redirect link
      • Embedded integration (iframe)
      • Integration Process
    • Customization options
    • Query parameters
  • End Customers Experience
    • Verification Levels
    • Supported KYC countries
    • Fees, Supported Currencies and Payment Processing Times
    • Named IBANs
Powered by GitBook
On this page
  1. Integrations
  2. Integration options

Embedded integration (iframe)

You can use the below example code to add the SwapinWidget directly to a page of your web app or landing page.

HTML
<div style="position: relative; width: 500px; height: 80dvh; margin: auto;">
  <iframe src="https://widget.swapin.com" style="height: 100%; width: 100%; border: none" allow="camera; microphone; autoplay; encrypted-media; clipboard-read; clipboard-write">
  </iframe>
</div>

PreviousRedirect linkNextIntegration Process

Last updated 1 month ago