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