The CyberSource Token Management Service (described here and here) allows you to create "instruments" which are tokenized cards that can be stored with a user's account and used for later purchases/transactions with your service.
I would like to use the Flex API (described here, here and here) to perform an initial tokenization of the card. Can I then use a Flex token to perform TMS calls?
Obviously both mechanisms are tokenization, but there are advantages to both:
- TMS seems intended for long-term storage and supports auto-superseding PANs.
- Flex has the capability to switch to micro-form iframes.
So it would be useful to do the initial tokenization with Flex for PCI-DSS reasons, and then use that to create TMS tokens for long-term storage.