The token object

{
  "object": "token",
  "id": "xyuhetyhji2ii6ivf1tdu667",
  "used": false,
  "created": "2015-10-28T22:55:06.000Z",
  "lastUpdated": "2015-10-28T22:55:07.000Z",
  "status": "active",
  "payerId": "7b2ff48b41ff410182e22cb8",
  "cardId": "awaz6znk5hyuopbjvni4ltops",
  "card": {
    "object": "card",
    "id": "awaz6znk5hyuopbjvni4ltops",
    "nameOnCard": "Jessica Lin",
    "brand": "visa",
    "last4": "0077",
    "expirationMonth": "10",
    "expirationYear": "2018",
    "fingerprint": "z0h44392uyf5eqy9he6yxhn",
    "billingAddress": {
      "street1": "123 account st",
      "street2": "4g",
      "city": "santa cruz",
      "state": "CA",
      "postalCode": "10040",
      "country": "USA"
    },
    "created": "2015-10-28T22:55:06.000Z",
    "lastUpdated": "2015-10-28T22:55:07.000Z",
    "status": "active"
  },
  "bank": {
    "object": "bank",
    "id": "8y4tqpwti4yaknka7z0kgjq3",
    "accountType": "checking",
    "routingNumber": "110000000",
    "nameOnAccount": "Jessica Lin",
    "currency": "USD",
    "country": "USA",
    "last4": "6789",
    "fingerprint": "lv5rz4qvn6bvhz1lv62u2d2y",
    "billingAddress": {
      "street1": "923 account st",
      "street2": "9g", 
      "city": "santa cruz",
      "state": "CA",
      "postalCode": "90040",
      "country": "USA"
    },
    "dropped": false,
    "verified": false,
    "status": "active",
    "created": "2015-10-28T22:56:25.000Z",
    "lastUpdated": "2015-10-28T22:56:26.000Z"
  }
}
id string
The unique identifier for the token
object string, value is "token"
used boolean
Indicates if the token has been used or not. Once used, it cannot be used again.
payerId string
The id of the tokenized payer
cardId string
The id of the tokenized card
bankId string
The id of the tokenized bank
card card object
The embedded card object that was tokenized
bank bank object
The embedded bank object that was tokenized.
status string, possible values: active, disabled

active
The token is active and can be used so long as it has not already been used.

disabled
The token has been disabled and is unable to be used further.
created datestring
The date the token was created
lastUpdated datestring
The date the token was last updated.