Contains tokenized card information
Request
| Property Name | Type | Required | Description |
|---|---|---|---|
card-last-four-digits | string | Required | Last four digits of card used for purchase. |
card-type | string | Required | Card type used for purchase (e.g. American Express, Mastercard, Visa). |
card-sub-type | string | Required | Type of card used for purchase (e.g. credit, debit). |
dpan-expiration-month | string | Required | Card's expiration month (i.e. 1-12). |
dpan-expiration-year | string | Required | Card's expiration year (e.g. 2025). |
dpan-last-four-digits | string | Required | Card's last four digits. |
Response
| Property Name | Type | Description |
|---|---|---|
card-last-four-digits | string | Last four digits of card used for purchase. |
card-type | string | Card type used for purchase (e.g. American Express, Mastercard, Visa). |
card-sub-type | string | Type of card used for purchase (e.g. credit, debit). |
dpan-expiration-month | string | Card's expiration month (i.e. 1-12). |
dpan-expiration-year | string | Card's expiration year (e.g. 2025). |
dpan-last-four-digits | string | Card's last four digits. |
