- Getting Started
- Tutorials
- COPYandPAY
- Server-to-Server
- 3D Secure
- Pay By Link
- Mobile SDK
- Manage Payments
- Plugins
- Fraud Management
- Reporting
- Single Sign On
- Webhooks
- Reference
- API Reference
- Basic Payment
- Forex
- Authentication
- Card Account
- Apple Pay
- Virtual Account
- Bank Account
- Token Account
- Customer
- Billing Address
- Merchant Billing Address
- Shipping Address
- Merchant Shipping Address
- Corporate
- Recipient
- Merchant
- Marketplace & Cart
- Airline
- Lodging
- Passenger
- Tokenization
- Recurring Migration
- 3D Secure
- Custom Parameters
- Async Payments
- Webhook notifications
- Risk
- Point of Sale
- Response Parameters
- Card On File
- Chargeback
- Result Codes
- Brands Reference
- Regression Testing
- Data Retention Policy
- API Reference
- FAQ
COPYandPAY External Tokenization
COPYandPAY allows you to securely collect card, bank account or customer data from shopper and initiate provisioning of an external token with the third party vendor.
External Tokenization must be enabled on the platform before using it. To enable the feature and to know which acquirers, alternative payment methods or third party vendors do support tokenization on their side, please reach out to your Account Manager.
Use cases
How it works
Standalone tokenization
Store payment data for later use.
Prepare the checkout
Send the request parameters server-to-server to initialize the tokenization form.
In the request, send only createToken=EXTERNAL
without payment information like amount
, currency
and paymentType
Create the tokenization form
Display the tokenization form on your checkout page. Shopper submits the card information to create external token.
Get the tokenization status
Find out if the external token was successful.
The external token can be retrieve from the response from the tokenAccount
object
1. Prepare the checkout

2. Create the tokenization form

3. Get the tokenization status
