Best practices
Recommendations for better implementation and maintenance of Web SDK components
Always use an HTTPS connection.
Update the SDK to the latest stable version.
Keep the code clean and organized.
Handle the possible errors and flows of the components correctly.
Take full advantage of the benefits of the framework used.
Protect your apiKey and avoid exposing it publicly.
Perform complete tests in the Sandbox environment before moving to production.
Last updated