Hosted Elements
Use this checklist as an extension to our generic Go-live checklist if you’re going live with a Hosted Elements integration. Refer to these steps to ensure a smooth and secure launch experience.
- Check that the hosted elements are loaded properly from the SDK
- Make sure your JS instance has onSubmit section added to catch all necessary details:
- catch the
tokenand send it in the create order request - If you use the country-specific fields such as CINand/or zipcode, make sure you catch them too and send it in the create order request
- catch the
- Make sure the script for collecting customer's browser information is included
You will find an example for onSubmit function and a script for collecting browser data in our
Integration Guide.
- Make sure that you include your public API key in the JS instance as it is the one we will use during the tokenization
- Confirm that your return URLs (success, failure, cancel) are correctly set and secured with HTTPS
Updated 11 days ago
