cybersource-rest-client
Version:
Node.js SDK for the CyberSource REST API
16 lines (12 loc) • 1.11 kB
Markdown
# CyberSource.MppCredentialsResponse200
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**token** | **String** | Base64-encoded RSA-OAEP encrypted token ciphertext. Must not be parsed by client/server — forwarded opaquely to the Server Enabler. |
**network** | **String** | Card network. Possible values: - `visa` - `mastercard` - `amex` - `discover` |
**lastFour** | **String** | Last four digits of the card number as displayed to cardholder. |
**expirationMonth** | **String** | Token expiration month (e.g., '06'). Display only. |
**expirationYear** | **String** | Token expiration year, four digits (e.g., '2028'). Display only. |
**dynamicData** | **String** | Base64-encoded cryptogram from TSP. Present only for network_token type. Display only. |
**eci** | **String** | Electronic Commerce Indicator (e.g., '05', '07'). Present only for network_token type. Display only. |
**paymentAccountReference** | **String** | Payment Account Reference — a stable reference to the underlying funding account. |