Contains wallet information for Apple Pay
Request
Property Name | Type | Required | Description |
---|---|---|---|
encoded-payment-token | string | Required | Base64 encoded payment token. See Apple Pay Guide. |
Response
Property Name | Type | Description |
---|---|---|
card-last-four-digits | string | Last four digits of the credit card. |
card-type | string | Credit card type. |
card-sub-type | string | Credit card sub-type, such as Credit or Debit. |
dpan-last-four-digits | string | Last four digits of device account number. |
dpan-expiration-month | string | Expiration month of the device account number. |
dpan-expiration-year | string | Expiration year of the device account number. |