Pokoapp.xyz
  • Overview
    • 🛠️What we do
    • 😎Our vision
    • 📌Key products
    • 🤖Getting help & support
    • 👋Meet our team
  • Onramp Aggregator
    • What is Onramp Aggregator
    • Getting Started
    • Why use Onramp Aggregator
    • Onramp Aggregator dashboard
    • SDK integration & documentation
      • Web integration
        • Parameters
        • Redirect integration
        • Iframe integration
        • Customized integration
        • Theme customization
        • Quote API
        • URL signature
      • Mobile integration
        • Android native
        • Poko SDK for React Native
      • Dashboard API
      • Check availability of pairs API
      • Deployment examples
      • Support for integration
    • Dashboard
    • Testing guideline
    • Token coverage
    • Country & payment method coverage
    • Pricing
    • FAQs
  • Direct Checkout
    • What is Direct Checkout
    • Why use Direct Checkout
    • Integration
      • NFT Checkout & Defi
      • Wallet
        • Whitelist Endpoints
      • Setup Widget
      • Off-chain integration
    • Dashboard
    • Testing guideline
    • Country & payment method coverage
    • Pricing
    • KYC
  • Coverage
    • 🖇️Token coverage
    • 🌎Country & payment method coverage
    • 📋Request token & country coverage
  • Other resources
    • Readings about payments
Powered by GitBook
On this page
  1. Onramp Aggregator
  2. SDK integration & documentation
  3. Web integration

Iframe integration

PreviousRedirect integrationNextCustomized integration

Last updated 2 years ago

Embed an iframe in your website in 2 steps

Step 1: Copy the code snippet below and paste to your webpage.

  • Required params: userId, apiKey ()

  • Environment params: Widget_URL ()

<iframe 
   src="{{Widget_URL}}?fiat=USD&crypto=ETH-ethereum&fiatAmount=100
        &receiveWalletAddress=0xabc&userId=gamer-id&apiKey={{API-KEY}}
        &fiatList=vnd,usd&cryptoList=ETH-ethereum,BTC-bitcoin" 
    height="420px" 
    width="550px" 
    title="Poko widget"
    frameborder="0" 
    allow="autoplay; camera; clipboard-read; clipboard-write"
    style="box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);"
> </iframe> 

Step 2: Customize your widget by adding URL parameters.

Example

Please visit our product page to see an example of iframe integration

here
see all params
see all params