The card object

{
	"id": "vS30OQP1RFWWUQFkUKvdqA",
	"created_at": 1574853315,
	"name": "Card Holder Name",
	"exp_month": 11,
	"exp_year": 2022,
	"last4": 1138,
	"brand": "MasterCard",
	"customer": "P2ZTA56JQ7-AvwGf0pHd2Q",
	"fingerprint": "gEBnrziHFpLco9riUqALRU329zS8tEfNbVAPz2DQu78",
	"client_ip": "127.0.0.1",
	"address_line1": "Address line1",
	"address_city": "Address city",
	"address_state": "01",
	"address_zip": "24310",
	"address_country": "CU",
	"type": "card"
}
Field
Type
Description

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