SDK Reference
The method, type and error reference for each Tonder SDK.
Tonder's SDKs integrate payment processing directly into your web and mobile applications, with secure data handling and PCI DSS compliance without sensitive data touching your servers.
Integration flow
Your app requests a secure token from your backend to initialize the SDK.
You configure the SDK with customer and cart information.
The SDK renders the payment fields or a full checkout in your app.
The user submits their payment information and the SDK securely sends it to Tonder.
If required, the SDK automatically handles the 3D Secure challenge.
Tonder returns the final transaction status to your app.
Platforms
Web (TypeScript)
createTonder with secure card fields, saved cards, and APMs (@tonder.io/web-sdk).
React Native
TonderProvider, TonderPayment, and the useTonder hook.
Flutter
The InlineCheckout class for iOS and Android.
Ionic
The InlineCheckout class for hybrid apps.
For the step-by-step integration guide, see the SDKs section.
