Choosing a Tokenization Method
Forter provides secure, PCI-compliant tokenization solutions for handling payment card data.
This guide helps you choose the right integration approach based on your PCI compliance needs.
Which Tokenization Solution is Right for You?
Solution | Who is it for? | What it does | Compliance Scope |
---|---|---|---|
🟢 Zero PCI Compliance (Hosted Fields + Proxy) | Merchants who want to avoid handling card data entirely | Forter collects and tokenizes card data before it reaches your system | Forter fully handles compliance |
🟡 Limited PCI Compliance (Direct API Integration) | PSPs & merchants who are already PCI compliant but want to reduce scope | Merchant collects card data and tokenizes it using Forter’s API | Merchant retains some compliance responsibilities |
⚠️ You only need to implement ONE of these methods. Choose based on your compliance and integration preferences.
1. Zero PCI Compliance (Hosted Fields + Proxy) – Recommended
Best for: Merchants who want zero PCI compliance obligations
How it Works
- Implement Forter’s Hosted Fields on your checkout page.
- Receive a single-use token when the customer submits payment.
- Process transaction using the token.
- Upgrade to a multi-use token for recurring payments via the Upgrade API .
Additional Features:
- Supports Network Tokenization (Set
networkToken.provision = true
)
Zero PCI Compliance quick start guide
2. Limited PCI Compliance (Direct API Integration)
Best for: PSPs and merchants who already have PCI compliance but want to reduce their scope.
How it Works
- The merchant collects card data on front end (checkout window), and sends to Forter for Forter’s PCI tokens before storage in backend.
- Forter passes card data via Detokenization Proxy to processor(s) when needed (i.e., in Authorization step).
- PCI scope is reduced, but some compliance obligations remain.
Additional Features:
- Supports Network Tokenization (Set
networkToken.provision = true
)
Limited PCI Compliance quick start guide
Next Steps
- Decide between Zero or Limited PCI Compliance (Hosted Fields or Direct API Integration).
- Follow the corresponding Quick Start guide.
Updated 11 days ago
What’s Next