Payment Optimization
Card Vaulting
Integration Guides
4 min
forter provides secure, pci compliant solutions for handling payment card data this guide outlines integration options, best practices , and key considerations for implementing forter’s card vaulting services hosted fields + proxy collect card data securely forter’s hosted fields sdk docid\ p8fdu6mlzmduel8qpjek enables secure collection of card data on the checkout page to remove pci scope process payments using a token once the customer enters their payment credentials, forter provides an agnostic single use token (or "nonce") that can be used to process tokenized payments with any psp refer to the detokenization proxy docid\ d8uveyrulesc57ikqbnqr guide to learn how upgrade to multi use token (optional) to store a token for future transactions (e g , saved cards or recurring payments), upgrade a single use token to a multi use token by setting networktoken provision to true when calling the /upgrade endpoint direct api integration this solution is compatible for pci level 1 merchants only forter’s limited pci compliance approach allows merchants to handle tokenized card data while limiting their pci scope tokenize card data after collecting card details, generate a token using one of the following api calls multi use token call the /tokenize endpoint single use token call the /create single use token endpoint to generate a network token , set networktoken provision to true when calling the /tokenize endpoint detokenize for payment processing when ready to process a payment, retrieve the original card details by calling the /detokenize endpoint, then proceed with payment processing upgrade to multi use token (optional) to store a token for future transactions (e g , saved cards or recurring payments), upgrade a single use token to a multi use token by setting networktoken provision to true when calling the /upgrade endpoint