This repository has been archived by the owner on Jan 22, 2021. It is now read-only.
forked from nijikokun/stripe-mock-data
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinvoice_created.json
66 lines (66 loc) · 1.72 KB
/
invoice_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
55
56
57
58
59
60
61
62
63
64
65
66
[
{
"created": 1326853478,
"data": {
"object": {
"amount_due": 0,
"attempt_count": 0,
"attempted": false,
"charge": null,
"closed": false,
"currency": "usd",
"customer": "cus_00000000000000",
"date": 1374587142,
"discount": null,
"ending_balance": null,
"id": "in_00000000000000",
"lines": {
"count": 1,
"data": [
{
"amount": 100,
"currency": "usd",
"description": null,
"id": "su_2FbJcQ1bOEWlfE",
"livemode": true,
"object": "line_item",
"period": {
"end": 1379943942,
"start": 1377265542
},
"plan": {
"amount": 2000,
"currency": "usd",
"id": "gold",
"interval": "month",
"interval_count": 1,
"livemode": false,
"name": "Gold Special",
"object": "plan",
"trial_period_days": null
},
"proration": false,
"quantity": 1,
"type": "subscription"
}
],
"object": "list",
"url": "/v1/invoices/in_2FbJHkkX87S3si/lines"
},
"livemode": false,
"next_payment_attempt": 1374590742,
"object": "invoice",
"paid": true,
"period_end": 1374587142,
"period_start": 1374587142,
"starting_balance": 0,
"subtotal": 0,
"total": 0
}
},
"id": "evt_00000000000000",
"livemode": false,
"object": "event",
"type": "invoice.created"
}
]