How to Integrate Cryptocurrency Payment Gateway in minutes ?

To keep it short and simple, now you can integrate cryptocurrency payment gateway in minutes in just 3 steps and without much technical knowledge. Lets see

1. Open an Account

Open an Account at https://app.sagapay.net/register

2. Complete your KYC

Go to the profile section at https://app.sagapay.net and complete your basic KYC

3. Just the Simple Code

we like Axios. So Using Axios CDN here:
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.27.2/axios.min.js"></script>
Then We'll make a simple function to create deposit address:
            
              <script
              src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.27.2/axios.min.js"></script>
            
              <script>
                function create_address() {
                  axios.post({
                    api_key: Tysbav..,
                    amount: 2,
                    ipn_url: https://abcd.com,
                    token_id: TRX
                  })
                }
                </script>