Web SDK Integrations
Yuno's Web SDKs provide several features designed to enhance your payment processing capabilities and provide a seamless checkout experience for your customers. In addition, the Web SDKs enable you to customize the user interface.
Integration options
Select one of the user-friendly Web integration options available and kickstart your journey toward efficient payment processing:
Full SDK
Lite SDK (Payment)
Lite SDK (Enrollment)
Secure Fields
Headless SDK (Payment)
Headless SDK (Enrollment)
Direct Workflow
Browser Support
Yuno Web SDK does not support the IE browser.
TypeScript Support
If you are using TypeScript, access the Yuno repository to use all interfaces and types available for the Web SDK.
Explore the SDK Project Example
Yuno provides an example project of a running application using an SDK. You can access the project repository or download the project. In addition, you can access the Create Your First Payment With SDK guide available in the documentation.
Android WebView Configuration
If you are using the Web SDK inside a WebView on Android, you must enable JavaScript code execution and multi-window support. Some payment methods, such as Google Pay, require this configuration for proper operation.
settings.javaScriptEnabled = true settings.javaScriptCanOpenWindowsAutomatically = true settings.setSupportMultipleWindows(true) settings.domStorageEnabled = true
Cookie Usage
The Web SDK sets two essential cookies for its functionality:
recognitionToken
: Required for the Click-to-Pay flowyuno
: Required for logging and analyticsThird-party fraud prevention SDKs integrated within Yuno may set additional cookies. These cookies are managed by the respective providers and are outside of Yuno's control. For details about third-party cookies and their usage, please consult the documentation of your specific fraud prevention vendor.
Updated 6 days ago