Swipe | Checkout

Fastest and easiest way to integrate and get paid on your website. And still gives access to all our core service offering optimised for your business growth.

  • Multiple payment options
  • Easily Customisable checkout form
  • Dashboard for accounting (web & mobile)
  • Easy developer integration (less than an hour)

Get started >

image

Getting started

Checkout’s default features support many payments needs:
Get started in these simple steps

Signup with

  • Phone number
  • Personal details
  • Business details
  • LOGIN

Go to developer settings on your dashboard

  • Generate secret Api Key
  • Provide callback URL (your website url )

Time to add this all to your website

  • Add the Javascript code snippet to your HTML page: Copy
  • Change the Api key
  • Add a div to your page with id="swipe-checkout"

Live Preview

You can try out Checkout now by clicking the Preview Checkout button below to get a smooth feeling of what your customer will experience. This sample integration is running in test mode, which means that it won’t create a real charge.

Easy out of the box developer integration

Rapidly build production-ready payment integrations with modern tools. Using Swipe2pay’s developer platform means less code & maintenance time for your payments infrastructure, so you can focus on your customer and product experiences.

Learn more

                            (function (window, document) {
                                var loader = function () {
                                    var script = document.createElement("script"), tag = document.getElementsByTagName("script")[0];
                                    script.src = 'https://cdn.jsdelivr.net/gh/Swipe2pay/[email protected]/widget.min.js';
                                    script.setAttribute("id", "checkout")
                                    script.setAttribute("API_KEY", "06QN9FUpZSvz9iIWih963MXx4ogV9zVqwuvRdAH5lwF")
                                    tag.parentNode.insertBefore(script, tag);
                                };
                                window.addEventListener ? window.addEventListener("load", loader, false) : window.attachEvent("onload", loader);
                            })(window, document);