@proxy-checkout/cli 0.1.1-prx-146.162.1 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -13
- package/dist/cjs/cli.d.cts +1 -1
- package/dist/cjs/cli.d.ts +1 -1
- package/dist/cjs/cli.js +2 -12
- package/dist/cjs/command-schema.js +1 -15
- package/dist/cjs/generated/stripe-integration-capabilities-version.d.cts +0 -564
- package/dist/cjs/generated/stripe-integration-capabilities-version.d.ts +0 -564
- package/dist/cjs/generated/stripe-integration-capabilities-version.js +1 -1148
- package/dist/cjs/index.d.cts +0 -1
- package/dist/cjs/index.d.ts +0 -1
- package/dist/cjs/index.js +1 -5
- package/dist/esm/cli.d.ts +1 -1
- package/dist/esm/cli.js +2 -12
- package/dist/esm/command-schema.js +1 -15
- package/dist/esm/generated/stripe-integration-capabilities-version.d.ts +0 -564
- package/dist/esm/generated/stripe-integration-capabilities-version.js +0 -1147
- package/dist/esm/index.d.ts +0 -1
- package/dist/esm/index.js +0 -1
- package/package.json +1 -1
- package/dist/cjs/stripe-doctor.d.cts +0 -58
- package/dist/cjs/stripe-doctor.d.ts +0 -58
- package/dist/cjs/stripe-doctor.js +0 -164
- package/dist/esm/stripe-doctor.d.ts +0 -58
- package/dist/esm/stripe-doctor.js +0 -159
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.stripeLegacyCliEventTypes = exports.stripeIntegrationCapabilitiesManifestVersion = void 0;
|
|
4
4
|
// Generated by tools/compliance/sync-stripe-integration-capabilities.mjs.
|
|
5
|
-
// biome-ignore-all assist/source/useSortedKeys: generated manifest preserves canonical key order.
|
|
6
5
|
exports.stripeIntegrationCapabilitiesManifestVersion = 2;
|
|
7
6
|
exports.stripeLegacyCliEventTypes = [
|
|
8
7
|
"checkout.session.completed",
|
|
@@ -14,1149 +13,3 @@ exports.stripeLegacyCliEventTypes = [
|
|
|
14
13
|
"payment_intent.payment_failed",
|
|
15
14
|
"payment_intent.succeeded",
|
|
16
15
|
];
|
|
17
|
-
// biome-ignore format: generated manifest remains byte-identical to the canonical JSON.
|
|
18
|
-
exports.stripeIntegrationCapabilitiesManifest = {
|
|
19
|
-
"id": "stripe-integration-capabilities",
|
|
20
|
-
"manifest_version": 2,
|
|
21
|
-
"parser_contract_version": 2,
|
|
22
|
-
"provider": "stripe",
|
|
23
|
-
"reconciliation_request_api_version": "2026-06-24.dahlia",
|
|
24
|
-
"capabilities": [
|
|
25
|
-
{
|
|
26
|
-
"availability": "internal",
|
|
27
|
-
"checkout_ui_mode": null,
|
|
28
|
-
"commercial_mode": "setup",
|
|
29
|
-
"create_time_features": [],
|
|
30
|
-
"dependencies": [],
|
|
31
|
-
"id": "setup.webhook_endpoint_verification",
|
|
32
|
-
"integration_path": "webhook_endpoint",
|
|
33
|
-
"local_stripe_cli_event_groups": [],
|
|
34
|
-
"path_id": null,
|
|
35
|
-
"pricing_modes": [],
|
|
36
|
-
"proxy_merchant_event_types": [],
|
|
37
|
-
"public_documentation_anchor": "/reference/stripe-events-and-permissions/#webhook-endpoint",
|
|
38
|
-
"reconciliation_operation_ids": [
|
|
39
|
-
"webhook_endpoints.retrieve"
|
|
40
|
-
],
|
|
41
|
-
"restricted_key_permission_labels": [
|
|
42
|
-
"Webhook Endpoints: Read"
|
|
43
|
-
],
|
|
44
|
-
"setup_probe_operation_ids": [
|
|
45
|
-
"webhook_endpoints.list_probe"
|
|
46
|
-
],
|
|
47
|
-
"unsupported_options": [
|
|
48
|
-
"event_destinations_v2",
|
|
49
|
-
"thin_events"
|
|
50
|
-
],
|
|
51
|
-
"webhook_event_group_ids": [],
|
|
52
|
-
"minimum_versions": {
|
|
53
|
-
"browser_sdk": null,
|
|
54
|
-
"react_sdk": null,
|
|
55
|
-
"request_api": "2022-11-15",
|
|
56
|
-
"server_sdk": "12.18.0",
|
|
57
|
-
"status": "existing_contract"
|
|
58
|
-
}
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"availability": "internal",
|
|
62
|
-
"checkout_ui_mode": null,
|
|
63
|
-
"commercial_mode": "one_time",
|
|
64
|
-
"create_time_features": [
|
|
65
|
-
"automatic_capture",
|
|
66
|
-
"proxy_metadata"
|
|
67
|
-
],
|
|
68
|
-
"dependencies": [
|
|
69
|
-
"setup.webhook_endpoint_verification"
|
|
70
|
-
],
|
|
71
|
-
"id": "one_time.direct_payment_intent",
|
|
72
|
-
"integration_path": "payment_intent",
|
|
73
|
-
"local_stripe_cli_event_groups": [
|
|
74
|
-
"payment_intent_lifecycle"
|
|
75
|
-
],
|
|
76
|
-
"path_id": "OT-PI",
|
|
77
|
-
"pricing_modes": [
|
|
78
|
-
"fixed"
|
|
79
|
-
],
|
|
80
|
-
"public_documentation_anchor": "/guides/stripe-direct-payment-intent/",
|
|
81
|
-
"reconciliation_operation_ids": [
|
|
82
|
-
"payment_intents.retrieve"
|
|
83
|
-
],
|
|
84
|
-
"restricted_key_permission_labels": [
|
|
85
|
-
"Payment Intents: Read"
|
|
86
|
-
],
|
|
87
|
-
"setup_probe_operation_ids": [
|
|
88
|
-
"payment_intents.list_probe"
|
|
89
|
-
],
|
|
90
|
-
"unsupported_options": [
|
|
91
|
-
"connect",
|
|
92
|
-
"manual_capture_provisioning"
|
|
93
|
-
],
|
|
94
|
-
"webhook_event_group_ids": [
|
|
95
|
-
"payment_intent_lifecycle"
|
|
96
|
-
],
|
|
97
|
-
"minimum_versions": {
|
|
98
|
-
"browser_sdk": "2.4.0",
|
|
99
|
-
"react_sdk": "2.9.0",
|
|
100
|
-
"request_api": "2022-11-15",
|
|
101
|
-
"server_sdk": "12.18.0",
|
|
102
|
-
"status": "candidate"
|
|
103
|
-
},
|
|
104
|
-
"proxy_merchant_event_types": [
|
|
105
|
-
"provider_acquisition.cancelled",
|
|
106
|
-
"provider_acquisition.failed",
|
|
107
|
-
"provider_acquisition.processing",
|
|
108
|
-
"provider_acquisition.reconciliation_required",
|
|
109
|
-
"provider_acquisition.requires_action",
|
|
110
|
-
"payment_attempt.processing",
|
|
111
|
-
"payment_attempt.requires_action",
|
|
112
|
-
"proxy_session.paid"
|
|
113
|
-
]
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"availability": "internal",
|
|
117
|
-
"checkout_ui_mode": "hosted",
|
|
118
|
-
"commercial_mode": "one_time",
|
|
119
|
-
"create_time_features": [
|
|
120
|
-
"checkout_mode_payment",
|
|
121
|
-
"proxy_metadata"
|
|
122
|
-
],
|
|
123
|
-
"dependencies": [
|
|
124
|
-
"setup.webhook_endpoint_verification"
|
|
125
|
-
],
|
|
126
|
-
"id": "one_time.checkout.hosted",
|
|
127
|
-
"integration_path": "checkout_session",
|
|
128
|
-
"local_stripe_cli_event_groups": [
|
|
129
|
-
"checkout_lifecycle",
|
|
130
|
-
"payment_intent_lifecycle"
|
|
131
|
-
],
|
|
132
|
-
"path_id": "OT-CO-H",
|
|
133
|
-
"pricing_modes": [
|
|
134
|
-
"fixed",
|
|
135
|
-
"provider_finalized"
|
|
136
|
-
],
|
|
137
|
-
"public_documentation_anchor": "/guides/stripe-checkout/#hosted",
|
|
138
|
-
"restricted_key_permission_labels": [
|
|
139
|
-
"Checkout Sessions: Read",
|
|
140
|
-
"Payment Intents: Read"
|
|
141
|
-
],
|
|
142
|
-
"setup_probe_operation_ids": [
|
|
143
|
-
"checkout_sessions.list_probe",
|
|
144
|
-
"payment_intents.list_probe"
|
|
145
|
-
],
|
|
146
|
-
"unsupported_options": [
|
|
147
|
-
"after_expiration_recovery",
|
|
148
|
-
"checkout_setup_mode"
|
|
149
|
-
],
|
|
150
|
-
"webhook_event_group_ids": [
|
|
151
|
-
"checkout_lifecycle",
|
|
152
|
-
"payment_intent_lifecycle"
|
|
153
|
-
],
|
|
154
|
-
"minimum_versions": {
|
|
155
|
-
"browser_sdk": "2.4.0",
|
|
156
|
-
"react_sdk": "2.9.0",
|
|
157
|
-
"request_api": "2022-11-15",
|
|
158
|
-
"server_sdk": "12.18.0",
|
|
159
|
-
"status": "candidate"
|
|
160
|
-
},
|
|
161
|
-
"proxy_merchant_event_types": [
|
|
162
|
-
"provider_acquisition.expired",
|
|
163
|
-
"provider_acquisition.processing",
|
|
164
|
-
"provider_acquisition.reconciliation_required",
|
|
165
|
-
"provider_acquisition.requires_action",
|
|
166
|
-
"payment_attempt.processing",
|
|
167
|
-
"payment_attempt.requires_action",
|
|
168
|
-
"proxy_session.paid"
|
|
169
|
-
],
|
|
170
|
-
"reconciliation_operation_ids": [
|
|
171
|
-
"checkout_sessions.retrieve",
|
|
172
|
-
"checkout_sessions.line_items",
|
|
173
|
-
"payment_intents.retrieve"
|
|
174
|
-
]
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"availability": "internal",
|
|
178
|
-
"checkout_ui_mode": "embedded",
|
|
179
|
-
"commercial_mode": "one_time",
|
|
180
|
-
"create_time_features": [
|
|
181
|
-
"checkout_mode_payment",
|
|
182
|
-
"proxy_metadata",
|
|
183
|
-
"ui_mode_embedded"
|
|
184
|
-
],
|
|
185
|
-
"dependencies": [
|
|
186
|
-
"setup.webhook_endpoint_verification"
|
|
187
|
-
],
|
|
188
|
-
"id": "one_time.checkout.embedded",
|
|
189
|
-
"integration_path": "checkout_session",
|
|
190
|
-
"local_stripe_cli_event_groups": [
|
|
191
|
-
"checkout_lifecycle",
|
|
192
|
-
"payment_intent_lifecycle"
|
|
193
|
-
],
|
|
194
|
-
"path_id": "OT-CO-E",
|
|
195
|
-
"pricing_modes": [
|
|
196
|
-
"fixed",
|
|
197
|
-
"provider_finalized"
|
|
198
|
-
],
|
|
199
|
-
"public_documentation_anchor": "/guides/stripe-checkout/#embedded",
|
|
200
|
-
"restricted_key_permission_labels": [
|
|
201
|
-
"Checkout Sessions: Read",
|
|
202
|
-
"Payment Intents: Read"
|
|
203
|
-
],
|
|
204
|
-
"setup_probe_operation_ids": [
|
|
205
|
-
"checkout_sessions.list_probe",
|
|
206
|
-
"payment_intents.list_probe"
|
|
207
|
-
],
|
|
208
|
-
"unsupported_options": [
|
|
209
|
-
"after_expiration_recovery",
|
|
210
|
-
"checkout_setup_mode"
|
|
211
|
-
],
|
|
212
|
-
"webhook_event_group_ids": [
|
|
213
|
-
"checkout_lifecycle",
|
|
214
|
-
"payment_intent_lifecycle"
|
|
215
|
-
],
|
|
216
|
-
"minimum_versions": {
|
|
217
|
-
"browser_sdk": "2.1.8",
|
|
218
|
-
"react_sdk": "2.3.2",
|
|
219
|
-
"request_api": "2023-10-16",
|
|
220
|
-
"server_sdk": "14.0.0",
|
|
221
|
-
"status": "candidate"
|
|
222
|
-
},
|
|
223
|
-
"proxy_merchant_event_types": [
|
|
224
|
-
"provider_acquisition.expired",
|
|
225
|
-
"provider_acquisition.processing",
|
|
226
|
-
"provider_acquisition.reconciliation_required",
|
|
227
|
-
"provider_acquisition.requires_action",
|
|
228
|
-
"payment_attempt.processing",
|
|
229
|
-
"payment_attempt.requires_action",
|
|
230
|
-
"proxy_session.paid"
|
|
231
|
-
],
|
|
232
|
-
"reconciliation_operation_ids": [
|
|
233
|
-
"checkout_sessions.retrieve",
|
|
234
|
-
"checkout_sessions.line_items",
|
|
235
|
-
"payment_intents.retrieve"
|
|
236
|
-
]
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
"availability": "internal",
|
|
240
|
-
"checkout_ui_mode": "custom",
|
|
241
|
-
"commercial_mode": "one_time",
|
|
242
|
-
"create_time_features": [
|
|
243
|
-
"checkout_mode_payment",
|
|
244
|
-
"proxy_metadata",
|
|
245
|
-
"ui_mode_custom"
|
|
246
|
-
],
|
|
247
|
-
"dependencies": [
|
|
248
|
-
"setup.webhook_endpoint_verification"
|
|
249
|
-
],
|
|
250
|
-
"id": "one_time.checkout.custom",
|
|
251
|
-
"integration_path": "checkout_session",
|
|
252
|
-
"local_stripe_cli_event_groups": [
|
|
253
|
-
"checkout_lifecycle",
|
|
254
|
-
"payment_intent_lifecycle"
|
|
255
|
-
],
|
|
256
|
-
"path_id": "OT-CO-C",
|
|
257
|
-
"pricing_modes": [
|
|
258
|
-
"fixed",
|
|
259
|
-
"provider_finalized"
|
|
260
|
-
],
|
|
261
|
-
"public_documentation_anchor": "/guides/stripe-checkout/#custom",
|
|
262
|
-
"restricted_key_permission_labels": [
|
|
263
|
-
"Checkout Sessions: Read",
|
|
264
|
-
"Payment Intents: Read"
|
|
265
|
-
],
|
|
266
|
-
"setup_probe_operation_ids": [
|
|
267
|
-
"checkout_sessions.list_probe",
|
|
268
|
-
"payment_intents.list_probe"
|
|
269
|
-
],
|
|
270
|
-
"unsupported_options": [
|
|
271
|
-
"after_expiration_recovery",
|
|
272
|
-
"checkout_setup_mode"
|
|
273
|
-
],
|
|
274
|
-
"webhook_event_group_ids": [
|
|
275
|
-
"checkout_lifecycle",
|
|
276
|
-
"payment_intent_lifecycle"
|
|
277
|
-
],
|
|
278
|
-
"minimum_versions": {
|
|
279
|
-
"browser_sdk": "7.0.0",
|
|
280
|
-
"react_sdk": "3.6.0",
|
|
281
|
-
"request_api": "2025-03-31.basil",
|
|
282
|
-
"server_sdk": "18.0.0",
|
|
283
|
-
"status": "candidate"
|
|
284
|
-
},
|
|
285
|
-
"proxy_merchant_event_types": [
|
|
286
|
-
"provider_acquisition.expired",
|
|
287
|
-
"provider_acquisition.processing",
|
|
288
|
-
"provider_acquisition.reconciliation_required",
|
|
289
|
-
"provider_acquisition.requires_action",
|
|
290
|
-
"payment_attempt.processing",
|
|
291
|
-
"payment_attempt.requires_action",
|
|
292
|
-
"proxy_session.paid"
|
|
293
|
-
],
|
|
294
|
-
"reconciliation_operation_ids": [
|
|
295
|
-
"checkout_sessions.retrieve",
|
|
296
|
-
"checkout_sessions.line_items",
|
|
297
|
-
"payment_intents.retrieve"
|
|
298
|
-
]
|
|
299
|
-
},
|
|
300
|
-
{
|
|
301
|
-
"availability": "disabled",
|
|
302
|
-
"checkout_ui_mode": null,
|
|
303
|
-
"commercial_mode": "subscription",
|
|
304
|
-
"dependencies": [
|
|
305
|
-
"setup.webhook_endpoint_verification"
|
|
306
|
-
],
|
|
307
|
-
"id": "subscription.direct_setup_intent",
|
|
308
|
-
"integration_path": "direct_subscription",
|
|
309
|
-
"path_id": "SUB-SI",
|
|
310
|
-
"pricing_modes": [
|
|
311
|
-
"fixed"
|
|
312
|
-
],
|
|
313
|
-
"public_documentation_anchor": "/guides/stripe-direct-subscriptions/#setup-intent",
|
|
314
|
-
"create_time_features": [
|
|
315
|
-
"charge_automatically",
|
|
316
|
-
"fixed_discount",
|
|
317
|
-
"fixed_price",
|
|
318
|
-
"fixed_quantity",
|
|
319
|
-
"setup_intent",
|
|
320
|
-
"trial"
|
|
321
|
-
],
|
|
322
|
-
"local_stripe_cli_event_groups": [
|
|
323
|
-
"payment_intent_lifecycle",
|
|
324
|
-
"setup_intent_lifecycle",
|
|
325
|
-
"subscription_invoice_lifecycle"
|
|
326
|
-
],
|
|
327
|
-
"minimum_versions": {
|
|
328
|
-
"browser_sdk": "2.4.0",
|
|
329
|
-
"react_sdk": "2.9.0",
|
|
330
|
-
"request_api": "2022-11-15",
|
|
331
|
-
"server_sdk": "12.18.0",
|
|
332
|
-
"status": "candidate"
|
|
333
|
-
},
|
|
334
|
-
"proxy_merchant_event_types": [
|
|
335
|
-
"provider_acquisition.cancelled",
|
|
336
|
-
"provider_acquisition.failed",
|
|
337
|
-
"provider_acquisition.prepared",
|
|
338
|
-
"provider_acquisition.processing",
|
|
339
|
-
"provider_acquisition.reconciliation_required",
|
|
340
|
-
"provider_acquisition.requires_action",
|
|
341
|
-
"proxy_session.paid",
|
|
342
|
-
"proxy_session.provisionable",
|
|
343
|
-
"subscription.activated",
|
|
344
|
-
"subscription.cancel_scheduled",
|
|
345
|
-
"subscription.cancel_schedule_removed",
|
|
346
|
-
"subscription.cancelled",
|
|
347
|
-
"subscription.changed",
|
|
348
|
-
"subscription.configuration_action_required",
|
|
349
|
-
"subscription.invoice_finalization_failed",
|
|
350
|
-
"subscription.invoice_uncollectible",
|
|
351
|
-
"subscription.invoice_voided",
|
|
352
|
-
"subscription.paused",
|
|
353
|
-
"subscription.payment_action_required",
|
|
354
|
-
"subscription.payment_failed",
|
|
355
|
-
"subscription.resumed",
|
|
356
|
-
"subscription.renewed",
|
|
357
|
-
"subscription.trial_ending"
|
|
358
|
-
],
|
|
359
|
-
"reconciliation_operation_ids": [
|
|
360
|
-
"setup_intents.retrieve",
|
|
361
|
-
"subscriptions.retrieve",
|
|
362
|
-
"subscription_items.list_by_subscription",
|
|
363
|
-
"invoices.retrieve",
|
|
364
|
-
"invoices.list_by_subscription",
|
|
365
|
-
"invoices.line_items",
|
|
366
|
-
"payment_intents.retrieve"
|
|
367
|
-
],
|
|
368
|
-
"restricted_key_permission_labels": [
|
|
369
|
-
"Setup Intents: Read",
|
|
370
|
-
"Subscriptions: Read",
|
|
371
|
-
"Invoices: Read",
|
|
372
|
-
"Payment Intents: Read"
|
|
373
|
-
],
|
|
374
|
-
"setup_probe_operation_ids": [
|
|
375
|
-
"setup_intents.list_probe",
|
|
376
|
-
"subscriptions.list_probe",
|
|
377
|
-
"invoices.list_probe",
|
|
378
|
-
"payment_intents.list_probe"
|
|
379
|
-
],
|
|
380
|
-
"unsupported_options": [
|
|
381
|
-
"automatic_tax",
|
|
382
|
-
"connect",
|
|
383
|
-
"direct_trial_without_payment_method",
|
|
384
|
-
"managed_payments",
|
|
385
|
-
"metered_billing",
|
|
386
|
-
"multiple_invoice_payments",
|
|
387
|
-
"out_of_band_payment",
|
|
388
|
-
"pending_invoice_items",
|
|
389
|
-
"payment_records",
|
|
390
|
-
"promotion_code_choice",
|
|
391
|
-
"send_invoice",
|
|
392
|
-
"subscription_schedules"
|
|
393
|
-
],
|
|
394
|
-
"webhook_event_group_ids": [
|
|
395
|
-
"payment_intent_lifecycle",
|
|
396
|
-
"setup_intent_lifecycle",
|
|
397
|
-
"subscription_invoice_lifecycle"
|
|
398
|
-
]
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
"availability": "disabled",
|
|
402
|
-
"checkout_ui_mode": null,
|
|
403
|
-
"commercial_mode": "subscription",
|
|
404
|
-
"dependencies": [
|
|
405
|
-
"setup.webhook_endpoint_verification"
|
|
406
|
-
],
|
|
407
|
-
"id": "subscription.direct_saved_payment_method",
|
|
408
|
-
"integration_path": "direct_subscription",
|
|
409
|
-
"path_id": "SUB-SAVED",
|
|
410
|
-
"pricing_modes": [
|
|
411
|
-
"fixed"
|
|
412
|
-
],
|
|
413
|
-
"public_documentation_anchor": "/guides/stripe-direct-subscriptions/#saved-payment-method",
|
|
414
|
-
"webhook_event_group_ids": [
|
|
415
|
-
"payment_intent_lifecycle",
|
|
416
|
-
"subscription_invoice_lifecycle"
|
|
417
|
-
],
|
|
418
|
-
"create_time_features": [
|
|
419
|
-
"charge_automatically",
|
|
420
|
-
"fixed_discount",
|
|
421
|
-
"fixed_price",
|
|
422
|
-
"fixed_quantity",
|
|
423
|
-
"saved_payment_method",
|
|
424
|
-
"trial"
|
|
425
|
-
],
|
|
426
|
-
"local_stripe_cli_event_groups": [
|
|
427
|
-
"payment_intent_lifecycle",
|
|
428
|
-
"subscription_invoice_lifecycle"
|
|
429
|
-
],
|
|
430
|
-
"minimum_versions": {
|
|
431
|
-
"browser_sdk": "2.4.0",
|
|
432
|
-
"react_sdk": "2.9.0",
|
|
433
|
-
"request_api": "2022-11-15",
|
|
434
|
-
"server_sdk": "12.18.0",
|
|
435
|
-
"status": "candidate"
|
|
436
|
-
},
|
|
437
|
-
"proxy_merchant_event_types": [
|
|
438
|
-
"provider_acquisition.failed",
|
|
439
|
-
"provider_acquisition.reconciliation_required",
|
|
440
|
-
"proxy_session.paid",
|
|
441
|
-
"proxy_session.provisionable",
|
|
442
|
-
"subscription.activated",
|
|
443
|
-
"subscription.cancel_scheduled",
|
|
444
|
-
"subscription.cancel_schedule_removed",
|
|
445
|
-
"subscription.cancelled",
|
|
446
|
-
"subscription.changed",
|
|
447
|
-
"subscription.configuration_action_required",
|
|
448
|
-
"subscription.invoice_finalization_failed",
|
|
449
|
-
"subscription.invoice_uncollectible",
|
|
450
|
-
"subscription.invoice_voided",
|
|
451
|
-
"subscription.paused",
|
|
452
|
-
"subscription.payment_action_required",
|
|
453
|
-
"subscription.payment_failed",
|
|
454
|
-
"subscription.resumed",
|
|
455
|
-
"subscription.renewed",
|
|
456
|
-
"subscription.trial_ending"
|
|
457
|
-
],
|
|
458
|
-
"reconciliation_operation_ids": [
|
|
459
|
-
"subscriptions.retrieve",
|
|
460
|
-
"subscription_items.list_by_subscription",
|
|
461
|
-
"invoices.retrieve",
|
|
462
|
-
"invoices.list_by_subscription",
|
|
463
|
-
"invoices.line_items",
|
|
464
|
-
"payment_intents.retrieve"
|
|
465
|
-
],
|
|
466
|
-
"restricted_key_permission_labels": [
|
|
467
|
-
"Subscriptions: Read",
|
|
468
|
-
"Invoices: Read",
|
|
469
|
-
"Payment Intents: Read"
|
|
470
|
-
],
|
|
471
|
-
"setup_probe_operation_ids": [
|
|
472
|
-
"subscriptions.list_probe",
|
|
473
|
-
"invoices.list_probe",
|
|
474
|
-
"payment_intents.list_probe"
|
|
475
|
-
],
|
|
476
|
-
"unsupported_options": [
|
|
477
|
-
"automatic_tax",
|
|
478
|
-
"connect",
|
|
479
|
-
"managed_payments",
|
|
480
|
-
"metered_billing",
|
|
481
|
-
"multiple_invoice_payments",
|
|
482
|
-
"out_of_band_payment",
|
|
483
|
-
"pending_invoice_items",
|
|
484
|
-
"payment_records",
|
|
485
|
-
"promotion_code_choice",
|
|
486
|
-
"send_invoice",
|
|
487
|
-
"subscription_schedules"
|
|
488
|
-
]
|
|
489
|
-
},
|
|
490
|
-
{
|
|
491
|
-
"availability": "disabled",
|
|
492
|
-
"checkout_ui_mode": "hosted",
|
|
493
|
-
"commercial_mode": "subscription",
|
|
494
|
-
"create_time_features": [
|
|
495
|
-
"checkout_mode_subscription",
|
|
496
|
-
"charge_automatically"
|
|
497
|
-
],
|
|
498
|
-
"dependencies": [
|
|
499
|
-
"setup.webhook_endpoint_verification"
|
|
500
|
-
],
|
|
501
|
-
"id": "subscription.checkout.hosted",
|
|
502
|
-
"integration_path": "checkout_session",
|
|
503
|
-
"path_id": "SUB-CO-H",
|
|
504
|
-
"pricing_modes": [
|
|
505
|
-
"fixed",
|
|
506
|
-
"provider_finalized"
|
|
507
|
-
],
|
|
508
|
-
"public_documentation_anchor": "/guides/stripe-checkout/#subscriptions",
|
|
509
|
-
"local_stripe_cli_event_groups": [
|
|
510
|
-
"checkout_lifecycle",
|
|
511
|
-
"payment_intent_lifecycle",
|
|
512
|
-
"subscription_invoice_lifecycle"
|
|
513
|
-
],
|
|
514
|
-
"minimum_versions": {
|
|
515
|
-
"browser_sdk": "2.4.0",
|
|
516
|
-
"react_sdk": "2.9.0",
|
|
517
|
-
"request_api": "2022-11-15",
|
|
518
|
-
"server_sdk": "12.18.0",
|
|
519
|
-
"status": "candidate"
|
|
520
|
-
},
|
|
521
|
-
"proxy_merchant_event_types": [
|
|
522
|
-
"proxy_session.provisionable",
|
|
523
|
-
"subscription.cancel_scheduled",
|
|
524
|
-
"subscription.cancelled",
|
|
525
|
-
"subscription.changed",
|
|
526
|
-
"subscription.payment_failed",
|
|
527
|
-
"subscription.renewed"
|
|
528
|
-
],
|
|
529
|
-
"reconciliation_operation_ids": [
|
|
530
|
-
"checkout_sessions.retrieve",
|
|
531
|
-
"checkout_sessions.line_items",
|
|
532
|
-
"subscriptions.retrieve",
|
|
533
|
-
"invoices.retrieve",
|
|
534
|
-
"invoices.line_items",
|
|
535
|
-
"payment_intents.retrieve"
|
|
536
|
-
],
|
|
537
|
-
"restricted_key_permission_labels": [
|
|
538
|
-
"Checkout Sessions: Read",
|
|
539
|
-
"Subscriptions: Read",
|
|
540
|
-
"Invoices: Read",
|
|
541
|
-
"Payment Intents: Read"
|
|
542
|
-
],
|
|
543
|
-
"setup_probe_operation_ids": [
|
|
544
|
-
"subscriptions.list_probe",
|
|
545
|
-
"invoices.list_probe",
|
|
546
|
-
"payment_intents.list_probe"
|
|
547
|
-
],
|
|
548
|
-
"unsupported_options": [
|
|
549
|
-
"metered_billing",
|
|
550
|
-
"multiple_invoice_payments",
|
|
551
|
-
"payment_records",
|
|
552
|
-
"send_invoice"
|
|
553
|
-
],
|
|
554
|
-
"webhook_event_group_ids": [
|
|
555
|
-
"checkout_lifecycle",
|
|
556
|
-
"payment_intent_lifecycle",
|
|
557
|
-
"subscription_invoice_lifecycle"
|
|
558
|
-
]
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"availability": "disabled",
|
|
562
|
-
"checkout_ui_mode": "embedded",
|
|
563
|
-
"commercial_mode": "subscription",
|
|
564
|
-
"create_time_features": [
|
|
565
|
-
"checkout_mode_subscription",
|
|
566
|
-
"ui_mode_embedded"
|
|
567
|
-
],
|
|
568
|
-
"dependencies": [
|
|
569
|
-
"setup.webhook_endpoint_verification"
|
|
570
|
-
],
|
|
571
|
-
"id": "subscription.checkout.embedded",
|
|
572
|
-
"integration_path": "checkout_session",
|
|
573
|
-
"path_id": "SUB-CO-E",
|
|
574
|
-
"pricing_modes": [
|
|
575
|
-
"fixed",
|
|
576
|
-
"provider_finalized"
|
|
577
|
-
],
|
|
578
|
-
"public_documentation_anchor": "/guides/stripe-checkout/#subscriptions",
|
|
579
|
-
"local_stripe_cli_event_groups": [
|
|
580
|
-
"checkout_lifecycle",
|
|
581
|
-
"payment_intent_lifecycle",
|
|
582
|
-
"subscription_invoice_lifecycle"
|
|
583
|
-
],
|
|
584
|
-
"minimum_versions": {
|
|
585
|
-
"browser_sdk": "2.1.8",
|
|
586
|
-
"react_sdk": "2.3.2",
|
|
587
|
-
"request_api": "2023-10-16",
|
|
588
|
-
"server_sdk": "14.0.0",
|
|
589
|
-
"status": "candidate"
|
|
590
|
-
},
|
|
591
|
-
"proxy_merchant_event_types": [
|
|
592
|
-
"proxy_session.provisionable",
|
|
593
|
-
"subscription.cancel_scheduled",
|
|
594
|
-
"subscription.cancelled",
|
|
595
|
-
"subscription.changed",
|
|
596
|
-
"subscription.payment_failed",
|
|
597
|
-
"subscription.renewed"
|
|
598
|
-
],
|
|
599
|
-
"reconciliation_operation_ids": [
|
|
600
|
-
"checkout_sessions.retrieve",
|
|
601
|
-
"checkout_sessions.line_items",
|
|
602
|
-
"subscriptions.retrieve",
|
|
603
|
-
"invoices.retrieve",
|
|
604
|
-
"invoices.line_items",
|
|
605
|
-
"payment_intents.retrieve"
|
|
606
|
-
],
|
|
607
|
-
"restricted_key_permission_labels": [
|
|
608
|
-
"Checkout Sessions: Read",
|
|
609
|
-
"Subscriptions: Read",
|
|
610
|
-
"Invoices: Read",
|
|
611
|
-
"Payment Intents: Read"
|
|
612
|
-
],
|
|
613
|
-
"setup_probe_operation_ids": [
|
|
614
|
-
"subscriptions.list_probe",
|
|
615
|
-
"invoices.list_probe",
|
|
616
|
-
"payment_intents.list_probe"
|
|
617
|
-
],
|
|
618
|
-
"unsupported_options": [
|
|
619
|
-
"metered_billing",
|
|
620
|
-
"multiple_invoice_payments",
|
|
621
|
-
"payment_records",
|
|
622
|
-
"send_invoice"
|
|
623
|
-
],
|
|
624
|
-
"webhook_event_group_ids": [
|
|
625
|
-
"checkout_lifecycle",
|
|
626
|
-
"payment_intent_lifecycle",
|
|
627
|
-
"subscription_invoice_lifecycle"
|
|
628
|
-
]
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"availability": "disabled",
|
|
632
|
-
"checkout_ui_mode": "custom",
|
|
633
|
-
"commercial_mode": "subscription",
|
|
634
|
-
"create_time_features": [
|
|
635
|
-
"checkout_mode_subscription",
|
|
636
|
-
"ui_mode_custom"
|
|
637
|
-
],
|
|
638
|
-
"dependencies": [
|
|
639
|
-
"setup.webhook_endpoint_verification"
|
|
640
|
-
],
|
|
641
|
-
"id": "subscription.checkout.custom",
|
|
642
|
-
"integration_path": "checkout_session",
|
|
643
|
-
"path_id": "SUB-CO-C",
|
|
644
|
-
"pricing_modes": [
|
|
645
|
-
"fixed",
|
|
646
|
-
"provider_finalized"
|
|
647
|
-
],
|
|
648
|
-
"public_documentation_anchor": "/guides/stripe-checkout/#subscriptions",
|
|
649
|
-
"local_stripe_cli_event_groups": [
|
|
650
|
-
"checkout_lifecycle",
|
|
651
|
-
"payment_intent_lifecycle",
|
|
652
|
-
"subscription_invoice_lifecycle"
|
|
653
|
-
],
|
|
654
|
-
"minimum_versions": {
|
|
655
|
-
"browser_sdk": "7.0.0",
|
|
656
|
-
"react_sdk": "3.6.0",
|
|
657
|
-
"request_api": "2025-03-31.basil",
|
|
658
|
-
"server_sdk": "18.0.0",
|
|
659
|
-
"status": "candidate"
|
|
660
|
-
},
|
|
661
|
-
"proxy_merchant_event_types": [
|
|
662
|
-
"proxy_session.provisionable",
|
|
663
|
-
"subscription.cancel_scheduled",
|
|
664
|
-
"subscription.cancelled",
|
|
665
|
-
"subscription.changed",
|
|
666
|
-
"subscription.payment_failed",
|
|
667
|
-
"subscription.renewed"
|
|
668
|
-
],
|
|
669
|
-
"reconciliation_operation_ids": [
|
|
670
|
-
"checkout_sessions.retrieve",
|
|
671
|
-
"checkout_sessions.line_items",
|
|
672
|
-
"subscriptions.retrieve",
|
|
673
|
-
"invoices.retrieve",
|
|
674
|
-
"invoices.line_items",
|
|
675
|
-
"payment_intents.retrieve"
|
|
676
|
-
],
|
|
677
|
-
"restricted_key_permission_labels": [
|
|
678
|
-
"Checkout Sessions: Read",
|
|
679
|
-
"Subscriptions: Read",
|
|
680
|
-
"Invoices: Read",
|
|
681
|
-
"Payment Intents: Read"
|
|
682
|
-
],
|
|
683
|
-
"setup_probe_operation_ids": [
|
|
684
|
-
"subscriptions.list_probe",
|
|
685
|
-
"invoices.list_probe",
|
|
686
|
-
"payment_intents.list_probe"
|
|
687
|
-
],
|
|
688
|
-
"unsupported_options": [
|
|
689
|
-
"metered_billing",
|
|
690
|
-
"multiple_invoice_payments",
|
|
691
|
-
"payment_records",
|
|
692
|
-
"send_invoice"
|
|
693
|
-
],
|
|
694
|
-
"webhook_event_group_ids": [
|
|
695
|
-
"checkout_lifecycle",
|
|
696
|
-
"payment_intent_lifecycle",
|
|
697
|
-
"subscription_invoice_lifecycle"
|
|
698
|
-
]
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
"availability": "observation_only",
|
|
702
|
-
"checkout_ui_mode": null,
|
|
703
|
-
"commercial_mode": "lifecycle",
|
|
704
|
-
"create_time_features": [],
|
|
705
|
-
"dependencies": [],
|
|
706
|
-
"id": "lifecycle.refunds",
|
|
707
|
-
"integration_path": "refund",
|
|
708
|
-
"local_stripe_cli_event_groups": [
|
|
709
|
-
"refund_lifecycle"
|
|
710
|
-
],
|
|
711
|
-
"path_id": null,
|
|
712
|
-
"pricing_modes": [],
|
|
713
|
-
"public_documentation_anchor": "/reference/stripe-events-and-permissions/#refunds",
|
|
714
|
-
"reconciliation_operation_ids": [
|
|
715
|
-
"refunds.retrieve"
|
|
716
|
-
],
|
|
717
|
-
"restricted_key_permission_labels": [
|
|
718
|
-
"Refunds: Read"
|
|
719
|
-
],
|
|
720
|
-
"setup_probe_operation_ids": [
|
|
721
|
-
"refunds.list_probe"
|
|
722
|
-
],
|
|
723
|
-
"unsupported_options": [
|
|
724
|
-
"automatic_refunds",
|
|
725
|
-
"fee_reversals"
|
|
726
|
-
],
|
|
727
|
-
"webhook_event_group_ids": [
|
|
728
|
-
"refund_lifecycle"
|
|
729
|
-
],
|
|
730
|
-
"minimum_versions": {
|
|
731
|
-
"browser_sdk": null,
|
|
732
|
-
"react_sdk": null,
|
|
733
|
-
"request_api": "2022-11-15",
|
|
734
|
-
"server_sdk": "12.18.0",
|
|
735
|
-
"status": "candidate"
|
|
736
|
-
},
|
|
737
|
-
"proxy_merchant_event_types": [
|
|
738
|
-
"payment_attempt.partially_refunded",
|
|
739
|
-
"payment_attempt.refunded"
|
|
740
|
-
]
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"availability": "observation_only",
|
|
744
|
-
"checkout_ui_mode": null,
|
|
745
|
-
"commercial_mode": "lifecycle",
|
|
746
|
-
"create_time_features": [],
|
|
747
|
-
"dependencies": [],
|
|
748
|
-
"id": "lifecycle.disputes",
|
|
749
|
-
"integration_path": "dispute",
|
|
750
|
-
"local_stripe_cli_event_groups": [
|
|
751
|
-
"dispute_lifecycle"
|
|
752
|
-
],
|
|
753
|
-
"path_id": null,
|
|
754
|
-
"pricing_modes": [],
|
|
755
|
-
"public_documentation_anchor": "/reference/stripe-events-and-permissions/#disputes",
|
|
756
|
-
"reconciliation_operation_ids": [
|
|
757
|
-
"disputes.retrieve"
|
|
758
|
-
],
|
|
759
|
-
"restricted_key_permission_labels": [
|
|
760
|
-
"Disputes: Read"
|
|
761
|
-
],
|
|
762
|
-
"setup_probe_operation_ids": [
|
|
763
|
-
"disputes.list_probe"
|
|
764
|
-
],
|
|
765
|
-
"unsupported_options": [
|
|
766
|
-
"automatic_revocation",
|
|
767
|
-
"case_management",
|
|
768
|
-
"fee_reversals"
|
|
769
|
-
],
|
|
770
|
-
"webhook_event_group_ids": [
|
|
771
|
-
"dispute_lifecycle"
|
|
772
|
-
],
|
|
773
|
-
"minimum_versions": {
|
|
774
|
-
"browser_sdk": null,
|
|
775
|
-
"react_sdk": null,
|
|
776
|
-
"request_api": "2022-11-15",
|
|
777
|
-
"server_sdk": "12.18.0",
|
|
778
|
-
"status": "candidate"
|
|
779
|
-
},
|
|
780
|
-
"proxy_merchant_event_types": [
|
|
781
|
-
"payment_attempt.dispute_lost",
|
|
782
|
-
"payment_attempt.dispute_won",
|
|
783
|
-
"payment_attempt.disputed"
|
|
784
|
-
]
|
|
785
|
-
},
|
|
786
|
-
{
|
|
787
|
-
"availability": "general_availability",
|
|
788
|
-
"checkout_ui_mode": null,
|
|
789
|
-
"commercial_mode": "reconciliation",
|
|
790
|
-
"create_time_features": [],
|
|
791
|
-
"dependencies": [],
|
|
792
|
-
"id": "reconciliation.legacy_metadata_search",
|
|
793
|
-
"integration_path": "legacy_metadata_search",
|
|
794
|
-
"local_stripe_cli_event_groups": [],
|
|
795
|
-
"path_id": null,
|
|
796
|
-
"pricing_modes": [],
|
|
797
|
-
"proxy_merchant_event_types": [],
|
|
798
|
-
"public_documentation_anchor": "/reference/stripe-events-and-permissions/#legacy-search",
|
|
799
|
-
"reconciliation_operation_ids": [
|
|
800
|
-
"payment_intents.search"
|
|
801
|
-
],
|
|
802
|
-
"restricted_key_permission_labels": [
|
|
803
|
-
"Payment Intents: Read"
|
|
804
|
-
],
|
|
805
|
-
"setup_probe_operation_ids": [
|
|
806
|
-
"payment_intents.list_probe"
|
|
807
|
-
],
|
|
808
|
-
"unsupported_options": [
|
|
809
|
-
"required_for_new_acquisitions"
|
|
810
|
-
],
|
|
811
|
-
"webhook_event_group_ids": [],
|
|
812
|
-
"minimum_versions": {
|
|
813
|
-
"browser_sdk": null,
|
|
814
|
-
"react_sdk": null,
|
|
815
|
-
"request_api": "2022-11-15",
|
|
816
|
-
"server_sdk": "12.18.0",
|
|
817
|
-
"status": "existing_contract"
|
|
818
|
-
}
|
|
819
|
-
}
|
|
820
|
-
],
|
|
821
|
-
"legacy_cli_event_types": [
|
|
822
|
-
"checkout.session.completed",
|
|
823
|
-
"customer.subscription.deleted",
|
|
824
|
-
"customer.subscription.updated",
|
|
825
|
-
"invoice.paid",
|
|
826
|
-
"invoice.payment_failed",
|
|
827
|
-
"payment_intent.canceled",
|
|
828
|
-
"payment_intent.payment_failed",
|
|
829
|
-
"payment_intent.succeeded"
|
|
830
|
-
],
|
|
831
|
-
"operation_catalog": [
|
|
832
|
-
{
|
|
833
|
-
"id": "checkout_sessions.list_probe",
|
|
834
|
-
"method": "GET",
|
|
835
|
-
"path": "/v1/checkout/sessions?limit=1",
|
|
836
|
-
"permission": {
|
|
837
|
-
"access": "Read",
|
|
838
|
-
"resource": "Checkout Sessions"
|
|
839
|
-
},
|
|
840
|
-
"setup_probe": true
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
"id": "checkout_sessions.line_items",
|
|
844
|
-
"method": "GET",
|
|
845
|
-
"path": "/v1/checkout/sessions/:id/line_items",
|
|
846
|
-
"permission": {
|
|
847
|
-
"access": "Read",
|
|
848
|
-
"resource": "Checkout Sessions"
|
|
849
|
-
}
|
|
850
|
-
},
|
|
851
|
-
{
|
|
852
|
-
"id": "checkout_sessions.retrieve",
|
|
853
|
-
"method": "GET",
|
|
854
|
-
"path": "/v1/checkout/sessions/:id",
|
|
855
|
-
"permission": {
|
|
856
|
-
"access": "Read",
|
|
857
|
-
"resource": "Checkout Sessions"
|
|
858
|
-
}
|
|
859
|
-
},
|
|
860
|
-
{
|
|
861
|
-
"id": "disputes.list_probe",
|
|
862
|
-
"method": "GET",
|
|
863
|
-
"path": "/v1/disputes?limit=1",
|
|
864
|
-
"permission": {
|
|
865
|
-
"access": "Read",
|
|
866
|
-
"resource": "Disputes"
|
|
867
|
-
},
|
|
868
|
-
"setup_probe": true
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
"id": "disputes.retrieve",
|
|
872
|
-
"method": "GET",
|
|
873
|
-
"path": "/v1/disputes/:id",
|
|
874
|
-
"permission": {
|
|
875
|
-
"access": "Read",
|
|
876
|
-
"resource": "Disputes"
|
|
877
|
-
}
|
|
878
|
-
},
|
|
879
|
-
{
|
|
880
|
-
"id": "invoices.line_items",
|
|
881
|
-
"method": "GET",
|
|
882
|
-
"path": "/v1/invoices/:id/lines",
|
|
883
|
-
"permission": {
|
|
884
|
-
"access": "Read",
|
|
885
|
-
"resource": "Invoices"
|
|
886
|
-
}
|
|
887
|
-
},
|
|
888
|
-
{
|
|
889
|
-
"id": "invoices.list_by_subscription",
|
|
890
|
-
"method": "GET",
|
|
891
|
-
"path": "/v1/invoices?subscription=:id&limit=100",
|
|
892
|
-
"permission": {
|
|
893
|
-
"access": "Read",
|
|
894
|
-
"resource": "Invoices"
|
|
895
|
-
}
|
|
896
|
-
},
|
|
897
|
-
{
|
|
898
|
-
"id": "invoices.list_probe",
|
|
899
|
-
"method": "GET",
|
|
900
|
-
"path": "/v1/invoices?limit=1",
|
|
901
|
-
"permission": {
|
|
902
|
-
"access": "Read",
|
|
903
|
-
"resource": "Invoices"
|
|
904
|
-
},
|
|
905
|
-
"setup_probe": true
|
|
906
|
-
},
|
|
907
|
-
{
|
|
908
|
-
"id": "invoices.retrieve",
|
|
909
|
-
"method": "GET",
|
|
910
|
-
"path": "/v1/invoices/:id",
|
|
911
|
-
"permission": {
|
|
912
|
-
"access": "Read",
|
|
913
|
-
"resource": "Invoices"
|
|
914
|
-
}
|
|
915
|
-
},
|
|
916
|
-
{
|
|
917
|
-
"id": "payment_intents.list_probe",
|
|
918
|
-
"method": "GET",
|
|
919
|
-
"path": "/v1/payment_intents?limit=1",
|
|
920
|
-
"permission": {
|
|
921
|
-
"access": "Read",
|
|
922
|
-
"resource": "Payment Intents"
|
|
923
|
-
},
|
|
924
|
-
"setup_probe": true
|
|
925
|
-
},
|
|
926
|
-
{
|
|
927
|
-
"id": "payment_intents.retrieve",
|
|
928
|
-
"method": "GET",
|
|
929
|
-
"path": "/v1/payment_intents/:id",
|
|
930
|
-
"permission": {
|
|
931
|
-
"access": "Read",
|
|
932
|
-
"resource": "Payment Intents"
|
|
933
|
-
}
|
|
934
|
-
},
|
|
935
|
-
{
|
|
936
|
-
"id": "payment_intents.search",
|
|
937
|
-
"method": "GET",
|
|
938
|
-
"path": "/v1/payment_intents/search",
|
|
939
|
-
"permission": {
|
|
940
|
-
"access": "Read",
|
|
941
|
-
"resource": "Payment Intents"
|
|
942
|
-
}
|
|
943
|
-
},
|
|
944
|
-
{
|
|
945
|
-
"id": "refunds.list_probe",
|
|
946
|
-
"method": "GET",
|
|
947
|
-
"path": "/v1/refunds?limit=1",
|
|
948
|
-
"permission": {
|
|
949
|
-
"access": "Read",
|
|
950
|
-
"resource": "Refunds"
|
|
951
|
-
},
|
|
952
|
-
"setup_probe": true
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"id": "refunds.retrieve",
|
|
956
|
-
"method": "GET",
|
|
957
|
-
"path": "/v1/refunds/:id",
|
|
958
|
-
"permission": {
|
|
959
|
-
"access": "Read",
|
|
960
|
-
"resource": "Refunds"
|
|
961
|
-
}
|
|
962
|
-
},
|
|
963
|
-
{
|
|
964
|
-
"id": "setup_intents.list_probe",
|
|
965
|
-
"method": "GET",
|
|
966
|
-
"path": "/v1/setup_intents?limit=1",
|
|
967
|
-
"permission": {
|
|
968
|
-
"access": "Read",
|
|
969
|
-
"resource": "Setup Intents"
|
|
970
|
-
},
|
|
971
|
-
"setup_probe": true
|
|
972
|
-
},
|
|
973
|
-
{
|
|
974
|
-
"id": "setup_intents.retrieve",
|
|
975
|
-
"method": "GET",
|
|
976
|
-
"path": "/v1/setup_intents/:id",
|
|
977
|
-
"permission": {
|
|
978
|
-
"access": "Read",
|
|
979
|
-
"resource": "Setup Intents"
|
|
980
|
-
}
|
|
981
|
-
},
|
|
982
|
-
{
|
|
983
|
-
"id": "subscriptions.list_probe",
|
|
984
|
-
"method": "GET",
|
|
985
|
-
"path": "/v1/subscriptions?limit=1",
|
|
986
|
-
"permission": {
|
|
987
|
-
"access": "Read",
|
|
988
|
-
"resource": "Subscriptions"
|
|
989
|
-
},
|
|
990
|
-
"setup_probe": true
|
|
991
|
-
},
|
|
992
|
-
{
|
|
993
|
-
"id": "subscriptions.retrieve",
|
|
994
|
-
"method": "GET",
|
|
995
|
-
"path": "/v1/subscriptions/:id",
|
|
996
|
-
"permission": {
|
|
997
|
-
"access": "Read",
|
|
998
|
-
"resource": "Subscriptions"
|
|
999
|
-
}
|
|
1000
|
-
},
|
|
1001
|
-
{
|
|
1002
|
-
"id": "subscription_items.list_by_subscription",
|
|
1003
|
-
"method": "GET",
|
|
1004
|
-
"path": "/v1/subscription_items?subscription=:id&limit=100",
|
|
1005
|
-
"permission": {
|
|
1006
|
-
"access": "Read",
|
|
1007
|
-
"resource": "Subscriptions"
|
|
1008
|
-
}
|
|
1009
|
-
},
|
|
1010
|
-
{
|
|
1011
|
-
"id": "webhook_endpoints.list_probe",
|
|
1012
|
-
"method": "GET",
|
|
1013
|
-
"path": "/v1/webhook_endpoints?limit=1",
|
|
1014
|
-
"permission": {
|
|
1015
|
-
"access": "Read",
|
|
1016
|
-
"resource": "Webhook Endpoints"
|
|
1017
|
-
},
|
|
1018
|
-
"setup_probe": true
|
|
1019
|
-
},
|
|
1020
|
-
{
|
|
1021
|
-
"id": "webhook_endpoints.retrieve",
|
|
1022
|
-
"method": "GET",
|
|
1023
|
-
"path": "/v1/webhook_endpoints/:id",
|
|
1024
|
-
"permission": {
|
|
1025
|
-
"access": "Read",
|
|
1026
|
-
"resource": "Webhook Endpoints"
|
|
1027
|
-
},
|
|
1028
|
-
"setup_probe": true
|
|
1029
|
-
}
|
|
1030
|
-
],
|
|
1031
|
-
"webhook_event_profiles": [
|
|
1032
|
-
{
|
|
1033
|
-
"id": "classic_2022_11_15",
|
|
1034
|
-
"maximum_api_version": "2024-10-27",
|
|
1035
|
-
"minimum_api_version": "2022-11-15",
|
|
1036
|
-
"event_groups": {
|
|
1037
|
-
"checkout_lifecycle": {
|
|
1038
|
-
"required_event_types": [
|
|
1039
|
-
"checkout.session.async_payment_failed",
|
|
1040
|
-
"checkout.session.async_payment_succeeded",
|
|
1041
|
-
"checkout.session.completed",
|
|
1042
|
-
"checkout.session.expired"
|
|
1043
|
-
]
|
|
1044
|
-
},
|
|
1045
|
-
"dispute_lifecycle": {
|
|
1046
|
-
"required_event_types": [
|
|
1047
|
-
"charge.dispute.closed",
|
|
1048
|
-
"charge.dispute.created",
|
|
1049
|
-
"charge.dispute.updated"
|
|
1050
|
-
]
|
|
1051
|
-
},
|
|
1052
|
-
"payment_intent_lifecycle": {
|
|
1053
|
-
"required_event_types": [
|
|
1054
|
-
"payment_intent.canceled",
|
|
1055
|
-
"payment_intent.payment_failed",
|
|
1056
|
-
"payment_intent.processing",
|
|
1057
|
-
"payment_intent.succeeded"
|
|
1058
|
-
]
|
|
1059
|
-
},
|
|
1060
|
-
"refund_lifecycle": {
|
|
1061
|
-
"required_event_types": [
|
|
1062
|
-
"charge.refunded"
|
|
1063
|
-
]
|
|
1064
|
-
},
|
|
1065
|
-
"setup_intent_lifecycle": {
|
|
1066
|
-
"required_event_types": [
|
|
1067
|
-
"setup_intent.canceled",
|
|
1068
|
-
"setup_intent.created",
|
|
1069
|
-
"setup_intent.requires_action",
|
|
1070
|
-
"setup_intent.setup_failed",
|
|
1071
|
-
"setup_intent.succeeded"
|
|
1072
|
-
]
|
|
1073
|
-
},
|
|
1074
|
-
"subscription_invoice_lifecycle": {
|
|
1075
|
-
"optional_event_types": [
|
|
1076
|
-
"customer.subscription.paused",
|
|
1077
|
-
"customer.subscription.resumed"
|
|
1078
|
-
],
|
|
1079
|
-
"required_event_types": [
|
|
1080
|
-
"customer.subscription.created",
|
|
1081
|
-
"customer.subscription.deleted",
|
|
1082
|
-
"customer.subscription.trial_will_end",
|
|
1083
|
-
"customer.subscription.updated",
|
|
1084
|
-
"invoice.finalization_failed",
|
|
1085
|
-
"invoice.marked_uncollectible",
|
|
1086
|
-
"invoice.paid",
|
|
1087
|
-
"invoice.payment_action_required",
|
|
1088
|
-
"invoice.payment_failed",
|
|
1089
|
-
"invoice.voided"
|
|
1090
|
-
]
|
|
1091
|
-
}
|
|
1092
|
-
}
|
|
1093
|
-
},
|
|
1094
|
-
{
|
|
1095
|
-
"id": "classic_2024_10_28_acacia_and_newer",
|
|
1096
|
-
"maximum_api_version": null,
|
|
1097
|
-
"minimum_api_version": "2024-10-28.acacia",
|
|
1098
|
-
"event_groups": {
|
|
1099
|
-
"checkout_lifecycle": {
|
|
1100
|
-
"required_event_types": [
|
|
1101
|
-
"checkout.session.async_payment_failed",
|
|
1102
|
-
"checkout.session.async_payment_succeeded",
|
|
1103
|
-
"checkout.session.completed",
|
|
1104
|
-
"checkout.session.expired"
|
|
1105
|
-
]
|
|
1106
|
-
},
|
|
1107
|
-
"dispute_lifecycle": {
|
|
1108
|
-
"required_event_types": [
|
|
1109
|
-
"charge.dispute.closed",
|
|
1110
|
-
"charge.dispute.created",
|
|
1111
|
-
"charge.dispute.updated"
|
|
1112
|
-
]
|
|
1113
|
-
},
|
|
1114
|
-
"payment_intent_lifecycle": {
|
|
1115
|
-
"required_event_types": [
|
|
1116
|
-
"payment_intent.canceled",
|
|
1117
|
-
"payment_intent.payment_failed",
|
|
1118
|
-
"payment_intent.processing",
|
|
1119
|
-
"payment_intent.succeeded"
|
|
1120
|
-
]
|
|
1121
|
-
},
|
|
1122
|
-
"refund_lifecycle": {
|
|
1123
|
-
"optional_event_types": [
|
|
1124
|
-
"charge.refunded"
|
|
1125
|
-
],
|
|
1126
|
-
"required_event_types": [
|
|
1127
|
-
"refund.created",
|
|
1128
|
-
"refund.failed",
|
|
1129
|
-
"refund.updated"
|
|
1130
|
-
]
|
|
1131
|
-
},
|
|
1132
|
-
"setup_intent_lifecycle": {
|
|
1133
|
-
"required_event_types": [
|
|
1134
|
-
"setup_intent.canceled",
|
|
1135
|
-
"setup_intent.created",
|
|
1136
|
-
"setup_intent.requires_action",
|
|
1137
|
-
"setup_intent.setup_failed",
|
|
1138
|
-
"setup_intent.succeeded"
|
|
1139
|
-
]
|
|
1140
|
-
},
|
|
1141
|
-
"subscription_invoice_lifecycle": {
|
|
1142
|
-
"optional_event_types": [
|
|
1143
|
-
"customer.subscription.paused",
|
|
1144
|
-
"customer.subscription.resumed"
|
|
1145
|
-
],
|
|
1146
|
-
"required_event_types": [
|
|
1147
|
-
"customer.subscription.created",
|
|
1148
|
-
"customer.subscription.deleted",
|
|
1149
|
-
"customer.subscription.trial_will_end",
|
|
1150
|
-
"customer.subscription.updated",
|
|
1151
|
-
"invoice.finalization_failed",
|
|
1152
|
-
"invoice.marked_uncollectible",
|
|
1153
|
-
"invoice.paid",
|
|
1154
|
-
"invoice.payment_action_required",
|
|
1155
|
-
"invoice.payment_failed",
|
|
1156
|
-
"invoice.voided"
|
|
1157
|
-
]
|
|
1158
|
-
}
|
|
1159
|
-
}
|
|
1160
|
-
}
|
|
1161
|
-
]
|
|
1162
|
-
};
|