LiteCheckout) for Flutter. The Lite SDK gives you complete control over your payment UI while handling all the secure payment processing logic.
Prerequisites
Before you can process payments with the Tonder Flutter Lite SDK, ensure you have completed the necessary setup and have the required components in place.- You have successfully installed and configured the Tonder Flutter Lite SDK.
- You have a widget in your app ready to display your custom payment form.
Payment Integration Steps
Follow these steps to integrate payment processing into your Flutter application with the Lite SDK. This process involves initializing the SDK, building your custom UI, and processing payments securely.Step 1: Initialize the SDK
Create an instance of theLiteCheckout class to establish a secure connection with Tonder’s payment services.
custom_payment_widget.dart
Step 2: Build Your Custom Payment Form
Create your own payment form using standard Flutter widgets. You have complete control over the design and layout.Step 3: Configure Payment Data and Process Payment
Collect the data from your custom form and process the payment using the Lite SDK methods.Next Steps
Now that you’ve successfully integrated payment processing into your Flutter app with the Lite SDK, explore these advanced features to enhance your payment experience:- Learn how to enroll payment methods for returning customers.
- Explore the available SDK methods for advanced payment operations.
- Learn more about customization options for building your perfect payment experience.

