tokenInformation
The following fields provide token information.
tokenInformation. additionalInformation
This value indicates whether the transaction is eligible for token
services. It is sent only for transactions processed by SMCC.
Possible values:
- 0: Does not apply.
- 1: Eligible for token services.
Specifications
- Data Type:String
- Data Length:1
Mapping Information
- REST API Field:tokenInformation.additionalInformation
- SCMP API Field:additional_token_response_information
- Simple Order API Field:additionalToken_responseInformation
tokenInformation. instrumentIdentifierNew
Indicates whether the tokenized credential already exists as an
Instrument Identifier or is a new credential.
Specifications
- Data Type:String
- Data Length:1
Mapping Information
- REST API Field:tokenInformation.instrumentIdentifierNew
- SCMP API Field:pay_subscription_create_instrument_identifier_new
- Simple Order API Field:paySubscriptionCreateReply_instrumentIdentifierNew
tokenInformation. jti
Unique, time-limited identifier for the
Token Management Service
(TMS
) transient token. The 64 hexadecimal value representing captured payment credentials, including sensitive authentication data (SAD).
The
tokenInformation.jti
field expires after 24 hours.Use this ID in place of the payment data in a service request. When you include this value in your request, many of the fields that are normally required for an authorization or capture are not required.
- BIN Lookup Service
- When you send multiple fields in thepaymentInformation[]andtokenInformation[]objects, BIN Lookup processes fields in thepaymentInformation[]object first, and then it processes fields in thetokenInformation[]object.
Specifications
- Data Type:String
- Data Length:64
Mapping Information
- REST API Field:tokenInformation.jti
- SCMP API Field:transient_token
- Simple Order API Field:tokenSource_transientToken
tokenInformation. networkTokenOption
Indicates whether
Cybersource
should use a payment network token that is associated with a TMS
token for an authorization.Possible values:
- ignore: Use a tokenized card number for an authorization, even if theTMStoken has an associated payment network token.
- prefer: Use an associated payment network token for an authorization if theTMStoken has one; otherwise, use the tokenized card number.
Specifications
- Data Type:String
- Data Length:6
Mapping Information
- REST API Field:tokenInformation.networkTokenOption
- SCMP API Field:tms_network_token_option
- Simple Order API Field:tokenSource_networkTokenOption
tokenInformation. transientTokenJwt
Unique identifier for the
Flex API
transient token.The transient token encoded as a JSON Web Token (JWT) generated by the
Flex API
or Unified Checkout
checkout.- BIN Lookup Service
- When you send multiple fields in thepaymentInformation[]andtokenInformation[]objects, BIN Lookup processes fields in thepaymentInformation[]object first, and then it processes fields in thetokenInformation[]object.
Specifications
- Data Type:String
- Data Length:32
Mapping Information
No corresponding fields.