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