Installation
Tonder gives you two ways to install our SDK. You can install our npm package or use script tags directly in your HTML.NPM Package
NPM Package
To install Tonder’s SDK with npm, use the following command:
Script tag
Script tag
To use Tonder’s SDK through script tag, add the following to your HTML:
Requirements
To configure our SDK you need to add the following script tags to your HTML:You can also install each one with their respective npm packages
Checkout options
Tonder offers two different checkout options for you to integrate:Inline Checkout
Tonder’s JS Inline Checkout provides a pre-built, customizable checkout interface.
Lite Checkout
The JS Lite Checout allows you to build a custom checkout interface using Tonder’s core functionality.

