HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8
X-Ua-Compatible: IE=Edge
Etag: "ed93eccf489db26fcb3db4b53d8671a0"
Cache-Control: max-age=0, private, must-revalidate
X-Request-Id: 69e72c7bde02381be8423eb0dbc33c9a
X-Runtime: 0.018180
Server: WEBrick/1.3.1 (Ruby/1.9.3/2013-02-22)
Date: Tue, 10 Sep 2013 14:28:35 GMT
Content-Length: 1660
Connection: Keep-Alive

{
  "object": "list",
  "url": "/v1/customers",
  "count": 4,
  "data": [
    {
      "id": "cus_39o9oU1N1dRm4LZ",
      "object": "customer",
      "livemode": false,
      "created": 1378823309,
      "email": "customer@example.com",
      "description": "Test Customer from Java",
      "active_card": {
        "object": "card",
        "exp_year": 2015,
        "exp_month": 12,
        "fingerprint": "215b5b2fe460809b8bb90bae6eeac0e0e0987bd7",
        "name": "YUUKO SHIONJI",
        "country": "JP",
        "type": "Visa",
        "cvc_check": "pass",
        "last4": "4242"
      }
    },
    {
      "id": "cus_39o9gEeyUdvU8z8",
      "object": "customer",
      "livemode": false,
      "created": 1378823307,
      "email": "customer@example.com",
      "description": "Test Customer from Java",
      "active_card": {
        "object": "card",
        "exp_year": 2015,
        "exp_month": 12,
        "fingerprint": "215b5b2fe460809b8bb90bae6eeac0e0e0987bd7",
        "name": "YUUKO SHIONJI",
        "country": "JP",
        "type": "Visa",
        "cvc_check": "pass",
        "last4": "4242"
      }
    },
    {
      "id": "cus_39o84k2hng8P87Q",
      "object": "customer",
      "livemode": false,
      "created": 1378823289,
      "email": "customer@example.com",
      "description": "Test Customer from Java",
      "active_card": {
        "object": "card",
        "exp_year": 2015,
        "exp_month": 12,
        "fingerprint": "215b5b2fe460809b8bb90bae6eeac0e0e0987bd7",
        "name": "YUUKO SHIONJI",
        "country": "JP",
        "type": "Visa",
        "cvc_check": "pass",
        "last4": "4242"
      }
    }
  ]
}
