ZeroGateway.js is a JavaScript framework that enables merchants to securely collect sensitive payment information from their customers without exposing their website to this data. It allows merchants to maintain full control over the look and feel of their checkout experience. This is a data collection and tokenization system, not a complete payments API. You can use it in conjunction with an existing transaction API (refer to the API description in this documentation) to submit transactions or leverage other gateway services that use payment information.
Loading the Tokenization Script
To embed the tokenization form on your page, you must be authenticated with a specific key. This key can be found in your Merchant Settings under the Security Keys section.
Use a Tokenization Key:
- Follow the steps in Manage Security Keys to create a new key.
- Select the key with Tokenization as the source. This tokenization key is exclusive to ZeroGateway.js and cannot be used with any other APIs.
- Note that any existing API keys will not work with ZeroGateway.js. The tokenization key will be visible in your website's source code, so ensure you use only this key in the script to prevent security issues.
Always use the designated tokenization key for ZeroGateway.js to ensure the secure handling of payment information.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article