Onmeta is a payment platform which allows users to purchase and sell crypto currencies.

Integration allows you to accept fiat payments via UPI, Net Banking and send crypto coins to the user’s wallet of choice (Onramp) and also allows users to sell their tokens and get the money deposited into their bank accounts (Offramp).

This document will allow you to test the widget integration in a test environment.

Please Note: Quotation will be calculated according to the production, however, we will be transferring only 0.01 WMATIC at once to the receiver’s wallet address in the staging environment.

Also, do not make any payment on staging environment, enter a random (unique) number as UTR and proceed further.

Even for Offramp, quotation shown and actual number of tokens that needs to be sent are different. We take only 0.01 WMATIC and there will be no fiat deposit.

Getting Started

Please follow the below steps to register on the merchant dashboard, generate an API key and integrate the widget on your website.

  1. Go to http://stg.dashboard.onmeta.in/register. Enter your email address, password (at least 8 characters long, containing at least one number, one lowercase, and one uppercase letter), validate captcha, and click on “Register” to proceed to the next step.

    Screenshot 2022-03-21 at 10.27.38 PM.png

  2. Enter the OTP received on the email address provided, and click on “Submit OTP” to complete the registration.

    Note: Please check the spam folder, in case you don’t find the OTP Verification email in your inbox.

    Screenshot 2022-03-21 at 10.37.47 PM.png

  3. Upon successful verification, you will be redirected to Partner Login Page (http://stg.dashboard.onmeta.in/). Please enter your registered email address and password and click on “Login” to view the dashboard.

    Screenshot 2022-03-21 at 10.32.35 PM.png

  4. You should now see your API credentials, which will be used further for the widget integration.

    Screenshot 2022-03-21 at 10.32.13 PM.png

Please write to [email protected] if you face any issues while generating API credentials.

Integrations

Given below are the integration steps to embed the widget on your website.

Web Widget integration

Web Widget integration involves the inclusion of three HTML tags

  1. JS file

    Embed the JS file into your website. Add this in the head section of the HTML.

    <!-- Add script in head -->
    <script src="<https://stg.platform.onmeta.in/onmeta-sdk.js>"></script>