Which integration should I use?
Our single SDK is very flexible and supports different patterns based on the level of control you need. More advanced use cases require a larger integration effort, so make sure your requirements justify the investment.Not sure what to do? Go with Full Checkout. It covers the most common scenarios with the least integration effort.
Full Checkout (Recommended)
Full Checkout is the fastest path to accepting payments. Mount it with a single call and Yuno renders the entire checkout UI. Payment method selection, card forms, alternative methods, and 3DS handling. All included.- Fastest time-to-value. One mount call, ~10 lines of code
- All payment methods render automatically based on your configuration
- SAQ-A compliance (simplest PCI level. Card data never touches your servers)
- Production-ready. Responsive, accessible, localized out of the box
Need more control? Compare all integration patterns
Need more control? Compare all integration patterns
Comparison
| Full | Seamless | Lite | Secure Fields | Headless | |
|---|---|---|---|---|---|
| Best for | Most integrations | Custom method selection | Custom checkout pages | Individual field styling | Full UI control |
| Effort | ~10 lines | Low | Medium | Medium-High | High |
| UI control | Theme & branding | Payment method list | Layout + styling | Per-field styling | Complete |
| PCI scope | SAQ-A | SAQ-A | SAQ-A | SAQ-A | SAQ-A |
| Payment methods | All, automatic | All, you select | All, you select | Cards only | Cards only |
| Auto payment methods | Yes | Yes | No | No | No |
| Dashboard conditions | Yes | Yes | Yes | Yes | No |
- Single-flow payment creation. The only integration that handles token-to-payment seamlessly
- Payment method control. You decide which methods to display
- External buttons. Mount Apple Pay and Google Pay buttons anywhere in your UI
- Low development effort. Similar to Full Checkout with more flexibility
Installation
Install the Yuno Web SDK via npm or CDN:SDK Versions
When integrating, always check the latest version of@yuno-payments/sdk-web on npm to ensure compatibility.
Next Steps
Full Checkout
Recommended. Get live in minutes.
Customization
Theme, branding, and styling options.