Worldpay Token Import — migrate tokens from a previous provider.
Allows merchants switching to Worldpay to import existing card tokens, avoiding the need to re-collect card details from customers.
Token import is handled via a secure SFTP file transfer process with Worldpay's implementation team. This module provides helpers for building the import manifest.
Process
- Contact Worldpay IM to initiate token import
- Build an import manifest using
build_manifest/2 - Encrypt the manifest (Worldpay provides PGP public key)
- Transfer to Worldpay SFTP
- Worldpay processes and returns a completion file
Supported source vaults
- Stripe tokens
- Braintree tokens
- Adyen tokens
- Chase Paymentech tokens
- Other PCI-compliant token vaults
Summary
Functions
Build a token import manifest entry.
Build a complete token import manifest (JSON).
Parse a token import completion file.
Functions
Build a token import manifest entry.
Build a complete token import manifest (JSON).
Parse a token import completion file.