Overview
A Payment Card object represents a credit or debit card that a customer has added to their account as a payment method.
Properties of the Payment Card object
A Payment Card object returned by the endpoints in this section can have all or a subset of the following properties:
id
(String): Payment card ID.lastDigits
(String): The last four digits of the credit card number.expiredDate
(String): Expiration date.customerPaymentMethodId
(String): Payment method ID.cardholderName
(String): Card holder's name.cardholderEmail
(String): Card holder's email address.address1
(String): Line one of the card holder's address.address
(String): Line two of the card holder's address.city
(String): City.state
(String): State.zipCode
(String): ZIP.issuer
(String): The name of the bank that issued the card.addressCheck
(Boolean): True if the card passed the street address check, False if the check failed.zipcodeCheck
(Boolean): True if the card passed the zip code check, False if the check failed.cvvCheck
(Boolean): True if the card passed the CVV code check, False if the check failed.