Prerequisites
Before installing the Tonder Ionic Lite SDK, you need to configure your project to support secure payment processing. This involves adding the Openpay script tags for PCI DSS compliance. Add the required Openpay script tags to your mainindex.html file. These scripts are essential for PCI DSS compliance and enable the SDK to securely connect to the payment processor.
index.html
Installation
To install the Tonder Ionic Lite SDK, you need to add the Lite SDK package to your project. The Lite SDK is designed for maximum flexibility and complete UI control, allowing you to build a completely custom payment experience.Step 1: Install the SDK Package
Install the Lite SDK package using your preferred package manager:Tonder recommends reviewing the important npm security changes taking effect October 13, 2025, regarding new token lifetime limits (90-day max) and TOTP 2FA restrictions, as classic tokens will be revoked in November 2025. Update your workflows as needed.
Step 2: Build Your Custom UI
Unlike the Full SDK, the Lite SDK does not render any UI components. You’ll need to create your own payment form using standard Ionic components. The SDK provides the secure payment processing logic while you maintain complete control over the user interface.Next Steps
Now that you’ve successfully installed the Tonder Ionic Lite SDK, you’re ready to start integrating payments into your application with your custom UI. Follow these guides to complete your Ionic payment integration:- Learn how to make a payment using the Ionic Lite SDK.
- Learn how to enroll payment methods for returning customers.
- Explore the available SDK methods for payment processing.
- Customize the SDK appearance and behavior to match your app’s design.

