@proxy-checkout/cli 0.1.1-prx-146.153.1 → 0.1.1-prx-144.155.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/dist/cjs/cli.d.cts +1 -1
- package/dist/cjs/cli.d.ts +1 -1
- package/dist/cjs/cli.js +1 -1
- package/dist/cjs/generated/stripe-integration-capabilities-version.d.cts +15 -31
- package/dist/cjs/generated/stripe-integration-capabilities-version.d.ts +15 -31
- package/dist/cjs/generated/stripe-integration-capabilities-version.js +39 -111
- package/dist/esm/cli.d.ts +1 -1
- package/dist/esm/cli.js +1 -1
- package/dist/esm/generated/stripe-integration-capabilities-version.d.ts +15 -31
- package/dist/esm/generated/stripe-integration-capabilities-version.js +39 -111
- package/package.json +1 -1
package/dist/cjs/cli.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CliConfigStore } from "./config.js";
|
|
2
2
|
import { type CliIo } from "./output.js";
|
|
3
|
-
export declare const cliVersion = "0.1.1-prx-
|
|
3
|
+
export declare const cliVersion = "0.1.1-prx-144.155.1";
|
|
4
4
|
export interface RunCliOptions {
|
|
5
5
|
configStore?: CliConfigStore;
|
|
6
6
|
environment?: NodeJS.ProcessEnv;
|
package/dist/cjs/cli.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CliConfigStore } from "./config.js";
|
|
2
2
|
import { type CliIo } from "./output.js";
|
|
3
|
-
export declare const cliVersion = "0.1.1-prx-
|
|
3
|
+
export declare const cliVersion = "0.1.1-prx-144.155.1";
|
|
4
4
|
export interface RunCliOptions {
|
|
5
5
|
configStore?: CliConfigStore;
|
|
6
6
|
environment?: NodeJS.ProcessEnv;
|
package/dist/cjs/cli.js
CHANGED
|
@@ -10,7 +10,7 @@ const errors_js_1 = require("./errors.js");
|
|
|
10
10
|
const output_js_1 = require("./output.js");
|
|
11
11
|
const stripe_doctor_js_1 = require("./stripe-doctor.js");
|
|
12
12
|
const webhooks_js_1 = require("./webhooks.js");
|
|
13
|
-
exports.cliVersion = "0.1.1-prx-
|
|
13
|
+
exports.cliVersion = "0.1.1-prx-144.155.1";
|
|
14
14
|
async function runCli(argv, options = {}) {
|
|
15
15
|
const io = options.io ?? {
|
|
16
16
|
isTTY: Boolean(process.stdin.isTTY && process.stdout.isTTY),
|
|
@@ -3,7 +3,7 @@ export declare const stripeLegacyCliEventTypes: readonly ["checkout.session.comp
|
|
|
3
3
|
export declare const stripeIntegrationCapabilitiesManifest: {
|
|
4
4
|
readonly id: "stripe-integration-capabilities";
|
|
5
5
|
readonly manifest_version: 2;
|
|
6
|
-
readonly parser_contract_version:
|
|
6
|
+
readonly parser_contract_version: 1;
|
|
7
7
|
readonly provider: "stripe";
|
|
8
8
|
readonly reconciliation_request_api_version: "2026-06-24.dahlia";
|
|
9
9
|
readonly capabilities: readonly [{
|
|
@@ -42,7 +42,6 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
42
42
|
readonly local_stripe_cli_event_groups: readonly ["payment_intent_lifecycle"];
|
|
43
43
|
readonly path_id: "OT-PI";
|
|
44
44
|
readonly pricing_modes: readonly ["fixed"];
|
|
45
|
-
readonly proxy_merchant_event_types: readonly ["provider_acquisition.failed", "proxy_session.paid"];
|
|
46
45
|
readonly public_documentation_anchor: "/guides/stripe-direct-payment-intent/";
|
|
47
46
|
readonly reconciliation_operation_ids: readonly ["payment_intents.retrieve"];
|
|
48
47
|
readonly restricted_key_permission_labels: readonly ["Payment Intents: Read"];
|
|
@@ -56,6 +55,7 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
56
55
|
readonly server_sdk: "12.18.0";
|
|
57
56
|
readonly status: "candidate";
|
|
58
57
|
};
|
|
58
|
+
readonly proxy_merchant_event_types: readonly ["provider_acquisition.cancelled", "provider_acquisition.failed", "provider_acquisition.processing", "provider_acquisition.reconciliation_required", "provider_acquisition.requires_action", "payment_attempt.processing", "payment_attempt.requires_action", "proxy_session.paid"];
|
|
59
59
|
}, {
|
|
60
60
|
readonly availability: "internal";
|
|
61
61
|
readonly checkout_ui_mode: "hosted";
|
|
@@ -67,7 +67,6 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
67
67
|
readonly local_stripe_cli_event_groups: readonly ["checkout_lifecycle", "payment_intent_lifecycle"];
|
|
68
68
|
readonly path_id: "OT-CO-H";
|
|
69
69
|
readonly pricing_modes: readonly ["fixed", "provider_finalized"];
|
|
70
|
-
readonly proxy_merchant_event_types: readonly ["provider_acquisition.expired", "proxy_session.paid"];
|
|
71
70
|
readonly public_documentation_anchor: "/guides/stripe-checkout/#hosted";
|
|
72
71
|
readonly restricted_key_permission_labels: readonly ["Checkout Sessions: Read", "Payment Intents: Read"];
|
|
73
72
|
readonly setup_probe_operation_ids: readonly ["checkout_sessions.list_probe", "payment_intents.list_probe"];
|
|
@@ -80,6 +79,7 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
80
79
|
readonly server_sdk: "12.18.0";
|
|
81
80
|
readonly status: "candidate";
|
|
82
81
|
};
|
|
82
|
+
readonly proxy_merchant_event_types: readonly ["provider_acquisition.expired", "provider_acquisition.processing", "provider_acquisition.reconciliation_required", "provider_acquisition.requires_action", "payment_attempt.processing", "payment_attempt.requires_action", "proxy_session.paid"];
|
|
83
83
|
readonly reconciliation_operation_ids: readonly ["checkout_sessions.retrieve", "checkout_sessions.line_items", "payment_intents.retrieve"];
|
|
84
84
|
}, {
|
|
85
85
|
readonly availability: "disabled";
|
|
@@ -135,13 +135,13 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
135
135
|
readonly availability: "disabled";
|
|
136
136
|
readonly checkout_ui_mode: null;
|
|
137
137
|
readonly commercial_mode: "subscription";
|
|
138
|
+
readonly create_time_features: readonly ["charge_automatically", "setup_intent", "fixed_price"];
|
|
138
139
|
readonly dependencies: readonly ["setup.webhook_endpoint_verification"];
|
|
139
140
|
readonly id: "subscription.direct_setup_intent";
|
|
140
141
|
readonly integration_path: "direct_subscription";
|
|
141
142
|
readonly path_id: "SUB-SI";
|
|
142
143
|
readonly pricing_modes: readonly ["fixed"];
|
|
143
144
|
readonly public_documentation_anchor: "/guides/stripe-direct-subscriptions/#setup-intent";
|
|
144
|
-
readonly create_time_features: readonly ["charge_automatically", "fixed_discount", "fixed_price", "fixed_quantity", "setup_intent", "trial"];
|
|
145
145
|
readonly local_stripe_cli_event_groups: readonly ["payment_intent_lifecycle", "setup_intent_lifecycle", "subscription_invoice_lifecycle"];
|
|
146
146
|
readonly minimum_versions: {
|
|
147
147
|
readonly browser_sdk: "2.4.0";
|
|
@@ -150,16 +150,17 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
150
150
|
readonly server_sdk: "12.18.0";
|
|
151
151
|
readonly status: "candidate";
|
|
152
152
|
};
|
|
153
|
-
readonly proxy_merchant_event_types: readonly ["
|
|
154
|
-
readonly reconciliation_operation_ids: readonly ["setup_intents.retrieve", "subscriptions.retrieve", "
|
|
153
|
+
readonly proxy_merchant_event_types: readonly ["proxy_session.provisionable", "subscription.cancel_scheduled", "subscription.cancelled", "subscription.changed", "subscription.payment_failed", "subscription.renewed"];
|
|
154
|
+
readonly reconciliation_operation_ids: readonly ["setup_intents.retrieve", "subscriptions.retrieve", "invoices.retrieve", "invoices.line_items", "payment_intents.retrieve"];
|
|
155
155
|
readonly restricted_key_permission_labels: readonly ["Setup Intents: Read", "Subscriptions: Read", "Invoices: Read", "Payment Intents: Read"];
|
|
156
156
|
readonly setup_probe_operation_ids: readonly ["setup_intents.list_probe", "subscriptions.list_probe", "invoices.list_probe", "payment_intents.list_probe"];
|
|
157
|
-
readonly unsupported_options: readonly ["
|
|
157
|
+
readonly unsupported_options: readonly ["metered_billing", "multiple_invoice_payments", "payment_records", "send_invoice"];
|
|
158
158
|
readonly webhook_event_group_ids: readonly ["payment_intent_lifecycle", "setup_intent_lifecycle", "subscription_invoice_lifecycle"];
|
|
159
159
|
}, {
|
|
160
160
|
readonly availability: "disabled";
|
|
161
161
|
readonly checkout_ui_mode: null;
|
|
162
162
|
readonly commercial_mode: "subscription";
|
|
163
|
+
readonly create_time_features: readonly ["charge_automatically", "saved_payment_method", "fixed_price"];
|
|
163
164
|
readonly dependencies: readonly ["setup.webhook_endpoint_verification"];
|
|
164
165
|
readonly id: "subscription.direct_saved_payment_method";
|
|
165
166
|
readonly integration_path: "direct_subscription";
|
|
@@ -167,20 +168,19 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
167
168
|
readonly pricing_modes: readonly ["fixed"];
|
|
168
169
|
readonly public_documentation_anchor: "/guides/stripe-direct-subscriptions/#saved-payment-method";
|
|
169
170
|
readonly webhook_event_group_ids: readonly ["payment_intent_lifecycle", "subscription_invoice_lifecycle"];
|
|
170
|
-
readonly create_time_features: readonly ["charge_automatically", "fixed_discount", "fixed_price", "fixed_quantity", "saved_payment_method", "trial"];
|
|
171
171
|
readonly local_stripe_cli_event_groups: readonly ["payment_intent_lifecycle", "subscription_invoice_lifecycle"];
|
|
172
172
|
readonly minimum_versions: {
|
|
173
|
-
readonly browser_sdk:
|
|
174
|
-
readonly react_sdk:
|
|
173
|
+
readonly browser_sdk: null;
|
|
174
|
+
readonly react_sdk: null;
|
|
175
175
|
readonly request_api: "2022-11-15";
|
|
176
176
|
readonly server_sdk: "12.18.0";
|
|
177
177
|
readonly status: "candidate";
|
|
178
178
|
};
|
|
179
|
-
readonly proxy_merchant_event_types: readonly ["
|
|
180
|
-
readonly reconciliation_operation_ids: readonly ["subscriptions.retrieve", "
|
|
179
|
+
readonly proxy_merchant_event_types: readonly ["proxy_session.provisionable", "subscription.cancel_scheduled", "subscription.cancelled", "subscription.changed", "subscription.payment_failed", "subscription.renewed"];
|
|
180
|
+
readonly reconciliation_operation_ids: readonly ["subscriptions.retrieve", "invoices.retrieve", "invoices.line_items", "payment_intents.retrieve"];
|
|
181
181
|
readonly restricted_key_permission_labels: readonly ["Subscriptions: Read", "Invoices: Read", "Payment Intents: Read"];
|
|
182
182
|
readonly setup_probe_operation_ids: readonly ["subscriptions.list_probe", "invoices.list_probe", "payment_intents.list_probe"];
|
|
183
|
-
readonly unsupported_options: readonly ["
|
|
183
|
+
readonly unsupported_options: readonly ["metered_billing", "multiple_invoice_payments", "payment_records", "send_invoice"];
|
|
184
184
|
}, {
|
|
185
185
|
readonly availability: "disabled";
|
|
186
186
|
readonly checkout_ui_mode: "hosted";
|
|
@@ -383,14 +383,6 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
383
383
|
readonly access: "Read";
|
|
384
384
|
readonly resource: "Invoices";
|
|
385
385
|
};
|
|
386
|
-
}, {
|
|
387
|
-
readonly id: "invoices.list_by_subscription";
|
|
388
|
-
readonly method: "GET";
|
|
389
|
-
readonly path: "/v1/invoices?subscription=:id&limit=100";
|
|
390
|
-
readonly permission: {
|
|
391
|
-
readonly access: "Read";
|
|
392
|
-
readonly resource: "Invoices";
|
|
393
|
-
};
|
|
394
386
|
}, {
|
|
395
387
|
readonly id: "invoices.list_probe";
|
|
396
388
|
readonly method: "GET";
|
|
@@ -484,14 +476,6 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
484
476
|
readonly access: "Read";
|
|
485
477
|
readonly resource: "Subscriptions";
|
|
486
478
|
};
|
|
487
|
-
}, {
|
|
488
|
-
readonly id: "subscription_items.list_by_subscription";
|
|
489
|
-
readonly method: "GET";
|
|
490
|
-
readonly path: "/v1/subscription_items?subscription=:id&limit=100";
|
|
491
|
-
readonly permission: {
|
|
492
|
-
readonly access: "Read";
|
|
493
|
-
readonly resource: "Subscriptions";
|
|
494
|
-
};
|
|
495
479
|
}, {
|
|
496
480
|
readonly id: "webhook_endpoints.list_probe";
|
|
497
481
|
readonly method: "GET";
|
|
@@ -533,7 +517,7 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
533
517
|
};
|
|
534
518
|
readonly subscription_invoice_lifecycle: {
|
|
535
519
|
readonly optional_event_types: readonly ["customer.subscription.paused", "customer.subscription.resumed"];
|
|
536
|
-
readonly required_event_types: readonly ["customer.subscription.created", "customer.subscription.deleted", "customer.subscription.
|
|
520
|
+
readonly required_event_types: readonly ["customer.subscription.created", "customer.subscription.deleted", "customer.subscription.updated", "invoice.paid", "invoice.payment_failed"];
|
|
537
521
|
};
|
|
538
522
|
};
|
|
539
523
|
}, {
|
|
@@ -559,7 +543,7 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
559
543
|
};
|
|
560
544
|
readonly subscription_invoice_lifecycle: {
|
|
561
545
|
readonly optional_event_types: readonly ["customer.subscription.paused", "customer.subscription.resumed"];
|
|
562
|
-
readonly required_event_types: readonly ["customer.subscription.created", "customer.subscription.deleted", "customer.subscription.
|
|
546
|
+
readonly required_event_types: readonly ["customer.subscription.created", "customer.subscription.deleted", "customer.subscription.updated", "invoice.paid", "invoice.payment_failed"];
|
|
563
547
|
};
|
|
564
548
|
};
|
|
565
549
|
}];
|
|
@@ -3,7 +3,7 @@ export declare const stripeLegacyCliEventTypes: readonly ["checkout.session.comp
|
|
|
3
3
|
export declare const stripeIntegrationCapabilitiesManifest: {
|
|
4
4
|
readonly id: "stripe-integration-capabilities";
|
|
5
5
|
readonly manifest_version: 2;
|
|
6
|
-
readonly parser_contract_version:
|
|
6
|
+
readonly parser_contract_version: 1;
|
|
7
7
|
readonly provider: "stripe";
|
|
8
8
|
readonly reconciliation_request_api_version: "2026-06-24.dahlia";
|
|
9
9
|
readonly capabilities: readonly [{
|
|
@@ -42,7 +42,6 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
42
42
|
readonly local_stripe_cli_event_groups: readonly ["payment_intent_lifecycle"];
|
|
43
43
|
readonly path_id: "OT-PI";
|
|
44
44
|
readonly pricing_modes: readonly ["fixed"];
|
|
45
|
-
readonly proxy_merchant_event_types: readonly ["provider_acquisition.failed", "proxy_session.paid"];
|
|
46
45
|
readonly public_documentation_anchor: "/guides/stripe-direct-payment-intent/";
|
|
47
46
|
readonly reconciliation_operation_ids: readonly ["payment_intents.retrieve"];
|
|
48
47
|
readonly restricted_key_permission_labels: readonly ["Payment Intents: Read"];
|
|
@@ -56,6 +55,7 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
56
55
|
readonly server_sdk: "12.18.0";
|
|
57
56
|
readonly status: "candidate";
|
|
58
57
|
};
|
|
58
|
+
readonly proxy_merchant_event_types: readonly ["provider_acquisition.cancelled", "provider_acquisition.failed", "provider_acquisition.processing", "provider_acquisition.reconciliation_required", "provider_acquisition.requires_action", "payment_attempt.processing", "payment_attempt.requires_action", "proxy_session.paid"];
|
|
59
59
|
}, {
|
|
60
60
|
readonly availability: "internal";
|
|
61
61
|
readonly checkout_ui_mode: "hosted";
|
|
@@ -67,7 +67,6 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
67
67
|
readonly local_stripe_cli_event_groups: readonly ["checkout_lifecycle", "payment_intent_lifecycle"];
|
|
68
68
|
readonly path_id: "OT-CO-H";
|
|
69
69
|
readonly pricing_modes: readonly ["fixed", "provider_finalized"];
|
|
70
|
-
readonly proxy_merchant_event_types: readonly ["provider_acquisition.expired", "proxy_session.paid"];
|
|
71
70
|
readonly public_documentation_anchor: "/guides/stripe-checkout/#hosted";
|
|
72
71
|
readonly restricted_key_permission_labels: readonly ["Checkout Sessions: Read", "Payment Intents: Read"];
|
|
73
72
|
readonly setup_probe_operation_ids: readonly ["checkout_sessions.list_probe", "payment_intents.list_probe"];
|
|
@@ -80,6 +79,7 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
80
79
|
readonly server_sdk: "12.18.0";
|
|
81
80
|
readonly status: "candidate";
|
|
82
81
|
};
|
|
82
|
+
readonly proxy_merchant_event_types: readonly ["provider_acquisition.expired", "provider_acquisition.processing", "provider_acquisition.reconciliation_required", "provider_acquisition.requires_action", "payment_attempt.processing", "payment_attempt.requires_action", "proxy_session.paid"];
|
|
83
83
|
readonly reconciliation_operation_ids: readonly ["checkout_sessions.retrieve", "checkout_sessions.line_items", "payment_intents.retrieve"];
|
|
84
84
|
}, {
|
|
85
85
|
readonly availability: "disabled";
|
|
@@ -135,13 +135,13 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
135
135
|
readonly availability: "disabled";
|
|
136
136
|
readonly checkout_ui_mode: null;
|
|
137
137
|
readonly commercial_mode: "subscription";
|
|
138
|
+
readonly create_time_features: readonly ["charge_automatically", "setup_intent", "fixed_price"];
|
|
138
139
|
readonly dependencies: readonly ["setup.webhook_endpoint_verification"];
|
|
139
140
|
readonly id: "subscription.direct_setup_intent";
|
|
140
141
|
readonly integration_path: "direct_subscription";
|
|
141
142
|
readonly path_id: "SUB-SI";
|
|
142
143
|
readonly pricing_modes: readonly ["fixed"];
|
|
143
144
|
readonly public_documentation_anchor: "/guides/stripe-direct-subscriptions/#setup-intent";
|
|
144
|
-
readonly create_time_features: readonly ["charge_automatically", "fixed_discount", "fixed_price", "fixed_quantity", "setup_intent", "trial"];
|
|
145
145
|
readonly local_stripe_cli_event_groups: readonly ["payment_intent_lifecycle", "setup_intent_lifecycle", "subscription_invoice_lifecycle"];
|
|
146
146
|
readonly minimum_versions: {
|
|
147
147
|
readonly browser_sdk: "2.4.0";
|
|
@@ -150,16 +150,17 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
150
150
|
readonly server_sdk: "12.18.0";
|
|
151
151
|
readonly status: "candidate";
|
|
152
152
|
};
|
|
153
|
-
readonly proxy_merchant_event_types: readonly ["
|
|
154
|
-
readonly reconciliation_operation_ids: readonly ["setup_intents.retrieve", "subscriptions.retrieve", "
|
|
153
|
+
readonly proxy_merchant_event_types: readonly ["proxy_session.provisionable", "subscription.cancel_scheduled", "subscription.cancelled", "subscription.changed", "subscription.payment_failed", "subscription.renewed"];
|
|
154
|
+
readonly reconciliation_operation_ids: readonly ["setup_intents.retrieve", "subscriptions.retrieve", "invoices.retrieve", "invoices.line_items", "payment_intents.retrieve"];
|
|
155
155
|
readonly restricted_key_permission_labels: readonly ["Setup Intents: Read", "Subscriptions: Read", "Invoices: Read", "Payment Intents: Read"];
|
|
156
156
|
readonly setup_probe_operation_ids: readonly ["setup_intents.list_probe", "subscriptions.list_probe", "invoices.list_probe", "payment_intents.list_probe"];
|
|
157
|
-
readonly unsupported_options: readonly ["
|
|
157
|
+
readonly unsupported_options: readonly ["metered_billing", "multiple_invoice_payments", "payment_records", "send_invoice"];
|
|
158
158
|
readonly webhook_event_group_ids: readonly ["payment_intent_lifecycle", "setup_intent_lifecycle", "subscription_invoice_lifecycle"];
|
|
159
159
|
}, {
|
|
160
160
|
readonly availability: "disabled";
|
|
161
161
|
readonly checkout_ui_mode: null;
|
|
162
162
|
readonly commercial_mode: "subscription";
|
|
163
|
+
readonly create_time_features: readonly ["charge_automatically", "saved_payment_method", "fixed_price"];
|
|
163
164
|
readonly dependencies: readonly ["setup.webhook_endpoint_verification"];
|
|
164
165
|
readonly id: "subscription.direct_saved_payment_method";
|
|
165
166
|
readonly integration_path: "direct_subscription";
|
|
@@ -167,20 +168,19 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
167
168
|
readonly pricing_modes: readonly ["fixed"];
|
|
168
169
|
readonly public_documentation_anchor: "/guides/stripe-direct-subscriptions/#saved-payment-method";
|
|
169
170
|
readonly webhook_event_group_ids: readonly ["payment_intent_lifecycle", "subscription_invoice_lifecycle"];
|
|
170
|
-
readonly create_time_features: readonly ["charge_automatically", "fixed_discount", "fixed_price", "fixed_quantity", "saved_payment_method", "trial"];
|
|
171
171
|
readonly local_stripe_cli_event_groups: readonly ["payment_intent_lifecycle", "subscription_invoice_lifecycle"];
|
|
172
172
|
readonly minimum_versions: {
|
|
173
|
-
readonly browser_sdk:
|
|
174
|
-
readonly react_sdk:
|
|
173
|
+
readonly browser_sdk: null;
|
|
174
|
+
readonly react_sdk: null;
|
|
175
175
|
readonly request_api: "2022-11-15";
|
|
176
176
|
readonly server_sdk: "12.18.0";
|
|
177
177
|
readonly status: "candidate";
|
|
178
178
|
};
|
|
179
|
-
readonly proxy_merchant_event_types: readonly ["
|
|
180
|
-
readonly reconciliation_operation_ids: readonly ["subscriptions.retrieve", "
|
|
179
|
+
readonly proxy_merchant_event_types: readonly ["proxy_session.provisionable", "subscription.cancel_scheduled", "subscription.cancelled", "subscription.changed", "subscription.payment_failed", "subscription.renewed"];
|
|
180
|
+
readonly reconciliation_operation_ids: readonly ["subscriptions.retrieve", "invoices.retrieve", "invoices.line_items", "payment_intents.retrieve"];
|
|
181
181
|
readonly restricted_key_permission_labels: readonly ["Subscriptions: Read", "Invoices: Read", "Payment Intents: Read"];
|
|
182
182
|
readonly setup_probe_operation_ids: readonly ["subscriptions.list_probe", "invoices.list_probe", "payment_intents.list_probe"];
|
|
183
|
-
readonly unsupported_options: readonly ["
|
|
183
|
+
readonly unsupported_options: readonly ["metered_billing", "multiple_invoice_payments", "payment_records", "send_invoice"];
|
|
184
184
|
}, {
|
|
185
185
|
readonly availability: "disabled";
|
|
186
186
|
readonly checkout_ui_mode: "hosted";
|
|
@@ -383,14 +383,6 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
383
383
|
readonly access: "Read";
|
|
384
384
|
readonly resource: "Invoices";
|
|
385
385
|
};
|
|
386
|
-
}, {
|
|
387
|
-
readonly id: "invoices.list_by_subscription";
|
|
388
|
-
readonly method: "GET";
|
|
389
|
-
readonly path: "/v1/invoices?subscription=:id&limit=100";
|
|
390
|
-
readonly permission: {
|
|
391
|
-
readonly access: "Read";
|
|
392
|
-
readonly resource: "Invoices";
|
|
393
|
-
};
|
|
394
386
|
}, {
|
|
395
387
|
readonly id: "invoices.list_probe";
|
|
396
388
|
readonly method: "GET";
|
|
@@ -484,14 +476,6 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
484
476
|
readonly access: "Read";
|
|
485
477
|
readonly resource: "Subscriptions";
|
|
486
478
|
};
|
|
487
|
-
}, {
|
|
488
|
-
readonly id: "subscription_items.list_by_subscription";
|
|
489
|
-
readonly method: "GET";
|
|
490
|
-
readonly path: "/v1/subscription_items?subscription=:id&limit=100";
|
|
491
|
-
readonly permission: {
|
|
492
|
-
readonly access: "Read";
|
|
493
|
-
readonly resource: "Subscriptions";
|
|
494
|
-
};
|
|
495
479
|
}, {
|
|
496
480
|
readonly id: "webhook_endpoints.list_probe";
|
|
497
481
|
readonly method: "GET";
|
|
@@ -533,7 +517,7 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
533
517
|
};
|
|
534
518
|
readonly subscription_invoice_lifecycle: {
|
|
535
519
|
readonly optional_event_types: readonly ["customer.subscription.paused", "customer.subscription.resumed"];
|
|
536
|
-
readonly required_event_types: readonly ["customer.subscription.created", "customer.subscription.deleted", "customer.subscription.
|
|
520
|
+
readonly required_event_types: readonly ["customer.subscription.created", "customer.subscription.deleted", "customer.subscription.updated", "invoice.paid", "invoice.payment_failed"];
|
|
537
521
|
};
|
|
538
522
|
};
|
|
539
523
|
}, {
|
|
@@ -559,7 +543,7 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
559
543
|
};
|
|
560
544
|
readonly subscription_invoice_lifecycle: {
|
|
561
545
|
readonly optional_event_types: readonly ["customer.subscription.paused", "customer.subscription.resumed"];
|
|
562
|
-
readonly required_event_types: readonly ["customer.subscription.created", "customer.subscription.deleted", "customer.subscription.
|
|
546
|
+
readonly required_event_types: readonly ["customer.subscription.created", "customer.subscription.deleted", "customer.subscription.updated", "invoice.paid", "invoice.payment_failed"];
|
|
563
547
|
};
|
|
564
548
|
};
|
|
565
549
|
}];
|
|
@@ -18,7 +18,7 @@ exports.stripeLegacyCliEventTypes = [
|
|
|
18
18
|
exports.stripeIntegrationCapabilitiesManifest = {
|
|
19
19
|
"id": "stripe-integration-capabilities",
|
|
20
20
|
"manifest_version": 2,
|
|
21
|
-
"parser_contract_version":
|
|
21
|
+
"parser_contract_version": 1,
|
|
22
22
|
"provider": "stripe",
|
|
23
23
|
"reconciliation_request_api_version": "2026-06-24.dahlia",
|
|
24
24
|
"capabilities": [
|
|
@@ -77,10 +77,6 @@ exports.stripeIntegrationCapabilitiesManifest = {
|
|
|
77
77
|
"pricing_modes": [
|
|
78
78
|
"fixed"
|
|
79
79
|
],
|
|
80
|
-
"proxy_merchant_event_types": [
|
|
81
|
-
"provider_acquisition.failed",
|
|
82
|
-
"proxy_session.paid"
|
|
83
|
-
],
|
|
84
80
|
"public_documentation_anchor": "/guides/stripe-direct-payment-intent/",
|
|
85
81
|
"reconciliation_operation_ids": [
|
|
86
82
|
"payment_intents.retrieve"
|
|
@@ -104,7 +100,17 @@ exports.stripeIntegrationCapabilitiesManifest = {
|
|
|
104
100
|
"request_api": "2022-11-15",
|
|
105
101
|
"server_sdk": "12.18.0",
|
|
106
102
|
"status": "candidate"
|
|
107
|
-
}
|
|
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
|
+
]
|
|
108
114
|
},
|
|
109
115
|
{
|
|
110
116
|
"availability": "internal",
|
|
@@ -128,10 +134,6 @@ exports.stripeIntegrationCapabilitiesManifest = {
|
|
|
128
134
|
"fixed",
|
|
129
135
|
"provider_finalized"
|
|
130
136
|
],
|
|
131
|
-
"proxy_merchant_event_types": [
|
|
132
|
-
"provider_acquisition.expired",
|
|
133
|
-
"proxy_session.paid"
|
|
134
|
-
],
|
|
135
137
|
"public_documentation_anchor": "/guides/stripe-checkout/#hosted",
|
|
136
138
|
"restricted_key_permission_labels": [
|
|
137
139
|
"Checkout Sessions: Read",
|
|
@@ -156,6 +158,15 @@ exports.stripeIntegrationCapabilitiesManifest = {
|
|
|
156
158
|
"server_sdk": "12.18.0",
|
|
157
159
|
"status": "candidate"
|
|
158
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
|
+
],
|
|
159
170
|
"reconciliation_operation_ids": [
|
|
160
171
|
"checkout_sessions.retrieve",
|
|
161
172
|
"checkout_sessions.line_items",
|
|
@@ -276,6 +287,11 @@ exports.stripeIntegrationCapabilitiesManifest = {
|
|
|
276
287
|
"availability": "disabled",
|
|
277
288
|
"checkout_ui_mode": null,
|
|
278
289
|
"commercial_mode": "subscription",
|
|
290
|
+
"create_time_features": [
|
|
291
|
+
"charge_automatically",
|
|
292
|
+
"setup_intent",
|
|
293
|
+
"fixed_price"
|
|
294
|
+
],
|
|
279
295
|
"dependencies": [
|
|
280
296
|
"setup.webhook_endpoint_verification"
|
|
281
297
|
],
|
|
@@ -286,14 +302,6 @@ exports.stripeIntegrationCapabilitiesManifest = {
|
|
|
286
302
|
"fixed"
|
|
287
303
|
],
|
|
288
304
|
"public_documentation_anchor": "/guides/stripe-direct-subscriptions/#setup-intent",
|
|
289
|
-
"create_time_features": [
|
|
290
|
-
"charge_automatically",
|
|
291
|
-
"fixed_discount",
|
|
292
|
-
"fixed_price",
|
|
293
|
-
"fixed_quantity",
|
|
294
|
-
"setup_intent",
|
|
295
|
-
"trial"
|
|
296
|
-
],
|
|
297
305
|
"local_stripe_cli_event_groups": [
|
|
298
306
|
"payment_intent_lifecycle",
|
|
299
307
|
"setup_intent_lifecycle",
|
|
@@ -307,36 +315,17 @@ exports.stripeIntegrationCapabilitiesManifest = {
|
|
|
307
315
|
"status": "candidate"
|
|
308
316
|
},
|
|
309
317
|
"proxy_merchant_event_types": [
|
|
310
|
-
"provider_acquisition.cancelled",
|
|
311
|
-
"provider_acquisition.failed",
|
|
312
|
-
"provider_acquisition.prepared",
|
|
313
|
-
"provider_acquisition.processing",
|
|
314
|
-
"provider_acquisition.reconciliation_required",
|
|
315
|
-
"provider_acquisition.requires_action",
|
|
316
|
-
"proxy_session.paid",
|
|
317
318
|
"proxy_session.provisionable",
|
|
318
|
-
"subscription.activated",
|
|
319
319
|
"subscription.cancel_scheduled",
|
|
320
|
-
"subscription.cancel_schedule_removed",
|
|
321
320
|
"subscription.cancelled",
|
|
322
321
|
"subscription.changed",
|
|
323
|
-
"subscription.configuration_action_required",
|
|
324
|
-
"subscription.invoice_finalization_failed",
|
|
325
|
-
"subscription.invoice_uncollectible",
|
|
326
|
-
"subscription.invoice_voided",
|
|
327
|
-
"subscription.paused",
|
|
328
|
-
"subscription.payment_action_required",
|
|
329
322
|
"subscription.payment_failed",
|
|
330
|
-
"subscription.
|
|
331
|
-
"subscription.renewed",
|
|
332
|
-
"subscription.trial_ending"
|
|
323
|
+
"subscription.renewed"
|
|
333
324
|
],
|
|
334
325
|
"reconciliation_operation_ids": [
|
|
335
326
|
"setup_intents.retrieve",
|
|
336
327
|
"subscriptions.retrieve",
|
|
337
|
-
"subscription_items.list_by_subscription",
|
|
338
328
|
"invoices.retrieve",
|
|
339
|
-
"invoices.list_by_subscription",
|
|
340
329
|
"invoices.line_items",
|
|
341
330
|
"payment_intents.retrieve"
|
|
342
331
|
],
|
|
@@ -353,18 +342,10 @@ exports.stripeIntegrationCapabilitiesManifest = {
|
|
|
353
342
|
"payment_intents.list_probe"
|
|
354
343
|
],
|
|
355
344
|
"unsupported_options": [
|
|
356
|
-
"automatic_tax",
|
|
357
|
-
"connect",
|
|
358
|
-
"direct_trial_without_payment_method",
|
|
359
|
-
"managed_payments",
|
|
360
345
|
"metered_billing",
|
|
361
346
|
"multiple_invoice_payments",
|
|
362
|
-
"out_of_band_payment",
|
|
363
|
-
"pending_invoice_items",
|
|
364
347
|
"payment_records",
|
|
365
|
-
"
|
|
366
|
-
"send_invoice",
|
|
367
|
-
"subscription_schedules"
|
|
348
|
+
"send_invoice"
|
|
368
349
|
],
|
|
369
350
|
"webhook_event_group_ids": [
|
|
370
351
|
"payment_intent_lifecycle",
|
|
@@ -376,6 +357,11 @@ exports.stripeIntegrationCapabilitiesManifest = {
|
|
|
376
357
|
"availability": "disabled",
|
|
377
358
|
"checkout_ui_mode": null,
|
|
378
359
|
"commercial_mode": "subscription",
|
|
360
|
+
"create_time_features": [
|
|
361
|
+
"charge_automatically",
|
|
362
|
+
"saved_payment_method",
|
|
363
|
+
"fixed_price"
|
|
364
|
+
],
|
|
379
365
|
"dependencies": [
|
|
380
366
|
"setup.webhook_endpoint_verification"
|
|
381
367
|
],
|
|
@@ -390,51 +376,28 @@ exports.stripeIntegrationCapabilitiesManifest = {
|
|
|
390
376
|
"payment_intent_lifecycle",
|
|
391
377
|
"subscription_invoice_lifecycle"
|
|
392
378
|
],
|
|
393
|
-
"create_time_features": [
|
|
394
|
-
"charge_automatically",
|
|
395
|
-
"fixed_discount",
|
|
396
|
-
"fixed_price",
|
|
397
|
-
"fixed_quantity",
|
|
398
|
-
"saved_payment_method",
|
|
399
|
-
"trial"
|
|
400
|
-
],
|
|
401
379
|
"local_stripe_cli_event_groups": [
|
|
402
380
|
"payment_intent_lifecycle",
|
|
403
381
|
"subscription_invoice_lifecycle"
|
|
404
382
|
],
|
|
405
383
|
"minimum_versions": {
|
|
406
|
-
"browser_sdk":
|
|
407
|
-
"react_sdk":
|
|
384
|
+
"browser_sdk": null,
|
|
385
|
+
"react_sdk": null,
|
|
408
386
|
"request_api": "2022-11-15",
|
|
409
387
|
"server_sdk": "12.18.0",
|
|
410
388
|
"status": "candidate"
|
|
411
389
|
},
|
|
412
390
|
"proxy_merchant_event_types": [
|
|
413
|
-
"provider_acquisition.failed",
|
|
414
|
-
"provider_acquisition.reconciliation_required",
|
|
415
|
-
"proxy_session.paid",
|
|
416
391
|
"proxy_session.provisionable",
|
|
417
|
-
"subscription.activated",
|
|
418
392
|
"subscription.cancel_scheduled",
|
|
419
|
-
"subscription.cancel_schedule_removed",
|
|
420
393
|
"subscription.cancelled",
|
|
421
394
|
"subscription.changed",
|
|
422
|
-
"subscription.configuration_action_required",
|
|
423
|
-
"subscription.invoice_finalization_failed",
|
|
424
|
-
"subscription.invoice_uncollectible",
|
|
425
|
-
"subscription.invoice_voided",
|
|
426
|
-
"subscription.paused",
|
|
427
|
-
"subscription.payment_action_required",
|
|
428
395
|
"subscription.payment_failed",
|
|
429
|
-
"subscription.
|
|
430
|
-
"subscription.renewed",
|
|
431
|
-
"subscription.trial_ending"
|
|
396
|
+
"subscription.renewed"
|
|
432
397
|
],
|
|
433
398
|
"reconciliation_operation_ids": [
|
|
434
399
|
"subscriptions.retrieve",
|
|
435
|
-
"subscription_items.list_by_subscription",
|
|
436
400
|
"invoices.retrieve",
|
|
437
|
-
"invoices.list_by_subscription",
|
|
438
401
|
"invoices.line_items",
|
|
439
402
|
"payment_intents.retrieve"
|
|
440
403
|
],
|
|
@@ -449,17 +412,10 @@ exports.stripeIntegrationCapabilitiesManifest = {
|
|
|
449
412
|
"payment_intents.list_probe"
|
|
450
413
|
],
|
|
451
414
|
"unsupported_options": [
|
|
452
|
-
"automatic_tax",
|
|
453
|
-
"connect",
|
|
454
|
-
"managed_payments",
|
|
455
415
|
"metered_billing",
|
|
456
416
|
"multiple_invoice_payments",
|
|
457
|
-
"out_of_band_payment",
|
|
458
|
-
"pending_invoice_items",
|
|
459
417
|
"payment_records",
|
|
460
|
-
"
|
|
461
|
-
"send_invoice",
|
|
462
|
-
"subscription_schedules"
|
|
418
|
+
"send_invoice"
|
|
463
419
|
]
|
|
464
420
|
},
|
|
465
421
|
{
|
|
@@ -860,15 +816,6 @@ exports.stripeIntegrationCapabilitiesManifest = {
|
|
|
860
816
|
"resource": "Invoices"
|
|
861
817
|
}
|
|
862
818
|
},
|
|
863
|
-
{
|
|
864
|
-
"id": "invoices.list_by_subscription",
|
|
865
|
-
"method": "GET",
|
|
866
|
-
"path": "/v1/invoices?subscription=:id&limit=100",
|
|
867
|
-
"permission": {
|
|
868
|
-
"access": "Read",
|
|
869
|
-
"resource": "Invoices"
|
|
870
|
-
}
|
|
871
|
-
},
|
|
872
819
|
{
|
|
873
820
|
"id": "invoices.list_probe",
|
|
874
821
|
"method": "GET",
|
|
@@ -973,15 +920,6 @@ exports.stripeIntegrationCapabilitiesManifest = {
|
|
|
973
920
|
"resource": "Subscriptions"
|
|
974
921
|
}
|
|
975
922
|
},
|
|
976
|
-
{
|
|
977
|
-
"id": "subscription_items.list_by_subscription",
|
|
978
|
-
"method": "GET",
|
|
979
|
-
"path": "/v1/subscription_items?subscription=:id&limit=100",
|
|
980
|
-
"permission": {
|
|
981
|
-
"access": "Read",
|
|
982
|
-
"resource": "Subscriptions"
|
|
983
|
-
}
|
|
984
|
-
},
|
|
985
923
|
{
|
|
986
924
|
"id": "webhook_endpoints.list_probe",
|
|
987
925
|
"method": "GET",
|
|
@@ -1054,14 +992,9 @@ exports.stripeIntegrationCapabilitiesManifest = {
|
|
|
1054
992
|
"required_event_types": [
|
|
1055
993
|
"customer.subscription.created",
|
|
1056
994
|
"customer.subscription.deleted",
|
|
1057
|
-
"customer.subscription.trial_will_end",
|
|
1058
995
|
"customer.subscription.updated",
|
|
1059
|
-
"invoice.finalization_failed",
|
|
1060
|
-
"invoice.marked_uncollectible",
|
|
1061
996
|
"invoice.paid",
|
|
1062
|
-
"invoice.
|
|
1063
|
-
"invoice.payment_failed",
|
|
1064
|
-
"invoice.voided"
|
|
997
|
+
"invoice.payment_failed"
|
|
1065
998
|
]
|
|
1066
999
|
}
|
|
1067
1000
|
}
|
|
@@ -1121,14 +1054,9 @@ exports.stripeIntegrationCapabilitiesManifest = {
|
|
|
1121
1054
|
"required_event_types": [
|
|
1122
1055
|
"customer.subscription.created",
|
|
1123
1056
|
"customer.subscription.deleted",
|
|
1124
|
-
"customer.subscription.trial_will_end",
|
|
1125
1057
|
"customer.subscription.updated",
|
|
1126
|
-
"invoice.finalization_failed",
|
|
1127
|
-
"invoice.marked_uncollectible",
|
|
1128
1058
|
"invoice.paid",
|
|
1129
|
-
"invoice.
|
|
1130
|
-
"invoice.payment_failed",
|
|
1131
|
-
"invoice.voided"
|
|
1059
|
+
"invoice.payment_failed"
|
|
1132
1060
|
]
|
|
1133
1061
|
}
|
|
1134
1062
|
}
|
package/dist/esm/cli.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CliConfigStore } from "./config.js";
|
|
2
2
|
import { type CliIo } from "./output.js";
|
|
3
|
-
export declare const cliVersion = "0.1.1-prx-
|
|
3
|
+
export declare const cliVersion = "0.1.1-prx-144.155.1";
|
|
4
4
|
export interface RunCliOptions {
|
|
5
5
|
configStore?: CliConfigStore;
|
|
6
6
|
environment?: NodeJS.ProcessEnv;
|
package/dist/esm/cli.js
CHANGED
|
@@ -6,7 +6,7 @@ import { asCliError, CliError, cliExitCodes, usageError } from "./errors.js";
|
|
|
6
6
|
import { CliOutput } from "./output.js";
|
|
7
7
|
import { formatStripeDoctorReport, stripeDoctorPathIds, stripeDoctorReport, } from "./stripe-doctor.js";
|
|
8
8
|
import { forwardSelectedDelivery, ProxyWebhooksClient, runListener, } from "./webhooks.js";
|
|
9
|
-
export const cliVersion = "0.1.1-prx-
|
|
9
|
+
export const cliVersion = "0.1.1-prx-144.155.1";
|
|
10
10
|
export async function runCli(argv, options = {}) {
|
|
11
11
|
const io = options.io ?? {
|
|
12
12
|
isTTY: Boolean(process.stdin.isTTY && process.stdout.isTTY),
|
|
@@ -3,7 +3,7 @@ export declare const stripeLegacyCliEventTypes: readonly ["checkout.session.comp
|
|
|
3
3
|
export declare const stripeIntegrationCapabilitiesManifest: {
|
|
4
4
|
readonly id: "stripe-integration-capabilities";
|
|
5
5
|
readonly manifest_version: 2;
|
|
6
|
-
readonly parser_contract_version:
|
|
6
|
+
readonly parser_contract_version: 1;
|
|
7
7
|
readonly provider: "stripe";
|
|
8
8
|
readonly reconciliation_request_api_version: "2026-06-24.dahlia";
|
|
9
9
|
readonly capabilities: readonly [{
|
|
@@ -42,7 +42,6 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
42
42
|
readonly local_stripe_cli_event_groups: readonly ["payment_intent_lifecycle"];
|
|
43
43
|
readonly path_id: "OT-PI";
|
|
44
44
|
readonly pricing_modes: readonly ["fixed"];
|
|
45
|
-
readonly proxy_merchant_event_types: readonly ["provider_acquisition.failed", "proxy_session.paid"];
|
|
46
45
|
readonly public_documentation_anchor: "/guides/stripe-direct-payment-intent/";
|
|
47
46
|
readonly reconciliation_operation_ids: readonly ["payment_intents.retrieve"];
|
|
48
47
|
readonly restricted_key_permission_labels: readonly ["Payment Intents: Read"];
|
|
@@ -56,6 +55,7 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
56
55
|
readonly server_sdk: "12.18.0";
|
|
57
56
|
readonly status: "candidate";
|
|
58
57
|
};
|
|
58
|
+
readonly proxy_merchant_event_types: readonly ["provider_acquisition.cancelled", "provider_acquisition.failed", "provider_acquisition.processing", "provider_acquisition.reconciliation_required", "provider_acquisition.requires_action", "payment_attempt.processing", "payment_attempt.requires_action", "proxy_session.paid"];
|
|
59
59
|
}, {
|
|
60
60
|
readonly availability: "internal";
|
|
61
61
|
readonly checkout_ui_mode: "hosted";
|
|
@@ -67,7 +67,6 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
67
67
|
readonly local_stripe_cli_event_groups: readonly ["checkout_lifecycle", "payment_intent_lifecycle"];
|
|
68
68
|
readonly path_id: "OT-CO-H";
|
|
69
69
|
readonly pricing_modes: readonly ["fixed", "provider_finalized"];
|
|
70
|
-
readonly proxy_merchant_event_types: readonly ["provider_acquisition.expired", "proxy_session.paid"];
|
|
71
70
|
readonly public_documentation_anchor: "/guides/stripe-checkout/#hosted";
|
|
72
71
|
readonly restricted_key_permission_labels: readonly ["Checkout Sessions: Read", "Payment Intents: Read"];
|
|
73
72
|
readonly setup_probe_operation_ids: readonly ["checkout_sessions.list_probe", "payment_intents.list_probe"];
|
|
@@ -80,6 +79,7 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
80
79
|
readonly server_sdk: "12.18.0";
|
|
81
80
|
readonly status: "candidate";
|
|
82
81
|
};
|
|
82
|
+
readonly proxy_merchant_event_types: readonly ["provider_acquisition.expired", "provider_acquisition.processing", "provider_acquisition.reconciliation_required", "provider_acquisition.requires_action", "payment_attempt.processing", "payment_attempt.requires_action", "proxy_session.paid"];
|
|
83
83
|
readonly reconciliation_operation_ids: readonly ["checkout_sessions.retrieve", "checkout_sessions.line_items", "payment_intents.retrieve"];
|
|
84
84
|
}, {
|
|
85
85
|
readonly availability: "disabled";
|
|
@@ -135,13 +135,13 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
135
135
|
readonly availability: "disabled";
|
|
136
136
|
readonly checkout_ui_mode: null;
|
|
137
137
|
readonly commercial_mode: "subscription";
|
|
138
|
+
readonly create_time_features: readonly ["charge_automatically", "setup_intent", "fixed_price"];
|
|
138
139
|
readonly dependencies: readonly ["setup.webhook_endpoint_verification"];
|
|
139
140
|
readonly id: "subscription.direct_setup_intent";
|
|
140
141
|
readonly integration_path: "direct_subscription";
|
|
141
142
|
readonly path_id: "SUB-SI";
|
|
142
143
|
readonly pricing_modes: readonly ["fixed"];
|
|
143
144
|
readonly public_documentation_anchor: "/guides/stripe-direct-subscriptions/#setup-intent";
|
|
144
|
-
readonly create_time_features: readonly ["charge_automatically", "fixed_discount", "fixed_price", "fixed_quantity", "setup_intent", "trial"];
|
|
145
145
|
readonly local_stripe_cli_event_groups: readonly ["payment_intent_lifecycle", "setup_intent_lifecycle", "subscription_invoice_lifecycle"];
|
|
146
146
|
readonly minimum_versions: {
|
|
147
147
|
readonly browser_sdk: "2.4.0";
|
|
@@ -150,16 +150,17 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
150
150
|
readonly server_sdk: "12.18.0";
|
|
151
151
|
readonly status: "candidate";
|
|
152
152
|
};
|
|
153
|
-
readonly proxy_merchant_event_types: readonly ["
|
|
154
|
-
readonly reconciliation_operation_ids: readonly ["setup_intents.retrieve", "subscriptions.retrieve", "
|
|
153
|
+
readonly proxy_merchant_event_types: readonly ["proxy_session.provisionable", "subscription.cancel_scheduled", "subscription.cancelled", "subscription.changed", "subscription.payment_failed", "subscription.renewed"];
|
|
154
|
+
readonly reconciliation_operation_ids: readonly ["setup_intents.retrieve", "subscriptions.retrieve", "invoices.retrieve", "invoices.line_items", "payment_intents.retrieve"];
|
|
155
155
|
readonly restricted_key_permission_labels: readonly ["Setup Intents: Read", "Subscriptions: Read", "Invoices: Read", "Payment Intents: Read"];
|
|
156
156
|
readonly setup_probe_operation_ids: readonly ["setup_intents.list_probe", "subscriptions.list_probe", "invoices.list_probe", "payment_intents.list_probe"];
|
|
157
|
-
readonly unsupported_options: readonly ["
|
|
157
|
+
readonly unsupported_options: readonly ["metered_billing", "multiple_invoice_payments", "payment_records", "send_invoice"];
|
|
158
158
|
readonly webhook_event_group_ids: readonly ["payment_intent_lifecycle", "setup_intent_lifecycle", "subscription_invoice_lifecycle"];
|
|
159
159
|
}, {
|
|
160
160
|
readonly availability: "disabled";
|
|
161
161
|
readonly checkout_ui_mode: null;
|
|
162
162
|
readonly commercial_mode: "subscription";
|
|
163
|
+
readonly create_time_features: readonly ["charge_automatically", "saved_payment_method", "fixed_price"];
|
|
163
164
|
readonly dependencies: readonly ["setup.webhook_endpoint_verification"];
|
|
164
165
|
readonly id: "subscription.direct_saved_payment_method";
|
|
165
166
|
readonly integration_path: "direct_subscription";
|
|
@@ -167,20 +168,19 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
167
168
|
readonly pricing_modes: readonly ["fixed"];
|
|
168
169
|
readonly public_documentation_anchor: "/guides/stripe-direct-subscriptions/#saved-payment-method";
|
|
169
170
|
readonly webhook_event_group_ids: readonly ["payment_intent_lifecycle", "subscription_invoice_lifecycle"];
|
|
170
|
-
readonly create_time_features: readonly ["charge_automatically", "fixed_discount", "fixed_price", "fixed_quantity", "saved_payment_method", "trial"];
|
|
171
171
|
readonly local_stripe_cli_event_groups: readonly ["payment_intent_lifecycle", "subscription_invoice_lifecycle"];
|
|
172
172
|
readonly minimum_versions: {
|
|
173
|
-
readonly browser_sdk:
|
|
174
|
-
readonly react_sdk:
|
|
173
|
+
readonly browser_sdk: null;
|
|
174
|
+
readonly react_sdk: null;
|
|
175
175
|
readonly request_api: "2022-11-15";
|
|
176
176
|
readonly server_sdk: "12.18.0";
|
|
177
177
|
readonly status: "candidate";
|
|
178
178
|
};
|
|
179
|
-
readonly proxy_merchant_event_types: readonly ["
|
|
180
|
-
readonly reconciliation_operation_ids: readonly ["subscriptions.retrieve", "
|
|
179
|
+
readonly proxy_merchant_event_types: readonly ["proxy_session.provisionable", "subscription.cancel_scheduled", "subscription.cancelled", "subscription.changed", "subscription.payment_failed", "subscription.renewed"];
|
|
180
|
+
readonly reconciliation_operation_ids: readonly ["subscriptions.retrieve", "invoices.retrieve", "invoices.line_items", "payment_intents.retrieve"];
|
|
181
181
|
readonly restricted_key_permission_labels: readonly ["Subscriptions: Read", "Invoices: Read", "Payment Intents: Read"];
|
|
182
182
|
readonly setup_probe_operation_ids: readonly ["subscriptions.list_probe", "invoices.list_probe", "payment_intents.list_probe"];
|
|
183
|
-
readonly unsupported_options: readonly ["
|
|
183
|
+
readonly unsupported_options: readonly ["metered_billing", "multiple_invoice_payments", "payment_records", "send_invoice"];
|
|
184
184
|
}, {
|
|
185
185
|
readonly availability: "disabled";
|
|
186
186
|
readonly checkout_ui_mode: "hosted";
|
|
@@ -383,14 +383,6 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
383
383
|
readonly access: "Read";
|
|
384
384
|
readonly resource: "Invoices";
|
|
385
385
|
};
|
|
386
|
-
}, {
|
|
387
|
-
readonly id: "invoices.list_by_subscription";
|
|
388
|
-
readonly method: "GET";
|
|
389
|
-
readonly path: "/v1/invoices?subscription=:id&limit=100";
|
|
390
|
-
readonly permission: {
|
|
391
|
-
readonly access: "Read";
|
|
392
|
-
readonly resource: "Invoices";
|
|
393
|
-
};
|
|
394
386
|
}, {
|
|
395
387
|
readonly id: "invoices.list_probe";
|
|
396
388
|
readonly method: "GET";
|
|
@@ -484,14 +476,6 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
484
476
|
readonly access: "Read";
|
|
485
477
|
readonly resource: "Subscriptions";
|
|
486
478
|
};
|
|
487
|
-
}, {
|
|
488
|
-
readonly id: "subscription_items.list_by_subscription";
|
|
489
|
-
readonly method: "GET";
|
|
490
|
-
readonly path: "/v1/subscription_items?subscription=:id&limit=100";
|
|
491
|
-
readonly permission: {
|
|
492
|
-
readonly access: "Read";
|
|
493
|
-
readonly resource: "Subscriptions";
|
|
494
|
-
};
|
|
495
479
|
}, {
|
|
496
480
|
readonly id: "webhook_endpoints.list_probe";
|
|
497
481
|
readonly method: "GET";
|
|
@@ -533,7 +517,7 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
533
517
|
};
|
|
534
518
|
readonly subscription_invoice_lifecycle: {
|
|
535
519
|
readonly optional_event_types: readonly ["customer.subscription.paused", "customer.subscription.resumed"];
|
|
536
|
-
readonly required_event_types: readonly ["customer.subscription.created", "customer.subscription.deleted", "customer.subscription.
|
|
520
|
+
readonly required_event_types: readonly ["customer.subscription.created", "customer.subscription.deleted", "customer.subscription.updated", "invoice.paid", "invoice.payment_failed"];
|
|
537
521
|
};
|
|
538
522
|
};
|
|
539
523
|
}, {
|
|
@@ -559,7 +543,7 @@ export declare const stripeIntegrationCapabilitiesManifest: {
|
|
|
559
543
|
};
|
|
560
544
|
readonly subscription_invoice_lifecycle: {
|
|
561
545
|
readonly optional_event_types: readonly ["customer.subscription.paused", "customer.subscription.resumed"];
|
|
562
|
-
readonly required_event_types: readonly ["customer.subscription.created", "customer.subscription.deleted", "customer.subscription.
|
|
546
|
+
readonly required_event_types: readonly ["customer.subscription.created", "customer.subscription.deleted", "customer.subscription.updated", "invoice.paid", "invoice.payment_failed"];
|
|
563
547
|
};
|
|
564
548
|
};
|
|
565
549
|
}];
|
|
@@ -15,7 +15,7 @@ export const stripeLegacyCliEventTypes = [
|
|
|
15
15
|
export const stripeIntegrationCapabilitiesManifest = {
|
|
16
16
|
"id": "stripe-integration-capabilities",
|
|
17
17
|
"manifest_version": 2,
|
|
18
|
-
"parser_contract_version":
|
|
18
|
+
"parser_contract_version": 1,
|
|
19
19
|
"provider": "stripe",
|
|
20
20
|
"reconciliation_request_api_version": "2026-06-24.dahlia",
|
|
21
21
|
"capabilities": [
|
|
@@ -74,10 +74,6 @@ export const stripeIntegrationCapabilitiesManifest = {
|
|
|
74
74
|
"pricing_modes": [
|
|
75
75
|
"fixed"
|
|
76
76
|
],
|
|
77
|
-
"proxy_merchant_event_types": [
|
|
78
|
-
"provider_acquisition.failed",
|
|
79
|
-
"proxy_session.paid"
|
|
80
|
-
],
|
|
81
77
|
"public_documentation_anchor": "/guides/stripe-direct-payment-intent/",
|
|
82
78
|
"reconciliation_operation_ids": [
|
|
83
79
|
"payment_intents.retrieve"
|
|
@@ -101,7 +97,17 @@ export const stripeIntegrationCapabilitiesManifest = {
|
|
|
101
97
|
"request_api": "2022-11-15",
|
|
102
98
|
"server_sdk": "12.18.0",
|
|
103
99
|
"status": "candidate"
|
|
104
|
-
}
|
|
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
|
+
]
|
|
105
111
|
},
|
|
106
112
|
{
|
|
107
113
|
"availability": "internal",
|
|
@@ -125,10 +131,6 @@ export const stripeIntegrationCapabilitiesManifest = {
|
|
|
125
131
|
"fixed",
|
|
126
132
|
"provider_finalized"
|
|
127
133
|
],
|
|
128
|
-
"proxy_merchant_event_types": [
|
|
129
|
-
"provider_acquisition.expired",
|
|
130
|
-
"proxy_session.paid"
|
|
131
|
-
],
|
|
132
134
|
"public_documentation_anchor": "/guides/stripe-checkout/#hosted",
|
|
133
135
|
"restricted_key_permission_labels": [
|
|
134
136
|
"Checkout Sessions: Read",
|
|
@@ -153,6 +155,15 @@ export const stripeIntegrationCapabilitiesManifest = {
|
|
|
153
155
|
"server_sdk": "12.18.0",
|
|
154
156
|
"status": "candidate"
|
|
155
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
|
+
],
|
|
156
167
|
"reconciliation_operation_ids": [
|
|
157
168
|
"checkout_sessions.retrieve",
|
|
158
169
|
"checkout_sessions.line_items",
|
|
@@ -273,6 +284,11 @@ export const stripeIntegrationCapabilitiesManifest = {
|
|
|
273
284
|
"availability": "disabled",
|
|
274
285
|
"checkout_ui_mode": null,
|
|
275
286
|
"commercial_mode": "subscription",
|
|
287
|
+
"create_time_features": [
|
|
288
|
+
"charge_automatically",
|
|
289
|
+
"setup_intent",
|
|
290
|
+
"fixed_price"
|
|
291
|
+
],
|
|
276
292
|
"dependencies": [
|
|
277
293
|
"setup.webhook_endpoint_verification"
|
|
278
294
|
],
|
|
@@ -283,14 +299,6 @@ export const stripeIntegrationCapabilitiesManifest = {
|
|
|
283
299
|
"fixed"
|
|
284
300
|
],
|
|
285
301
|
"public_documentation_anchor": "/guides/stripe-direct-subscriptions/#setup-intent",
|
|
286
|
-
"create_time_features": [
|
|
287
|
-
"charge_automatically",
|
|
288
|
-
"fixed_discount",
|
|
289
|
-
"fixed_price",
|
|
290
|
-
"fixed_quantity",
|
|
291
|
-
"setup_intent",
|
|
292
|
-
"trial"
|
|
293
|
-
],
|
|
294
302
|
"local_stripe_cli_event_groups": [
|
|
295
303
|
"payment_intent_lifecycle",
|
|
296
304
|
"setup_intent_lifecycle",
|
|
@@ -304,36 +312,17 @@ export const stripeIntegrationCapabilitiesManifest = {
|
|
|
304
312
|
"status": "candidate"
|
|
305
313
|
},
|
|
306
314
|
"proxy_merchant_event_types": [
|
|
307
|
-
"provider_acquisition.cancelled",
|
|
308
|
-
"provider_acquisition.failed",
|
|
309
|
-
"provider_acquisition.prepared",
|
|
310
|
-
"provider_acquisition.processing",
|
|
311
|
-
"provider_acquisition.reconciliation_required",
|
|
312
|
-
"provider_acquisition.requires_action",
|
|
313
|
-
"proxy_session.paid",
|
|
314
315
|
"proxy_session.provisionable",
|
|
315
|
-
"subscription.activated",
|
|
316
316
|
"subscription.cancel_scheduled",
|
|
317
|
-
"subscription.cancel_schedule_removed",
|
|
318
317
|
"subscription.cancelled",
|
|
319
318
|
"subscription.changed",
|
|
320
|
-
"subscription.configuration_action_required",
|
|
321
|
-
"subscription.invoice_finalization_failed",
|
|
322
|
-
"subscription.invoice_uncollectible",
|
|
323
|
-
"subscription.invoice_voided",
|
|
324
|
-
"subscription.paused",
|
|
325
|
-
"subscription.payment_action_required",
|
|
326
319
|
"subscription.payment_failed",
|
|
327
|
-
"subscription.
|
|
328
|
-
"subscription.renewed",
|
|
329
|
-
"subscription.trial_ending"
|
|
320
|
+
"subscription.renewed"
|
|
330
321
|
],
|
|
331
322
|
"reconciliation_operation_ids": [
|
|
332
323
|
"setup_intents.retrieve",
|
|
333
324
|
"subscriptions.retrieve",
|
|
334
|
-
"subscription_items.list_by_subscription",
|
|
335
325
|
"invoices.retrieve",
|
|
336
|
-
"invoices.list_by_subscription",
|
|
337
326
|
"invoices.line_items",
|
|
338
327
|
"payment_intents.retrieve"
|
|
339
328
|
],
|
|
@@ -350,18 +339,10 @@ export const stripeIntegrationCapabilitiesManifest = {
|
|
|
350
339
|
"payment_intents.list_probe"
|
|
351
340
|
],
|
|
352
341
|
"unsupported_options": [
|
|
353
|
-
"automatic_tax",
|
|
354
|
-
"connect",
|
|
355
|
-
"direct_trial_without_payment_method",
|
|
356
|
-
"managed_payments",
|
|
357
342
|
"metered_billing",
|
|
358
343
|
"multiple_invoice_payments",
|
|
359
|
-
"out_of_band_payment",
|
|
360
|
-
"pending_invoice_items",
|
|
361
344
|
"payment_records",
|
|
362
|
-
"
|
|
363
|
-
"send_invoice",
|
|
364
|
-
"subscription_schedules"
|
|
345
|
+
"send_invoice"
|
|
365
346
|
],
|
|
366
347
|
"webhook_event_group_ids": [
|
|
367
348
|
"payment_intent_lifecycle",
|
|
@@ -373,6 +354,11 @@ export const stripeIntegrationCapabilitiesManifest = {
|
|
|
373
354
|
"availability": "disabled",
|
|
374
355
|
"checkout_ui_mode": null,
|
|
375
356
|
"commercial_mode": "subscription",
|
|
357
|
+
"create_time_features": [
|
|
358
|
+
"charge_automatically",
|
|
359
|
+
"saved_payment_method",
|
|
360
|
+
"fixed_price"
|
|
361
|
+
],
|
|
376
362
|
"dependencies": [
|
|
377
363
|
"setup.webhook_endpoint_verification"
|
|
378
364
|
],
|
|
@@ -387,51 +373,28 @@ export const stripeIntegrationCapabilitiesManifest = {
|
|
|
387
373
|
"payment_intent_lifecycle",
|
|
388
374
|
"subscription_invoice_lifecycle"
|
|
389
375
|
],
|
|
390
|
-
"create_time_features": [
|
|
391
|
-
"charge_automatically",
|
|
392
|
-
"fixed_discount",
|
|
393
|
-
"fixed_price",
|
|
394
|
-
"fixed_quantity",
|
|
395
|
-
"saved_payment_method",
|
|
396
|
-
"trial"
|
|
397
|
-
],
|
|
398
376
|
"local_stripe_cli_event_groups": [
|
|
399
377
|
"payment_intent_lifecycle",
|
|
400
378
|
"subscription_invoice_lifecycle"
|
|
401
379
|
],
|
|
402
380
|
"minimum_versions": {
|
|
403
|
-
"browser_sdk":
|
|
404
|
-
"react_sdk":
|
|
381
|
+
"browser_sdk": null,
|
|
382
|
+
"react_sdk": null,
|
|
405
383
|
"request_api": "2022-11-15",
|
|
406
384
|
"server_sdk": "12.18.0",
|
|
407
385
|
"status": "candidate"
|
|
408
386
|
},
|
|
409
387
|
"proxy_merchant_event_types": [
|
|
410
|
-
"provider_acquisition.failed",
|
|
411
|
-
"provider_acquisition.reconciliation_required",
|
|
412
|
-
"proxy_session.paid",
|
|
413
388
|
"proxy_session.provisionable",
|
|
414
|
-
"subscription.activated",
|
|
415
389
|
"subscription.cancel_scheduled",
|
|
416
|
-
"subscription.cancel_schedule_removed",
|
|
417
390
|
"subscription.cancelled",
|
|
418
391
|
"subscription.changed",
|
|
419
|
-
"subscription.configuration_action_required",
|
|
420
|
-
"subscription.invoice_finalization_failed",
|
|
421
|
-
"subscription.invoice_uncollectible",
|
|
422
|
-
"subscription.invoice_voided",
|
|
423
|
-
"subscription.paused",
|
|
424
|
-
"subscription.payment_action_required",
|
|
425
392
|
"subscription.payment_failed",
|
|
426
|
-
"subscription.
|
|
427
|
-
"subscription.renewed",
|
|
428
|
-
"subscription.trial_ending"
|
|
393
|
+
"subscription.renewed"
|
|
429
394
|
],
|
|
430
395
|
"reconciliation_operation_ids": [
|
|
431
396
|
"subscriptions.retrieve",
|
|
432
|
-
"subscription_items.list_by_subscription",
|
|
433
397
|
"invoices.retrieve",
|
|
434
|
-
"invoices.list_by_subscription",
|
|
435
398
|
"invoices.line_items",
|
|
436
399
|
"payment_intents.retrieve"
|
|
437
400
|
],
|
|
@@ -446,17 +409,10 @@ export const stripeIntegrationCapabilitiesManifest = {
|
|
|
446
409
|
"payment_intents.list_probe"
|
|
447
410
|
],
|
|
448
411
|
"unsupported_options": [
|
|
449
|
-
"automatic_tax",
|
|
450
|
-
"connect",
|
|
451
|
-
"managed_payments",
|
|
452
412
|
"metered_billing",
|
|
453
413
|
"multiple_invoice_payments",
|
|
454
|
-
"out_of_band_payment",
|
|
455
|
-
"pending_invoice_items",
|
|
456
414
|
"payment_records",
|
|
457
|
-
"
|
|
458
|
-
"send_invoice",
|
|
459
|
-
"subscription_schedules"
|
|
415
|
+
"send_invoice"
|
|
460
416
|
]
|
|
461
417
|
},
|
|
462
418
|
{
|
|
@@ -857,15 +813,6 @@ export const stripeIntegrationCapabilitiesManifest = {
|
|
|
857
813
|
"resource": "Invoices"
|
|
858
814
|
}
|
|
859
815
|
},
|
|
860
|
-
{
|
|
861
|
-
"id": "invoices.list_by_subscription",
|
|
862
|
-
"method": "GET",
|
|
863
|
-
"path": "/v1/invoices?subscription=:id&limit=100",
|
|
864
|
-
"permission": {
|
|
865
|
-
"access": "Read",
|
|
866
|
-
"resource": "Invoices"
|
|
867
|
-
}
|
|
868
|
-
},
|
|
869
816
|
{
|
|
870
817
|
"id": "invoices.list_probe",
|
|
871
818
|
"method": "GET",
|
|
@@ -970,15 +917,6 @@ export const stripeIntegrationCapabilitiesManifest = {
|
|
|
970
917
|
"resource": "Subscriptions"
|
|
971
918
|
}
|
|
972
919
|
},
|
|
973
|
-
{
|
|
974
|
-
"id": "subscription_items.list_by_subscription",
|
|
975
|
-
"method": "GET",
|
|
976
|
-
"path": "/v1/subscription_items?subscription=:id&limit=100",
|
|
977
|
-
"permission": {
|
|
978
|
-
"access": "Read",
|
|
979
|
-
"resource": "Subscriptions"
|
|
980
|
-
}
|
|
981
|
-
},
|
|
982
920
|
{
|
|
983
921
|
"id": "webhook_endpoints.list_probe",
|
|
984
922
|
"method": "GET",
|
|
@@ -1051,14 +989,9 @@ export const stripeIntegrationCapabilitiesManifest = {
|
|
|
1051
989
|
"required_event_types": [
|
|
1052
990
|
"customer.subscription.created",
|
|
1053
991
|
"customer.subscription.deleted",
|
|
1054
|
-
"customer.subscription.trial_will_end",
|
|
1055
992
|
"customer.subscription.updated",
|
|
1056
|
-
"invoice.finalization_failed",
|
|
1057
|
-
"invoice.marked_uncollectible",
|
|
1058
993
|
"invoice.paid",
|
|
1059
|
-
"invoice.
|
|
1060
|
-
"invoice.payment_failed",
|
|
1061
|
-
"invoice.voided"
|
|
994
|
+
"invoice.payment_failed"
|
|
1062
995
|
]
|
|
1063
996
|
}
|
|
1064
997
|
}
|
|
@@ -1118,14 +1051,9 @@ export const stripeIntegrationCapabilitiesManifest = {
|
|
|
1118
1051
|
"required_event_types": [
|
|
1119
1052
|
"customer.subscription.created",
|
|
1120
1053
|
"customer.subscription.deleted",
|
|
1121
|
-
"customer.subscription.trial_will_end",
|
|
1122
1054
|
"customer.subscription.updated",
|
|
1123
|
-
"invoice.finalization_failed",
|
|
1124
|
-
"invoice.marked_uncollectible",
|
|
1125
1055
|
"invoice.paid",
|
|
1126
|
-
"invoice.
|
|
1127
|
-
"invoice.payment_failed",
|
|
1128
|
-
"invoice.voided"
|
|
1056
|
+
"invoice.payment_failed"
|
|
1129
1057
|
]
|
|
1130
1058
|
}
|
|
1131
1059
|
}
|