forked from stripe-ruby-mock/stripe-ruby-mock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
customer.created.json
54 lines (54 loc) · 1.4 KB
/
customer.created.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"created": 1326853478,
"livemode": false,
"id": "evt_00000000000000",
"type": "customer.created",
"object": "event",
"data": {
"object": {
"object": "customer",
"created": 1375148334,
"id": "cus_00000000000000",
"livemode": false,
"description": null,
"email": "[email protected]",
"delinquent": true,
"metadata": {
},
"subscription": null,
"discount": null,
"account_balance": 0,
"sources": {
"object": "list",
"count": 1,
"url": "/v1/customers/cus_2I2AhGQOPmEFeu/cards",
"data": [
{
"id": "cc_2I2akIhmladin5",
"object": "card",
"last4": "0341",
"type": "Visa",
"brand": "Visa",
"funding": "credit",
"exp_month": 12,
"exp_year": 2013,
"fingerprint": "fWvZEzdbEIFF8QrK",
"customer": "cus_2I2AhGQOPmEFeu",
"country": "US",
"name": "Johnny Goodman",
"address_line1": null,
"address_line2": null,
"address_city": null,
"address_state": null,
"address_zip": null,
"address_country": null,
"cvc_check": "pass",
"address_line1_check": null,
"address_zip_check": null
}
]
},
"default_card": "cc_2I2akIhmladin5"
}
}
}