Within each platform’s SDK, Yuno offers various integration methods allowing varying degrees of control over the UI and user experience. The integration method you select affects the level of maintenance effort required, the ease of managing payment methods (which may range from no-code configuration in the Yuno Dashboard to hands-on developer work), and your compliance obligations, since some integration types require certifications such as PCI-DSS or ISO.Documentation Index
Fetch the complete documentation index at: https://docs.y.uno/llms.txt
Use this file to discover all available pages before exploring further.
Recommended IntegrationWe recommend using Seamless SDK for its flexibility and ease of integration. It provides pre-built UI components while giving you full control over the payment experience and automatic payment method display.
Integration Types
Below, you can see the specifications for each integration type.| Feature | seamless-sdk | lite-sdk | secure-fields |
|---|---|---|---|
| Add new payment methods without code | ✅ | ❌ | ❌ |
| Handle hundreds of payment methods with a single API | ✅ | ✅ | ✅ |
| Tokenize cards and payment methods without code | ✅ | ✅ | ✅ |
| Use Yuno’s PCI-DSS Certification | ✅ | ✅ | ✅ |
| Use 3D Secure | ✅ | ✅ | ✅ |
| Use an antifraud solution without code | ✅ | ✅ | ✅ |
| Set checkout conditions using our dashboard | ✅ | ❌ | ❌ |
| Customize the look and feel of your checkout using our dashboard | ✅ | ❌ | ❌ |
seamless-sdk
Our most flexible and recommended integration solution. Provides pre-built UI components with full control over the payment experience and automatic payment method management.
- User experience management: You control the UI while Yuno handles the heavy lifting.
- No-code configuration: Add and configure payment methods directly from the dashboard.
- Flexibility: Ideal for businesses wanting a balance between control and simplicity.
lite-sdk
A lightweight integration for maximum control over the checkout flow and payment method display.
secure-fields
A secure and seamless checkout solution using prebuilt UI components (Web Only).
- Secure data collection: Simplifies tokenizing payment card details.
- PCI compliance: Ensures a PCI-compliant experience with a customized UI.
- Balanced solution: Ideal for a balance between security and flexibility. See implementation.