Contains the details for a specific credit card, such as the card number and expiration date
Request
Property Name | Type | Required | Description |
---|---|---|---|
| string | Required if | Credit card number. For example:
|
| string | Required if | Encrypted credit card number. |
| string | Optional Required if sending | Last four digits of the credit card. |
| string | Optional if sending Required if sending Note: If you do not send the | Credit card type. |
| integer | Required | Credit card expiration month. |
| integer | Required | Credit card expiration 4-digit year. |
| string | Required if | Credit card security code. |
| string | Required if | Encrypted credit card security code. |
| string | Optional Relevant if using Hosted Payment Fields | Hosted Payment Fields token that has been associated with a shopper's CVV. Useful for verifying CVV when shopper uses a vaulted card. |
Response
Property Name | Type | Description |
---|---|---|
| string | Last four digits of the credit card. |
| string | Credit card type. |
| string | Card sub-type, such as Credit or Debit. |
| string | Card category, such as business or prepaid. Appears only if relevant. |
| integer | Credit card expiration month. Appears only in responses for Retrieve Shopper. |
| integer | Credit card expiration 4-digit year. Appears only in responses for Retrieve Shopper. |
| string | Issue number on the credit card. |