cybersource-rest-client
Version:
Node.js SDK for the CyberSource REST API
28 lines (24 loc) • 3.83 kB
Markdown
# CyberSource.Tmsv2TokenizedCard
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | The Id of the Tokenized Card. | [optional]
**_object** | **String** | The type. Possible Values: - tokenizedCard | [optional]
**source** | **String** | Source of the card details. Possible Values: - ONFILE - TOKEN - ISSUER | [optional]
**state** | **String** | State of the network token or network token provision. Possible Values: - ACTIVE : Network token is active. - SUSPENDED : Network token is suspended. This state can change back to ACTIVE. - DELETED : This is a final state for a network token instance. - UNPROVISIONED : A previous network token. | [optional]
**enrollmentId** | **String** | Unique id to identify this PAN/ enrollment. | [optional]
**tokenReferenceId** | **String** | Unique ID for netwrok token. | [optional]
**_number** | **String** | The token requestor's network token for the provided PAN and consumer Id, if available. | [optional]
**expirationMonth** | **String** | Two-digit month in which the network token expires. Format: `MM`. Possible Values: `01` through `12`. | [optional]
**expirationYear** | **String** | Four-digit year in which the network token expires. Format: `YYYY`. | [optional]
**type** | **String** | The type of card (Card Network). Possible Values: - visa - mastercard - americanexpress | [optional]
**reason** | **String** | Indicates the reason why the network token provision request failed. Possible Values: - INVALID_REQUEST : The network token provision request contained invalid data. - CARD_VERIFICATION_FAILED : The network token provision request contained data that could not be verified. - CARD_NOT_ELIGIBLE : Card can currently not be used with issuer for tokenization. - CARD_NOT_ALLOWED : Card can currently not be used with card association for tokenization. - DECLINED : Card can currently not be used with issuer for tokenization. - SERVICE_UNAVAILABLE : The network token service was unavailable or timed out. - SYSTEM_ERROR : An unexpected error occurred with network token service, check configuration. | [optional]
**cryptogram** | **String** | Value generated by the card association to be used alongside the network token for processing a payment. This field is returned by default for Visa and Mastercard network tokens. It can also be explicitly requested using paymentCredentialType: CRYPTOGRAM. | [optional]
**securityCode** | **String** | Dynamic number generated by the card association to be used alongside the network token for processing a payment. - For American Express: Dynamic Card Secure Code (DCSC) returned by default. - For Visa: DTVV cryptogram when explicitly requested using paymentCredentialType: SECURITY_CODE. It can also be explicitly requested using paymentCredentialType: SECURITY_CODE. | [optional]
**eci** | **String** | Raw Electronic Commerce Indicator provided by the card association with the result of the cardholder authentication. | [optional]
**requestorId** | **String** | 11-digit identifier that uniquely identifies the Token Requestor. | [optional]
**paymentAccountReference** | **String** | Payment account reference. | [optional]
**applicationTransactionCounter** | **String** | A sequence counter used as part of the input to the TAVV cryptogram and it is incremented for each cryptogram generation. This field is only returned for Visa network tokens. | [optional]
**card** | [**Tmsv2TokenizedCardCard**](Tmsv2TokenizedCardCard.md) | | [optional]
**verificationResults** | [**Tmsv2TokenizedCardVerificationResults**](Tmsv2TokenizedCardVerificationResults.md) | | [optional]
**metadata** | [**Tmsv2TokenizedCardMetadata**](Tmsv2TokenizedCardMetadata.md) | | [optional]