> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tonder.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Tonder SDKs

For developers and business owners, Tonder's SDKs offer powerful payment processing tools and a seamless checkout experience for customers.

Tonder's software development kits (SDKs) offer several benefits that can significantly enhance your payment processing workflows, such as:

* **Simplified Integration**: Our SDKs provide clear documentation and a user-friendly interface to simplify the integration process.
* **Enhanced Security**: Tonder's SDKs include robust security measures, ensuring a safe payment transaction environment for sensitive customer data.

## SDK Integration workflow

When integrating Tonder's SDKs into your application, it's important to follow a consistent workflow to ensure that your customers are able to seamlessly use Tonder's checkout. Below, you find detailed steps of this process to help guide you through it:

<Frame>
  <img src="https://mintcdn.com/tonder/IhvFidpbiWxMXyB_/images/SDKs/sdk-workflow.png?fit=max&auto=format&n=IhvFidpbiWxMXyB_&q=85&s=8c6ecead33db37e7c2926412839060e8" alt="" width="1416" height="1040" data-path="images/SDKs/sdk-workflow.png" />
</Frame>

## Choose Your SDK Type

Tonder offers two types of SDKs to match your integration needs:

<CardGroup cols={2}>
  <Card title="Full SDK" icon="window" href="/integration/sdks/full-sdk-overview">
    Pre-built checkout interface with ready-to-use UI for quick implementation.
  </Card>

  <Card title="Lite SDK" icon="code" href="/integration/sdks/lite-sdk-overview">
    Build custom payment UI with complete design control and flexibility.
  </Card>
</CardGroup>

## Platform Support

Both Full SDK and Lite SDK are available for:

* **Web** - JavaScript integration for web applications
* **Flutter** - Native implementation for iOS and Android
* **Ionic** - Hybrid mobile apps with the Ionic framework
* **React Native** - Cross-platform mobile apps

Visit the Full SDK or Lite SDK overview pages above to explore platform-specific implementation guides.
