πŸ“
Integrate Kado
  • Kado Documentation
  • Kado Products
    • ⬆️Kado On-Ramp
    • ⬇️Kado Off-Ramp
  • Integrations
    • 🧰Integrate Kado
      • βš’οΈThe Widget
        • πŸ–ΌοΈiframe Embed (Recommended)
        • πŸ”—New Window/Tab
        • πŸ”­Widget + React Demo
        • πŸ“±Widget + Mobile Demo
      • βš’οΈThe Hybrid API
        • Get Quote
        • Pay via Kado Widget
        • Get Order Status
        • Advanced
      • βš’οΈSandbox
    • ✏️Customizing Your Integration
      • ✏️Parameters
      • ✏️Mobile ACH Linking
      • ✏️Integrate Stellar SEP-24 Anchor
    • πŸ‘Best Practices
    • πŸ”’Data & Analytics
  • References
    • πŸš€Upcoming Features
    • ❓FAQs and Coverage
Powered by GitBook
On this page
  • Get your API Key
  • Embed the iframe

Was this helpful?

  1. Integrations
  2. Integrate Kado
  3. The Widget

iframe Embed (Recommended)

Enable users to buy/sell directly from your website or mobile application.

PreviousThe WidgetNextNew Window/Tab

Last updated 1 year ago

Was this helpful?

The iframe implementation of the widget allows you to embed a customizable widget right into your app or website, without requiring your user to ever leave your experience - no new tabs, no new windows. This is the recommended integration as it’s a contained experience that resides within your app or website.

Get your API Key

Your API-Key is a unique public identifier that we'll provide to you. This helps us track usage and attribution to your widget. Don't worry - there are no private auth schemes or data associated with this key. Ask your point of contact at Kado for your API key and you're good to go.

Embed the iframe

<iframe
      src="https://app.kado.money/?apiKey=API_KEY"
      width="480"
      height="620"
      style="border: 0px"
      allow="clipboard-write; payment; accelerometer; gyroscope; camera; geolocation; autoplay; fullscreen;"
    ></iframe>

Now that you have your basic code snippet, let's add some customizations to further reduce user friction and give users a seamless experience.

🧰
βš’οΈ
πŸ–ΌοΈ
✏️Customizing Your Integration
Embed the Kado Widget via iframe in minutes