The card object
id
string
Unique identifier for the object.
created_at
int
Time when the card was stored in unix nanosecond.
name
string
The cardholder name.
exp_month
number
Two-digit number representing the card’s expiration month.
exp_year
number
Four-digit number representing the card’s expiration year.
last4
int
The last for digit of the credit card.
brand
string
The card brand name.
customer
string
Represent the id of the customer that the card belongs to.
client_ip
string
The IP address from the user create the card.
address_line1
string
Line1 of the cardholder address.
address_line2
string
Line2 of the cardholder address.
address_city
string
City of the cardholder address.
address_state
string
Iso 3166-2 code that represent a valid state address.
address_zip
string
Zip code of the cardholder address.
address_country
string
Iso code 2 that represent a valid country.
fingerprint
string
Contain the hash from the card number.
type
string
The type of the object. For card object will be card
Last updated