-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcustomer_created.json
40 lines (40 loc) · 962 Bytes
/
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
[
{
"created": 1326853478,
"livemode": false,
"id": "evt_00000000000000",
"type": "customer.created",
"object": "event",
"request": null,
"data": {
"object": {
"object": "customer",
"created": 1414767842,
"id": "cus_00000000000000",
"livemode": false,
"description": null,
"email": null,
"delinquent": false,
"metadata": {},
"subscriptions": {
"object": "list",
"total_count": 0,
"has_more": false,
"url": "/v1/customers/cus_00000000000000/subscriptions",
"data": []
},
"discount": null,
"account_balance": 0,
"currency": "usd",
"cards": {
"object": "list",
"total_count": 0,
"has_more": false,
"url": "/v1/customers/cus_00000000000000/cards",
"data": []
},
"default_card": null
}
}
}
]