Cards API
Attributes
AttributeTypeDescription
id
String
Card ID.
customer_id
String
Customer ID.
expiration_month
Integer
Card's expiration month.
expiration_year
Integer
Card's expiration year.
first_six_digits
String
Card's first six digits.
last_four_digits
String
Card's last four digits.
payment_method
Object
Payment method information.
id
String
Payment method ID.
name
String
Payment method name.
payment_type_id
String
Payment method type.
thumbnail
String
Payment method thumbnail.
secure_thumbnail
String
Payment method secure thumbnail.
security_code
Object
Security code information.
length
Integer
Security code's length.
card_location
String
Security code's card location.
issuer
Object
Issuer information.
id
Integer
Issuer Id.
name
String
Issuer name.
cardholder
Object
Card holder information.
name
Integer
Card holder name.
identification
Integer
Identification information.
number
Integer
Identification number.
subtype
String
Identification subtype.
type
String
Identification type.
date_created
Date(ISO_8601)
Card's date created.
date_last_updated
Date(ISO_8601)
Card's last modified date.