Menu

Tokenize Card

A POST to the
/tokens
resource returns a token representing the supplied card details. The token can be used as the Subscription ID in the CyberSource payment tokenization or recurring billing services. This is an unauthenticated POST initiated from your customer’s device or browser to the
/tokens
resource:
  • Test:
    https://testflex.cybersource.com/cybersource/flex/v1/tokens
  • Live:
    https://flex.cybersource.com/cybersource/flex/v1/tokens
IMPORTANT
Generic address information is created:
customerFirstname
,
customerLastname
,
customerEmail
,
billAddress1
,
billCity
,
billCountry
,
billState
, and
billZip
. To replace this information, request an update or a combined authorization and update.
Back to top