Approaches to creating tokenized Credit Card payment methods
This document outlines various approaches to creating tokenized credit card payment methods using API operations, including tokenizing PAN data, passing existing tokens, and processing payments with tokenization.
|
Approach |
Description |
Example |
|---|---|---|
|
Use the API operation that supports creating payment methods, such as Create a payment method , to tokenize PAN data |
Pass in the following required card information and set
Tokens are generated and stored in Zuora along with the PAN data. Tokens are used in the subsequent recurring payments. |
|
|
Use the API operation that supports creating payment methods, such as Create a payment method , to pass in existing tokens |
Pass in
Pass in
Pass in the masked card number through
Pass in the following required fields:
Tokens are stored in Zuora and used in subsequent payments. |
|
|
Use the API operation that supports creating payment methods, such as Create a payment method , to pass in existing tokens and PAN data |
Pass in the following required card information:
Pass in
Pass in
Pass in the masked card number through
Tokens are stored in Zuora along with the PAN data. Tokens are used in the subsequent payments. |
|
|
Tokenize payment methods when processing payments |
On the configuration page of your Worldpay 1.4 gateway instance, select Tokenize payment method . With this setting enabled, tokens are generated and stored for Credit Card payment methods when processing payments through UI, API, or Payment Pages 2.0. |