Recommended IntegrationYuno recommends 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.seamless-sdk
The 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.
headless-sdk
Maximum flexibility: you build and manage the entire payment UI yourself, while Yuno handles the underlying payment logic and security (like 3DS) through direct SDK function calls.
- Full UI ownership: No prebuilt components at all — every screen and interaction is yours to build.
- Developer focused: You request and send the mandatory fields each payment provider requires yourself.
- Customizable: Best for businesses needing a fully custom checkout experience. Use Web, Android, or iOS.
secure-fields
Prebuilt secure input fields you embed directly into your own payment form, so raw card data never touches your servers (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.