Skip to main content

max / makenotwork

test: capture 2026-01-28 Stripe webhook fixtures Pulled via Stripe API to use as parser tests during the async-stripe SDK migration. Includes the stuck testaccount123 $5 PWYW event (Connect).
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-05-16 23:14 UTC
Commit: d107447072baf1af5b618bde5ba8a793ffc4bc45
Parent: 3b5d245
7 files changed, +1080 insertions, -0 deletions
@@ -0,0 +1,123 @@
1 + {
2 + "id": "evt_1TWIHx0qWkNaM1fMlXHqRSkx",
3 + "object": "event",
4 + "api_version": "2026-01-28.clover",
5 + "created": 1778599925,
6 + "data": {
7 + "object": {
8 + "id": "acct_1T2JkE0qWkNaM1fM",
9 + "object": "account",
10 + "business_profile": {
11 + "annual_revenue": null,
12 + "estimated_worker_count": null,
13 + "mcc": "5815",
14 + "minority_owned_business_designation": null,
15 + "name": "Makenotwork",
16 + "support_address": {
17 + "city": "Irvine",
18 + "country": "US",
19 + "line1": "2055 Main Street",
20 + "line2": "502",
21 + "postal_code": "92614",
22 + "state": "CA"
23 + },
24 + "support_email": null,
25 + "support_phone": "+18583197776",
26 + "support_url": null,
27 + "url": "https://makenot.work"
28 + },
29 + "business_type": "individual",
30 + "capabilities": {
31 + "acss_debit_payments": "active",
32 + "affirm_payments": "active",
33 + "afterpay_clearpay_payments": "active",
34 + "amazon_pay_payments": "active",
35 + "bancontact_payments": "active",
36 + "card_payments": "active",
37 + "cartes_bancaires_payments": "pending",
38 + "cashapp_payments": "active",
39 + "crypto_payments": "inactive",
40 + "eps_payments": "active",
41 + "klarna_payments": "active",
42 + "link_payments": "active",
43 + "pix_payments": "active",
44 + "transfers": "active",
45 + "us_bank_account_ach_payments": "active"
46 + },
47 + "charges_enabled": true,
48 + "company": {},
49 + "controller": {
50 + "type": "account"
51 + },
52 + "country": "US",
53 + "default_currency": "usd",
54 + "details_submitted": true,
55 + "email": "info@makenot.work",
56 + "individual": {
57 + "id": "person_1T2Jnn0qWkNaM1fMhsj1Oecv",
58 + "object": "person",
59 + "account": "acct_1T2JkE0qWkNaM1fM",
60 + "created": 1771455904
61 + },
62 + "payouts_enabled": true,
63 + "settings": {
64 + "bacs_debit_payments": {
65 + "display_name": null,
66 + "service_user_number": null
67 + },
68 + "branding": {
69 + "icon": null,
70 + "logo": null,
71 + "primary_color": null,
72 + "secondary_color": null
73 + },
74 + "card_issuing": {
75 + "tos_acceptance": {
76 + "date": null,
77 + "ip": null
78 + }
79 + },
80 + "card_payments": {
81 + "statement_descriptor_prefix": "MAKENOTW",
82 + "statement_descriptor_prefix_kana": null,
83 + "statement_descriptor_prefix_kanji": null
84 + },
85 + "dashboard": {
86 + "display_name": "Makenotwork",
87 + "timezone": "America/Los_Angeles"
88 + },
89 + "invoices": {
90 + "default_account_tax_ids": null,
91 + "hosted_payment_method_save": "offer"
92 + },
93 + "payments": {
94 + "statement_descriptor": "MAKENOT.WORK",
95 + "statement_descriptor_kana": null,
96 + "statement_descriptor_kanji": null
97 + },
98 + "payouts": {
99 + "debit_negative_balances": true,
100 + "schedule": {
101 + "delay_days": 2,
102 + "interval": "manual"
103 + },
104 + "statement_descriptor": null
105 + },
106 + "sepa_debit_payments": {}
107 + },
108 + "type": "standard"
109 + },
110 + "previous_attributes": {
111 + "business_profile": {
112 + "mcc": "7929"
113 + }
114 + }
115 + },
116 + "livemode": true,
117 + "pending_webhooks": 0,
118 + "request": {
119 + "id": null,
120 + "idempotency_key": null
121 + },
122 + "type": "account.updated"
123 + }
@@ -0,0 +1,146 @@
1 + {
2 + "id": "evt_1TXpkh0AcRNJbwd4J9O7c5Up",
3 + "object": "event",
4 + "account": "acct_1T8oxK0AcRNJbwd4",
5 + "api_version": "2026-01-28.clover",
6 + "context": "acct_1T8oxK0AcRNJbwd4",
7 + "created": 1778966887,
8 + "data": {
9 + "object": {
10 + "id": "cs_live_a1o3Ky7bRCXbnKNUYrGFS1JSmBFYLCxQ8zEk6gtmYfCPsyGAiJJfLNFwGm",
11 + "object": "checkout.session",
12 + "adaptive_pricing": {
13 + "enabled": true
14 + },
15 + "after_expiration": null,
16 + "allow_promotion_codes": null,
17 + "amount_subtotal": 500,
18 + "amount_total": 500,
19 + "automatic_tax": {
20 + "enabled": false,
21 + "liability": null,
22 + "provider": null,
23 + "status": null
24 + },
25 + "billing_address_collection": null,
26 + "branding_settings": {
27 + "background_color": "#ffffff",
28 + "border_style": "rounded",
29 + "button_color": "#0074d4",
30 + "display_name": "Maxwell Johnson",
31 + "font_family": "default",
32 + "icon": null,
33 + "logo": null
34 + },
35 + "cancel_url": "https://makenot.work/stripe/cancel?item_id=ce9f7087-d503-4cf1-8f80-b2080508e5fe",
36 + "client_reference_id": null,
37 + "client_secret": null,
38 + "collected_information": null,
39 + "consent": null,
40 + "consent_collection": null,
41 + "created": 1778966878,
42 + "currency": "usd",
43 + "currency_conversion": null,
44 + "custom_fields": [],
45 + "custom_text": {
46 + "after_submit": null,
47 + "shipping_address": null,
48 + "submit": null,
49 + "terms_of_service_acceptance": null
50 + },
51 + "customer": null,
52 + "customer_account": null,
53 + "customer_creation": "if_required",
54 + "customer_details": {
55 + "address": {
56 + "city": null,
57 + "country": null,
58 + "line1": null,
59 + "line2": null,
60 + "postal_code": null,
61 + "state": null
62 + },
63 + "business_name": null,
64 + "email": "me@maxj.phd",
65 + "individual_name": null,
66 + "name": null,
67 + "phone": null,
68 + "tax_exempt": "none",
69 + "tax_ids": []
70 + },
71 + "customer_email": null,
72 + "discounts": [],
73 + "expires_at": 1779053278,
74 + "integration_identifier": null,
75 + "invoice": null,
76 + "invoice_creation": {
77 + "enabled": false,
78 + "invoice_data": {
79 + "account_tax_ids": null,
80 + "custom_fields": null,
81 + "description": null,
82 + "footer": null,
83 + "issuer": null,
84 + "metadata": {},
85 + "rendering_options": null
86 + }
87 + },
88 + "livemode": true,
89 + "locale": null,
90 + "managed_payments": {
91 + "enabled": false
92 + },
93 + "metadata": {
94 + "buyer_id": "c436b90e-6dde-4716-aa18-b4b6b9c254ee",
95 + "item_id": "ce9f7087-d503-4cf1-8f80-b2080508e5fe",
96 + "seller_id": "8d940646-480e-4a17-baf5-bc21fc3a4198"
97 + },
98 + "mode": "payment",
99 + "origin_context": null,
100 + "payment_intent": "pi_3TXpke0AcRNJbwd41MCCKIpl",
101 + "payment_link": null,
102 + "payment_method_collection": "if_required",
103 + "payment_method_configuration_details": {
104 + "id": "pmc_1T8oxq0AcRNJbwd4dDAgssI0",
105 + "parent": "pmc_1T8oGM0qWkNaM1fMudvdMGj2"
106 + },
107 + "payment_method_options": {},
108 + "payment_method_types": [
109 + "card",
110 + "klarna",
111 + "link",
112 + "cashapp"
113 + ],
114 + "payment_status": "paid",
115 + "permissions": null,
116 + "phone_number_collection": {
117 + "enabled": false
118 + },
119 + "recovered_from": null,
120 + "saved_payment_method_options": null,
121 + "setup_intent": null,
122 + "shipping_address_collection": null,
123 + "shipping_cost": null,
124 + "shipping_options": [],
125 + "status": "complete",
126 + "submit_type": null,
127 + "subscription": null,
128 + "success_url": "https://makenot.work/stripe/success?session_id={CHECKOUT_SESSION_ID}",
129 + "total_details": {
130 + "amount_discount": 0,
131 + "amount_shipping": 0,
132 + "amount_tax": 0
133 + },
134 + "ui_mode": "hosted",
135 + "url": null,
136 + "wallet_options": null
137 + }
138 + },
139 + "livemode": true,
140 + "pending_webhooks": 0,
141 + "request": {
142 + "id": null,
143 + "idempotency_key": null
144 + },
145 + "type": "checkout.session.completed"
146 + }
@@ -0,0 +1,150 @@
1 + {
2 + "id": "evt_1TWIw10qWkNaM1fMzaiYAW0f",
3 + "object": "event",
4 + "api_version": "2026-01-28.clover",
5 + "created": 1778602409,
6 + "data": {
7 + "object": {
8 + "id": "cs_live_a1qmk4rbgW5ujzm8SUVfTpO1rtSzYVvQmRnZaKUL46qXvTbVn6Eb4QgAcM",
9 + "object": "checkout.session",
10 + "adaptive_pricing": {
11 + "enabled": true
12 + },
13 + "after_expiration": null,
14 + "allow_promotion_codes": null,
15 + "amount_subtotal": 200,
16 + "amount_total": 200,
17 + "automatic_tax": {
18 + "enabled": false,
19 + "liability": null,
20 + "provider": null,
21 + "status": null
22 + },
23 + "billing_address_collection": null,
24 + "branding_settings": {
25 + "background_color": "#ffffff",
26 + "border_style": "rounded",
27 + "button_color": "#0074d4",
28 + "display_name": "Makenotwork",
29 + "font_family": "default",
30 + "icon": null,
31 + "logo": null
32 + },
33 + "cancel_url": "https://makenot.work/dashboard",
34 + "client_reference_id": null,
35 + "client_secret": null,
36 + "collected_information": {
37 + "business_name": null,
38 + "individual_name": null,
39 + "shipping_details": null
40 + },
41 + "consent": null,
42 + "consent_collection": null,
43 + "created": 1778602396,
44 + "currency": "usd",
45 + "currency_conversion": null,
46 + "custom_fields": [],
47 + "custom_text": {
48 + "after_submit": null,
49 + "shipping_address": null,
50 + "submit": null,
51 + "terms_of_service_acceptance": null
52 + },
53 + "customer": "cus_UVJZMy16ECE8yo",
54 + "customer_account": "acct_1TWIvw1sF2hHgAOY",
55 + "customer_creation": "always",
56 + "customer_details": {
57 + "address": {
58 + "city": null,
59 + "country": null,
60 + "line1": null,
61 + "line2": null,
62 + "postal_code": null,
63 + "state": null
64 + },
65 + "business_name": null,
66 + "email": "me@maxj.phd",
67 + "individual_name": null,
68 + "name": null,
69 + "phone": null,
70 + "tax_exempt": "none",
71 + "tax_ids": []
72 + },
73 + "customer_email": null,
74 + "discounts": [],
75 + "expires_at": 1778688796,
76 + "integration_identifier": null,
77 + "invoice": "in_1TWIvx0qWkNaM1fMYgGTkWbQ",
78 + "invoice_creation": null,
79 + "livemode": true,
80 + "locale": null,
81 + "managed_payments": {
82 + "enabled": false
83 + },
84 + "metadata": {
85 + "app_id": "02daaa78-d808-4c62-8f88-d5fa0fbe5256",
86 + "app_name": "GoingsOn",
87 + "checkout_type": "app_sync",
88 + "tier": "standard",
89 + "user_id": "8d940646-480e-4a17-baf5-bc21fc3a4198"
90 + },
91 + "mode": "subscription",
92 + "origin_context": null,
93 + "payment_intent": null,
94 + "payment_link": null,
95 + "payment_method_collection": "always",
96 + "payment_method_configuration_details": {
97 + "id": "pmc_1T2Jkq0qWkNaM1fMIh0VqbRl",
98 + "parent": null
99 + },
100 + "payment_method_options": {
101 + "card": {
102 + "request_three_d_secure": "automatic"
103 + }
104 + },
105 + "payment_method_types": [
106 + "card",
107 + "klarna",
108 + "link",
109 + "cashapp",
110 + "amazon_pay"
111 + ],
112 + "payment_status": "paid",
113 + "permissions": null,
114 + "phone_number_collection": {
115 + "enabled": false
116 + },
117 + "recovered_from": null,
118 + "saved_payment_method_options": {
119 + "allow_redisplay_filters": [
120 + "always"
121 + ],
122 + "payment_method_remove": "disabled",
123 + "payment_method_save": null
124 + },
125 + "setup_intent": null,
126 + "shipping_address_collection": null,
127 + "shipping_cost": null,
128 + "shipping_options": [],
129 + "status": "complete",
130 + "submit_type": null,
131 + "subscription": "sub_1TWIvx0qWkNaM1fMrdkbo8m2",
132 + "success_url": "https://makenot.work/dashboard?sync_subscribed=true",
133 + "total_details": {
134 + "amount_discount": 0,
135 + "amount_shipping": 0,
136 + "amount_tax": 0
137 + },
138 + "ui_mode": "hosted",
139 + "url": null,
140 + "wallet_options": null
141 + }
142 + },
143 + "livemode": true,
144 + "pending_webhooks": 0,
145 + "request": {
146 + "id": null,
147 + "idempotency_key": null
148 + },
149 + "type": "checkout.session.completed"
150 + }
@@ -0,0 +1,193 @@
1 + {
2 + "id": "evt_1TWIw10qWkNaM1fMSnUBPBcC",
3 + "object": "event",
4 + "api_version": "2026-01-28.clover",
5 + "created": 1778602406,
6 + "data": {
7 + "object": {
8 + "id": "sub_1TWIvx0qWkNaM1fMrdkbo8m2",
9 + "object": "subscription",
10 + "application": null,
11 + "application_fee_percent": null,
12 + "automatic_tax": {
13 + "disabled_reason": null,
14 + "enabled": false,
15 + "liability": null
16 + },
17 + "billing_cycle_anchor": 1778602404,
18 + "billing_cycle_anchor_config": null,
19 + "billing_mode": {
20 + "flexible": null,
21 + "type": "classic"
22 + },
23 + "billing_thresholds": null,
24 + "cancel_at": null,
25 + "cancel_at_period_end": false,
26 + "canceled_at": null,
27 + "cancellation_details": {
28 + "comment": null,
29 + "feedback": null,
30 + "reason": null
31 + },
32 + "collection_method": "charge_automatically",
33 + "created": 1778602404,
34 + "currency": "usd",
35 + "customer": "cus_UVJZMy16ECE8yo",
36 + "customer_account": "acct_1TWIvw1sF2hHgAOY",
37 + "days_until_due": null,
38 + "default_payment_method": null,
39 + "default_source": null,
40 + "default_tax_rates": [],
41 + "description": null,
42 + "discounts": [],
43 + "ended_at": null,
44 + "invoice_settings": {
45 + "account_tax_ids": null,
46 + "issuer": {
47 + "type": "self"
48 + }
49 + },
50 + "items": {
51 + "object": "list",
52 + "data": [
53 + {
54 + "id": "si_UVJZpNsxeY0zZP",
55 + "object": "subscription_item",
56 + "billing_thresholds": null,
57 + "created": 1778602405,
58 + "current_period_end": 1781280804,
59 + "current_period_start": 1778602404,
60 + "discounts": [],
61 + "metadata": {},
62 + "plan": {
63 + "id": "price_1TWIvo0qWkNaM1fMGlWVXGB4",
64 + "object": "plan",
65 + "active": false,
66 + "amount": 200,
67 + "amount_decimal": "200",
68 + "billing_scheme": "per_unit",
69 + "created": 1778602396,
70 + "currency": "usd",
71 + "interval": "month",
72 + "interval_count": 1,
73 + "livemode": true,
74 + "metadata": {},
75 + "meter": null,
76 + "nickname": null,
77 + "product": "prod_UUyK7pagjqHxLk",
78 + "tiers_mode": null,
79 + "transform_usage": null,
80 + "trial_period_days": null,
81 + "usage_type": "licensed"
82 + },
83 + "price": {
84 + "id": "price_1TWIvo0qWkNaM1fMGlWVXGB4",
85 + "object": "price",
86 + "active": false,
87 + "billing_scheme": "per_unit",
88 + "created": 1778602396,
89 + "currency": "usd",
90 + "custom_unit_amount": null,
91 + "livemode": true,
92 + "lookup_key": null,
93 + "metadata": {},
94 + "nickname": null,
95 + "product": "prod_UUyK7pagjqHxLk",
96 + "recurring": {
97 + "interval": "month",
98 + "interval_count": 1,
99 + "meter": null,
100 + "trial_period_days": null,
101 + "usage_type": "licensed"
102 + },
103 + "tax_behavior": "unspecified",
104 + "tiers_mode": null,
105 + "transform_quantity": null,
106 + "type": "recurring",
107 + "unit_amount": 200,
108 + "unit_amount_decimal": "200"
109 + },
110 + "quantity": 1,
111 + "subscription": "sub_1TWIvx0qWkNaM1fMrdkbo8m2",
112 + "tax_rates": []
113 + }
114 + ],
115 + "has_more": false,
116 + "total_count": 1,
117 + "url": "/v1/subscription_items?subscription=sub_1TWIvx0qWkNaM1fMrdkbo8m2"
118 + },
119 + "latest_invoice": "in_1TWIvx0qWkNaM1fMYgGTkWbQ",
120 + "livemode": true,
121 + "managed_payments": {
122 + "enabled": false
123 + },
124 + "metadata": {},
125 + "next_pending_invoice_item_invoice": null,
126 + "on_behalf_of": null,
127 + "pause_collection": null,
128 + "payment_settings": {
129 + "payment_method_options": {
130 + "acss_debit": null,
131 + "bancontact": null,
132 + "card": {
133 + "network": null,
134 + "request_three_d_secure": "automatic"
135 + },
136 + "customer_balance": null,
137 + "konbini": null,
138 + "payto": null,
139 + "pix": null,
140 + "sepa_debit": null,
141 + "upi": null,
142 + "us_bank_account": null
143 + },
144 + "payment_method_types": null,
145 + "save_default_payment_method": "off"
146 + },
147 + "pending_invoice_item_interval": null,
148 + "pending_setup_intent": null,
149 + "pending_update": null,
150 + "plan": {
151 + "id": "price_1TWIvo0qWkNaM1fMGlWVXGB4",
152 + "object": "plan",
153 + "active": false,
154 + "amount": 200,
155 + "amount_decimal": "200",
156 + "billing_scheme": "per_unit",
157 + "created": 1778602396,
158 + "currency": "usd",
159 + "interval": "month",
160 + "interval_count": 1,
161 + "livemode": true,
162 + "metadata": {},
163 + "meter": null,
164 + "nickname": null,
165 + "product": "prod_UUyK7pagjqHxLk",
166 + "tiers_mode": null,
167 + "transform_usage": null,
168 + "trial_period_days": null,
169 + "usage_type": "licensed"
170 + },
171 + "quantity": 1,
172 + "schedule": null,
173 + "start_date": 1778602404,
174 + "status": "incomplete",
175 + "test_clock": null,
176 + "transfer_data": null,
177 + "trial_end": null,
178 + "trial_settings": {
179 + "end_behavior": {
180 + "missing_payment_method": "create_invoice"
181 + }
182 + },
183 + "trial_start": null
184 + }
185 + },
186 + "livemode": true,
187 + "pending_webhooks": 0,
188 + "request": {
189 + "id": null,
190 + "idempotency_key": "23f31c95-0fc6-435a-b5f5-12f27f474e83"
191 + },
192 + "type": "customer.subscription.created"
193 + }
@@ -0,0 +1,197 @@
1 + {
2 + "id": "evt_1TWIw10qWkNaM1fMYsEAntdJ",
3 + "object": "event",
4 + "api_version": "2026-01-28.clover",
5 + "created": 1778602409,
6 + "data": {
7 + "object": {
8 + "id": "sub_1TWIvx0qWkNaM1fMrdkbo8m2",
9 + "object": "subscription",
10 + "application": null,
11 + "application_fee_percent": null,
12 + "automatic_tax": {
13 + "disabled_reason": null,
14 + "enabled": false,
15 + "liability": null
16 + },
17 + "billing_cycle_anchor": 1778602404,
18 + "billing_cycle_anchor_config": null,
19 + "billing_mode": {
20 + "flexible": null,
21 + "type": "classic"
22 + },
23 + "billing_thresholds": null,
24 + "cancel_at": null,
25 + "cancel_at_period_end": false,
26 + "canceled_at": null,
27 + "cancellation_details": {
28 + "comment": null,
29 + "feedback": null,
30 + "reason": null
31 + },
32 + "collection_method": "charge_automatically",
33 + "created": 1778602404,
34 + "currency": "usd",
35 + "customer": "cus_UVJZMy16ECE8yo",
36 + "customer_account": "acct_1TWIvw1sF2hHgAOY",
37 + "days_until_due": null,
38 + "default_payment_method": "pm_1TWIvv0qWkNaM1fMRDWm1lC1",
39 + "default_source": null,
40 + "default_tax_rates": [],
41 + "description": null,
42 + "discounts": [],
43 + "ended_at": null,
44 + "invoice_settings": {
45 + "account_tax_ids": null,
46 + "issuer": {
47 + "type": "self"
48 + }
49 + },
50 + "items": {
51 + "object": "list",
52 + "data": [
53 + {
54 + "id": "si_UVJZpNsxeY0zZP",
55 + "object": "subscription_item",
56 + "billing_thresholds": null,
57 + "created": 1778602405,
58 + "current_period_end": 1781280804,
59 + "current_period_start": 1778602404,
60 + "discounts": [],
61 + "metadata": {},
62 + "plan": {
63 + "id": "price_1TWIvo0qWkNaM1fMGlWVXGB4",
64 + "object": "plan",
65 + "active": false,
66 + "amount": 200,
67 + "amount_decimal": "200",
68 + "billing_scheme": "per_unit",
69 + "created": 1778602396,
70 + "currency": "usd",
71 + "interval": "month",
72 + "interval_count": 1,
73 + "livemode": true,
74 + "metadata": {},
75 + "meter": null,
76 + "nickname": null,
77 + "product": "prod_UUyK7pagjqHxLk",
78 + "tiers_mode": null,
79 + "transform_usage": null,
80 + "trial_period_days": null,
81 + "usage_type": "licensed"
82 + },
83 + "price": {
84 + "id": "price_1TWIvo0qWkNaM1fMGlWVXGB4",
85 + "object": "price",
86 + "active": false,
87 + "billing_scheme": "per_unit",
88 + "created": 1778602396,
89 + "currency": "usd",
90 + "custom_unit_amount": null,
91 + "livemode": true,
92 + "lookup_key": null,
93 + "metadata": {},
94 + "nickname": null,
95 + "product": "prod_UUyK7pagjqHxLk",
96 + "recurring": {
97 + "interval": "month",
98 + "interval_count": 1,
99 + "meter": null,
100 + "trial_period_days": null,
101 + "usage_type": "licensed"
102 + },
103 + "tax_behavior": "unspecified",
104 + "tiers_mode": null,
105 + "transform_quantity": null,
106 + "type": "recurring",
107 + "unit_amount": 200,
108 + "unit_amount_decimal": "200"
109 + },
110 + "quantity": 1,
111 + "subscription": "sub_1TWIvx0qWkNaM1fMrdkbo8m2",
112 + "tax_rates": []
113 + }
114 + ],
115 + "has_more": false,
116 + "total_count": 1,
117 + "url": "/v1/subscription_items?subscription=sub_1TWIvx0qWkNaM1fMrdkbo8m2"
118 + },
119 + "latest_invoice": "in_1TWIvx0qWkNaM1fMYgGTkWbQ",
120 + "livemode": true,
121 + "managed_payments": {
122 + "enabled": false
123 + },
124 + "metadata": {},
125 + "next_pending_invoice_item_invoice": null,
126 + "on_behalf_of": null,
127 + "pause_collection": null,
128 + "payment_settings": {
129 + "payment_method_options": {
130 + "acss_debit": null,
131 + "bancontact": null,
132 + "card": {
133 + "network": null,
134 + "request_three_d_secure": "automatic"
135 + },
136 + "customer_balance": null,
137 + "konbini": null,
138 + "payto": null,
139 + "pix": null,
140 + "sepa_debit": null,
141 + "upi": null,
142 + "us_bank_account": null
143 + },
144 + "payment_method_types": null,
145 + "save_default_payment_method": "off"
146 + },
147 + "pending_invoice_item_interval": null,
148 + "pending_setup_intent": null,
149 + "pending_update": null,
150 + "plan": {
151 + "id": "price_1TWIvo0qWkNaM1fMGlWVXGB4",
152 + "object": "plan",
153 + "active": false,
154 + "amount": 200,
155 + "amount_decimal": "200",
156 + "billing_scheme": "per_unit",
157 + "created": 1778602396,
158 + "currency": "usd",
159 + "interval": "month",
160 + "interval_count": 1,
161 + "livemode": true,
162 + "metadata": {},
163 + "meter": null,
164 + "nickname": null,
165 + "product": "prod_UUyK7pagjqHxLk",
166 + "tiers_mode": null,
167 + "transform_usage": null,
168 + "trial_period_days": null,
169 + "usage_type": "licensed"
170 + },
171 + "quantity": 1,
172 + "schedule": null,
173 + "start_date": 1778602404,
174 + "status": "active",
175 + "test_clock": null,
176 + "transfer_data": null,
177 + "trial_end": null,
178 + "trial_settings": {
179 + "end_behavior": {
180 + "missing_payment_method": "create_invoice"
181 + }
182 + },
183 + "trial_start": null
184 + },
185 + "previous_attributes": {
186 + "default_payment_method": null,
187 + "status": "incomplete"
188 + }
189 + },
190 + "livemode": true,
191 + "pending_webhooks": 1,
192 + "request": {
193 + "id": null,
194 + "idempotency_key": "23f31c95-0fc6-435a-b5f5-12f27f474e83"
195 + },
196 + "type": "customer.subscription.updated"
197 + }
@@ -0,0 +1,179 @@
1 + {
2 + "id": "evt_1TWIw20qWkNaM1fMfqAOdKg4",
3 + "object": "event",
4 + "api_version": "2026-01-28.clover",
5 + "created": 1778602409,
6 + "data": {
7 + "object": {
8 + "id": "in_1TWIvx0qWkNaM1fMYgGTkWbQ",
9 + "object": "invoice",
10 + "account_country": "US",
11 + "account_name": "Makenotwork",
12 + "account_tax_ids": null,
13 + "amount_due": 200,
14 + "amount_overpaid": 0,
15 + "amount_paid": 200,
16 + "amount_remaining": 0,
17 + "amount_shipping": 0,
18 + "application": null,
19 + "attempt_count": 1,
20 + "attempted": true,
21 + "auto_advance": false,
22 + "automatic_tax": {
23 + "disabled_reason": null,
24 + "enabled": false,
25 + "liability": null,
26 + "provider": null,
27 + "status": null
28 + },
29 + "automatically_finalizes_at": null,
30 + "billing_reason": "subscription_create",
31 + "collection_method": "charge_automatically",
32 + "created": 1778602405,
33 + "currency": "usd",
34 + "custom_fields": null,
35 + "customer": "cus_UVJZMy16ECE8yo",
36 + "customer_account": "acct_1TWIvw1sF2hHgAOY",
37 + "customer_address": null,
38 + "customer_email": "me@maxj.phd",
39 + "customer_name": null,
40 + "customer_phone": null,
41 + "customer_shipping": null,
42 + "customer_tax_exempt": "none",
43 + "customer_tax_ids": [],
44 + "default_payment_method": null,
45 + "default_source": null,
46 + "default_tax_rates": [],
47 + "description": null,
48 + "discounts": [],
49 + "due_date": null,
50 + "effective_at": 1778602405,
51 + "ending_balance": 0,
52 + "footer": null,
53 + "from_invoice": null,
54 + "hosted_invoice_url": "https://invoice.stripe.com/i/acct_1T2JkE0qWkNaM1fM/live_YWNjdF8xVDJKa0UwcVdrTmFNMWZNLF9VVkpaMW5yNW1PVXZSNEhyTjV5WjhxNThRVXBDZ2xnLDE2OTE0MzIxMA02006GWAcuWr?s=ap",
55 + "invoice_pdf": "https://pay.stripe.com/invoice/acct_1T2JkE0qWkNaM1fM/live_YWNjdF8xVDJKa0UwcVdrTmFNMWZNLF9VVkpaMW5yNW1PVXZSNEhyTjV5WjhxNThRVXBDZ2xnLDE2OTE0MzIxMA02006GWAcuWr/pdf?s=ap",
56 + "issuer": {
57 + "type": "self"
58 + },
59 + "last_finalization_error": null,
60 + "latest_revision": null,
61 + "lines": {
62 + "object": "list",
63 + "data": [
64 + {
65 + "id": "il_1TWIvx0qWkNaM1fM8X50JAEU",
66 + "object": "line_item",
67 + "amount": 200,
68 + "currency": "usd",
69 + "description": "1 \u00d7 GoingsOn Cloud Sync (at $2.00 / month)",
70 + "discount_amounts": [],
71 + "discountable": true,
72 + "discounts": [],
73 + "invoice": "in_1TWIvx0qWkNaM1fMYgGTkWbQ",
74 + "livemode": true,
75 + "metadata": {},
76 + "parent": {
77 + "invoice_item_details": null,
78 + "license_fee_subscription_details": null,
79 + "subscription_item_details": {
80 + "invoice_item": null,
81 + "proration": false,
82 + "proration_details": {
83 + "credited_items": null
84 + },
85 + "subscription": "sub_1TWIvx0qWkNaM1fMrdkbo8m2",
86 + "subscription_item": "si_UVJZpNsxeY0zZP"
87 + },
88 + "type": "subscription_item_details"
89 + },
90 + "period": {
91 + "end": 1781280804,
92 + "start": 1778602404
93 + },
94 + "pretax_credit_amounts": [],
95 + "pricing": {
96 + "price_details": {
97 + "price": "price_1TWIvo0qWkNaM1fMGlWVXGB4",
98 + "product": "prod_UUyK7pagjqHxLk"
99 + },
100 + "type": "price_details",
101 + "unit_amount_decimal": "200"
102 + },
103 + "quantity": 1,
104 + "quantity_decimal": "1",
105 + "subtotal": 200,
106 + "taxes": []
107 + }
108 + ],
109 + "has_more": false,
110 + "total_count": 1,
111 + "url": "/v1/invoices/in_1TWIvx0qWkNaM1fMYgGTkWbQ/lines"
112 + },
113 + "livemode": true,
114 + "metadata": {},
115 + "next_payment_attempt": null,
116 + "number": "FCGLZIJD-0001",
117 + "on_behalf_of": null,
118 + "parent": {
119 + "quote_details": null,
120 + "subscription_details": {
121 + "metadata": {},
122 + "subscription": "sub_1TWIvx0qWkNaM1fMrdkbo8m2"
123 + },
124 + "type": "subscription_details"
125 + },
126 + "payment_settings": {
127 + "default_mandate": null,
128 + "payment_method_options": {
129 + "acss_debit": null,
130 + "bancontact": null,
131 + "card": {
132 + "request_three_d_secure": "automatic"
133 + },
134 + "customer_balance": null,
135 + "konbini": null,
136 + "payto": null,
137 + "pix": null,
138 + "sepa_debit": null,
139 + "upi": null,
140 + "us_bank_account": null
141 + },
142 + "payment_method_types": null
143 + },
144 + "period_end": 1778602404,
145 + "period_start": 1778602404,
146 + "post_payment_credit_notes_amount": 0,
147 + "pre_payment_credit_notes_amount": 0,
148 + "receipt_number": null,
149 + "rendering": null,
150 + "shipping_cost": null,
151 + "shipping_details": null,
152 + "starting_balance": 0,
153 + "statement_descriptor": null,
154 + "status": "paid",
155 + "status_transitions": {
156 + "finalized_at": 1778602405,
157 + "marked_uncollectible_at": null,
158 + "paid_at": 1778602408,
159 + "voided_at": null
160 + },
161 + "subtotal": 200,
162 + "subtotal_excluding_tax": 200,
163 + "test_clock": null,
164 + "total": 200,
165 + "total_discount_amounts": [],
166 + "total_excluding_tax": 200,
167 + "total_pretax_credit_amounts": [],
168 + "total_taxes": [],
169 + "webhooks_delivered_at": 1778602405
170 + }
171 + },
172 + "livemode": true,
173 + "pending_webhooks": 1,
174 + "request": {
175 + "id": null,
176 + "idempotency_key": "23f31c95-0fc6-435a-b5f5-12f27f474e83"
177 + },
178 + "type": "invoice.payment_succeeded"
179 + }
@@ -0,0 +1,92 @@
1 + {
2 + "id": "evt_3TWIvx0qWkNaM1fM0xC9LCxz",
3 + "object": "event",
4 + "api_version": "2026-01-28.clover",
5 + "created": 1778602408,
6 + "data": {
7 + "object": {
8 + "id": "pi_3TWIvx0qWkNaM1fM0H4e0MIb",
9 + "object": "payment_intent",
10 + "amount": 200,
11 + "amount_capturable": 0,
12 + "amount_details": {
13 + "tip": {}
14 + },
15 + "amount_received": 200,
16 + "application": null,
17 + "application_fee_amount": null,
18 + "automatic_payment_methods": null,
19 + "canceled_at": null,
20 + "cancellation_reason": null,
21 + "capture_method": "automatic",
22 + "client_secret": "pi_3TWIvx0qWkNaM1fM0H4e0MIb_secret_xJmnRUrcNFi0c8l0rkBdc3c4O",
23 + "confirmation_method": "automatic",
24 + "created": 1778602405,
25 + "currency": "usd",
26 + "customer": "cus_UVJZMy16ECE8yo",
27 + "customer_account": "acct_1TWIvw1sF2hHgAOY",
28 + "description": "Subscription creation",
29 + "excluded_payment_method_types": null,
30 + "last_payment_error": null,
31 + "latest_charge": "py_3TWIvx0qWkNaM1fM0WWKHuKt",
32 + "livemode": true,
33 + "managed_payments": {
34 + "enabled": false
35 + },
36 + "metadata": {},
37 + "next_action": null,
38 + "on_behalf_of": null,
39 + "payment_details": {
40 + "customer_reference": null,
41 + "order_reference": "in_1TWIvx0qWkNaM1fMYgGTkWbQ"
42 + },
43 + "payment_method": "pm_1TWIvv0qWkNaM1fMRDWm1lC1",
44 + "payment_method_configuration_details": null,
45 + "payment_method_options": {
46 + "amazon_pay": {
47 + "express_checkout_element_session_id": null
48 + },
49 + "card": {
50 + "installments": null,
51 + "mandate_options": null,
52 + "network": null,
53 + "request_three_d_secure": "automatic"
54 + },
55 + "cashapp": {},
56 + "klarna": {
57 + "preferred_locale": null
58 + },
59 + "link": {
60 + "persistent_token": null,
61 + "setup_future_usage": "off_session"
62 + }
63 + },
64 + "payment_method_types": [
65 + "amazon_pay",
66 + "card",
67 + "cashapp",
68 + "klarna",
69 + "link"
70 + ],
71 + "processing": null,
72 + "receipt_email": null,
73 + "review": null,
74 + "setup_future_usage": "off_session",
75 + "shared_payment_granted_token": null,
76 + "shipping": null,
77 + "source": null,
78 + "statement_descriptor": null,
79 + "statement_descriptor_suffix": null,
80 + "status": "succeeded",
81 + "transfer_data": null,
82 + "transfer_group": null
83 + }
84 + },
85 + "livemode": true,
86 + "pending_webhooks": 0,
87 + "request": {
88 + "id": null,
89 + "idempotency_key": "23f31c95-0fc6-435a-b5f5-12f27f474e83"
90 + },
91 + "type": "payment_intent.succeeded"
92 + }