forked from permitio/opal-fetcher-postgres
-
Notifications
You must be signed in to change notification settings - Fork 2
/
example_data.json
82 lines (82 loc) · 1.72 KB
/
example_data.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"app": {
"stripe": {
"allow": false
}
},
"user_payments": {
"cus_L2de869mFn3weU": {
"payments": {
"pi_3KMYcaBMGWz1aNCF0fVDefQj": "succeeded"
}
},
"cus_L2vmLLRtCVcA5l": {
"payments": {
"pi_3KMpz8BMGWz1aNCF0yH5FYji": "succeeded"
}
},
"cus_L2vrnYZTQH9Xq7": {
"payments": {
"pi_3KMq2UBMGWz1aNCF0A2CTHr5": "succeeded"
}
},
"cus_L2wBmK88ombBK7": {
"payments": {
"pi_3KMqJZBMGWz1aNCF1UbFbl1o": "succeeded"
}
}
},
"user_products": {
"cus_L2de869mFn3weU": {
"products": {
"prod_L2drCy1fwU0kLf": {
"amount": 1000,
"description": "1 × test product (at $10.00 / month)",
"type": "subscription"
}
}
},
"cus_L2vmLLRtCVcA5l": {
"products": {
"prod_L2drCy1fwU0kLf": {
"amount": 12500,
"description": "test product",
"type": "invoiceitem"
}
}
},
"cus_L2vrnYZTQH9Xq7": {
"products": {
"prod_L2drCy1fwU0kLf": {
"amount": 1000,
"description": "1 × test product (at $10.00 / month)",
"type": "subscription"
}
}
}
},
"user_subscriptions": {
"cus_L2de869mFn3weU": {
"subscriptions": {
"sub_1KMYcaBMGWz1aNCFK8d9CzDh": "active"
}
}
},
"users": {
"badsubscription@email.test": {
"id": "cus_L2vrnYZTQH9Xq7"
},
"nopayments@email.test": {
"id": "cus_L2vl6ul9toVbAF"
},
"onetimepayment@email.test": {
"id": "cus_L2wBmK88ombBK7"
},
"product@email.test": {
"id": "cus_L2vmLLRtCVcA5l"
},
"subscription@email.test": {
"id": "cus_L2de869mFn3weU"
}
}
}