Web SDKs
Yuno's Web SDKs provide several features designed to enhance your payment processing capabilities and provide a seamless checkout experience for your customers. The Web SDKs also enable you to customize the user interface.
Integration options
Select one of the user-friendly Web integration options available and start your journey toward efficient payment processing:
Full SDK
Lite SDK
Secure Fields
Headless SDK (Payment)
Headless SDK (Enrollment)
Seamless SDK
Direct Workflow
Web SDK Changelog
Browser SupportYuno Web SDK does not support Internet Explorer.
TypeScript SupportIf you are using TypeScript, access the Yuno repository to use all interfaces and types available for the Web SDK.
Explore the SDK Project ExampleYuno provides an example project of a running application using an SDK. You can access the project repository or download the project. You can also access the Create Your First Payment With SDK guide available in the documentation.
Android WebView ConfigurationIf 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 UsageThe 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.
Related Links
Find more information and version history for the Web SDK below:
- Web SDK v1.3: The latest version with improved UI grouping and multilingual support.
- Web SDK v1.2: Updated
continuePayment
method and optional initialization parameters.
Updated 3 days ago