Introduction
The TokenFieldSDK 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 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
https://netvalve.atlassian.net/wiki/spaces/950272/pages/edit-v2/147947535/
Add the card fields to the HTML of your payment page
https://netvalve.atlassian.net/wiki/spaces/950272/pages/edit-v2/147914765/
Configure the SDK and its properties
https://netvalve.atlassian.net/wiki/spaces/950272/pages/edit-v2/147849255/
https://netvalve.atlassian.net/wiki/spaces/950272/pages/edit-v2/147849287/
https://netvalve.atlassian.net/wiki/spaces/950272/pages/edit-v2/147947581/
https://netvalve.atlassian.net/wiki/spaces/950272/pages/edit-v2/147881992/
Call the Sale API with the 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/
https://netvalve.atlassian.net/wiki/spaces/950272/pages/edit-v2/147947622/
https://netvalve.atlassian.net/wiki/spaces/950272/pages/edit-v2/147914806/
https://netvalve.atlassian.net/wiki/spaces/950272/pages/edit-v2/147914821/