Introduction
NetValve Token Fields is a secure payment integration solution that allows merchants to collect credit card information without sensitive card data touching their servers. It uses a combination of web components and secure iframes to create a PCI-compliant payment form while maintaining your website's look and feel.
The SDK works by replacing standard card input fields with secure iframes that collect and tokenize the card data. This tokenization happens directly between the customer's browser and Netvalve's secure servers, ensuring your website never handles raw card data.
Once Once all card fields are tokenized, you receive a secure payment token that can be safely passed to your server to complete the sale transaction.
Implementation Steps
Use the payment API to initialize token fields
...
Call the Sale API with the payment token
https://netvalve.atlassian.net/wiki/spaces/950272/pages/edit-v2/147882002/
Events, Messages, Properties
https://netvalve.atlassian.net/wiki/spaces/950272/pages/edit-v2/147914792/
...