The payer card object

{
  "object":"card",
  "id":"5ebz8zwt19hytc61py01bjhl",
  "nameOnCard":"Christina Chan",
  "brand":"visa",
  "last4":"0077",
  "expirationMonth":"09",
  "expirationYear":"2019",
  "fingerprint":"z0h4439popoyeqy9he6yxhn",
  "billingAddress":{
    "street1":"123 test st",
    "street2":"3g",
    "city":"santa cruz",
    "state":"CA",
    "postalCode":"95060",
    "country":"USA"
  },
  "status":"active",
  "created":"2015-10-28T22:55:01.000Z",
  "lastUpdated":"2015-10-28T22:55:02.000Z"
}
id string
The unique identifier for the payer card.
object string, value is: "card"
nameOnCard string
The name on the card
brand string
The brand of the card
last4 string
The last4 of the card number
expirationMonth string
The expiration month of the card.
expirationYear string
The expiration year of the card.
fingerprint string
A unique id identifying the card number.
billingAddress object
The billing address associated with the card.
status string, possible values: active, inactive

active
The card is active and able to be used for payments.

inactive
The card is inactive and can no longer be used for payments.
created datestring
The date the payer card was created.
lastUpdated datestring
The date the payer card was last updated.