Quick Start

Below is a demo of the Checkout SDK in action. This demo shows how the Checkout SDK can be used to create a streamlined checkout experience for customers, with support for multiple forms of payment and a customizable

Follow the steps below to install and initialize the Checkout SDK in your web checkout page. Once completed, the payment form will load securely inside your selected container.

1

Add the Checkout SDK Script

To install the Checkout SDK, you'll need to include the library in your web application by adding a script tag to your HTML section. You can do this by using the following code snippet:

2

Add div for Checkout Form

In your page's HTML add the following div where the Checkout Form be loaded.

3

Configure Callbacks

Configure the callbacks for the Web SDK. You can find more details on each of the callbacks here.

4

Initialize Checkout SDK

Initialize the Checkout SDK with required parameters. You can find more details on the parameters passed to the Chcekout.init method here.

Last updated