Data Vault Tokenisation
Introduction
The tokens are surrogate values that replace Primary Account Number (PAN) stored electronically throughout the payments system. This single token allows you to reference previously used card details for:
- Faster re-use of existing payment details
- Removing the need to store the details in your systems, reducing PCI requirements
The only thing you need to store on your system is the token itself, a unique string, and map it to your customer's account details.
Payments API
REST API solution specifics can be found here: REST API Tokenisation
SOAP API
SOAP API solution specifics can be found here: SOAP API Tokenisation
Hosted Payment Page
Hosted Payment Page solution specifics can be found here: HPP Tokenisation
Javascript
Tokenization with JavaScript allows you to use the advantages of an API interaction (server-to-server) and at the same time benefit from a solution that keeps sensitive card details away from your own systems, alleviating compliance with the PCI Data Security Standard.
In a first step, you tokenize card details that you can then use for later payment transactions via API requests that include the token instead of card details.
This option gives you maximum flexibility for the look and feel of the entry form in your webshop while a JavaScript library encrypts the sensitive information before it hits your servers. This can be an alternative to a Direct Post integration if you are only looking for tokenization and plan to handle all subsequent steps with our APIs.
The JavaScript for tokenization works across multiple Fiserv solutions including our gateway.
Please see integration documentation here: Payment.js
Updated about 2 months ago