diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 1886c6c6..b87b8bd7 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -10429,6 +10429,10 @@ "description": "Whether to allow payout schedule to be changed. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", "type": "boolean" }, + "external_account_collection": { + "description": "Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for custom accounts (or accounts where the platform is compliance owner). Otherwise, bank account collection is determined by compliance requirements.", + "type": "boolean" + }, "instant_payouts": { "description": "Whether to allow creation of instant payouts. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", "type": "boolean" @@ -10440,6 +10444,7 @@ }, "required": [ "edit_payout_schedule", + "external_account_collection", "instant_payouts", "standard_payouts" ], @@ -72412,6 +72417,10 @@ "description": "Whether to allow payout schedule to be changed. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", "type": "boolean" }, + "external_account_collection": { + "description": "Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for custom accounts (or accounts where the platform is compliance owner). Otherwise, bank account collection is determined by compliance requirements.", + "type": "boolean" + }, "instant_payouts": { "description": "Whether to allow creation of instant payouts. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", "type": "boolean" @@ -72724,6 +72733,10 @@ "description": "Whether to allow payout schedule to be changed. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", "type": "boolean" }, + "external_account_collection": { + "description": "Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for custom accounts (or accounts where the platform is compliance owner). Otherwise, bank account collection is determined by compliance requirements.", + "type": "boolean" + }, "instant_payouts": { "description": "Whether to allow creation of instant payouts. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", "type": "boolean" diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 75caadc5..736fb48f 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -10015,6 +10015,14 @@ components: Whether to allow payout schedule to be changed. Default `true` when Stripe owns Loss Liability, default `false` otherwise. type: boolean + external_account_collection: + description: >- + Whether to allow platforms to control bank account collection for + their connected accounts. This feature can only be false for custom + accounts (or accounts where the platform is compliance owner). + Otherwise, bank account collection is determined by compliance + requirements. + type: boolean instant_payouts: description: >- Whether to allow creation of instant payouts. Default `true` when @@ -10027,6 +10035,7 @@ components: type: boolean required: - edit_payout_schedule + - external_account_collection - instant_payouts - standard_payouts title: ConnectEmbeddedPayoutsFeatures @@ -65387,6 +65396,16 @@ paths: Default `true` when Stripe owns Loss Liability, default `false` otherwise. type: boolean + external_account_collection: + description: >- + Whether to allow platforms to control bank + account collection for their connected accounts. + This feature can only be false for custom + accounts (or accounts where the platform is + compliance owner). Otherwise, bank account + collection is determined by compliance + requirements. + type: boolean instant_payouts: description: >- Whether to allow creation of instant payouts. @@ -65683,6 +65702,16 @@ paths: Default `true` when Stripe owns Loss Liability, default `false` otherwise. type: boolean + external_account_collection: + description: >- + Whether to allow platforms to control bank + account collection for their connected accounts. + This feature can only be false for custom + accounts (or accounts where the platform is + compliance owner). Otherwise, bank account + collection is determined by compliance + requirements. + type: boolean instant_payouts: description: >- Whether to allow creation of instant payouts. diff --git a/openapi/spec3.json b/openapi/spec3.json index 6d663726..18dddc3a 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -7410,6 +7410,10 @@ "description": "Whether to allow payout schedule to be changed. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", "type": "boolean" }, + "external_account_collection": { + "description": "Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for custom accounts (or accounts where the platform is compliance owner). Otherwise, bank account collection is determined by compliance requirements.", + "type": "boolean" + }, "instant_payouts": { "description": "Whether to allow creation of instant payouts. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", "type": "boolean" @@ -7421,6 +7425,7 @@ }, "required": [ "edit_payout_schedule", + "external_account_collection", "instant_payouts", "standard_payouts" ], @@ -50055,6 +50060,9 @@ "edit_payout_schedule": { "type": "boolean" }, + "external_account_collection": { + "type": "boolean" + }, "instant_payouts": { "type": "boolean" }, @@ -50180,6 +50188,9 @@ "edit_payout_schedule": { "type": "boolean" }, + "external_account_collection": { + "type": "boolean" + }, "instant_payouts": { "type": "boolean" }, diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index 5f397643..0b5c8ee9 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -9247,6 +9247,10 @@ "description": "Whether to allow payout schedule to be changed. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", "type": "boolean" }, + "external_account_collection": { + "description": "Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for custom accounts (or accounts where the platform is compliance owner). Otherwise, bank account collection is determined by compliance requirements.", + "type": "boolean" + }, "instant_payouts": { "description": "Whether to allow creation of instant payouts. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", "type": "boolean" @@ -9258,6 +9262,7 @@ }, "required": [ "edit_payout_schedule", + "external_account_collection", "instant_payouts", "standard_payouts" ], @@ -61592,6 +61597,10 @@ "description": "Whether to allow payout schedule to be changed. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", "type": "boolean" }, + "external_account_collection": { + "description": "Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for custom accounts (or accounts where the platform is compliance owner). Otherwise, bank account collection is determined by compliance requirements.", + "type": "boolean" + }, "instant_payouts": { "description": "Whether to allow creation of instant payouts. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", "type": "boolean" @@ -61744,6 +61753,10 @@ "description": "Whether to allow payout schedule to be changed. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", "type": "boolean" }, + "external_account_collection": { + "description": "Whether to allow platforms to control bank account collection for their connected accounts. This feature can only be false for custom accounts (or accounts where the platform is compliance owner). Otherwise, bank account collection is determined by compliance requirements.", + "type": "boolean" + }, "instant_payouts": { "description": "Whether to allow creation of instant payouts. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", "type": "boolean" diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index d551b0bd..0bb6148d 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -8947,6 +8947,14 @@ components: Whether to allow payout schedule to be changed. Default `true` when Stripe owns Loss Liability, default `false` otherwise. type: boolean + external_account_collection: + description: >- + Whether to allow platforms to control bank account collection for + their connected accounts. This feature can only be false for custom + accounts (or accounts where the platform is compliance owner). + Otherwise, bank account collection is determined by compliance + requirements. + type: boolean instant_payouts: description: >- Whether to allow creation of instant payouts. Default `true` when @@ -8959,6 +8967,7 @@ components: type: boolean required: - edit_payout_schedule + - external_account_collection - instant_payouts - standard_payouts title: ConnectEmbeddedPayoutsFeatures @@ -55916,6 +55925,16 @@ paths: Default `true` when Stripe owns Loss Liability, default `false` otherwise. type: boolean + external_account_collection: + description: >- + Whether to allow platforms to control bank + account collection for their connected accounts. + This feature can only be false for custom + accounts (or accounts where the platform is + compliance owner). Otherwise, bank account + collection is determined by compliance + requirements. + type: boolean instant_payouts: description: >- Whether to allow creation of instant payouts. @@ -56077,6 +56096,16 @@ paths: Default `true` when Stripe owns Loss Liability, default `false` otherwise. type: boolean + external_account_collection: + description: >- + Whether to allow platforms to control bank + account collection for their connected accounts. + This feature can only be false for custom + accounts (or accounts where the platform is + compliance owner). Otherwise, bank account + collection is determined by compliance + requirements. + type: boolean instant_payouts: description: >- Whether to allow creation of instant payouts. diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index be77394c..95fe2b0d 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -7509,6 +7509,14 @@ components: Whether to allow payout schedule to be changed. Default `true` when Stripe owns Loss Liability, default `false` otherwise. type: boolean + external_account_collection: + description: >- + Whether to allow platforms to control bank account collection for + their connected accounts. This feature can only be false for custom + accounts (or accounts where the platform is compliance owner). + Otherwise, bank account collection is determined by compliance + requirements. + type: boolean instant_payouts: description: >- Whether to allow creation of instant payouts. Default `true` when @@ -7521,6 +7529,7 @@ components: type: boolean required: - edit_payout_schedule + - external_account_collection - instant_payouts - standard_payouts title: ConnectEmbeddedPayoutsFeatures @@ -46912,6 +46921,8 @@ paths: properties: edit_payout_schedule: type: boolean + external_account_collection: + type: boolean instant_payouts: type: boolean standard_payouts: @@ -46996,6 +47007,8 @@ paths: properties: edit_payout_schedule: type: boolean + external_account_collection: + type: boolean instant_payouts: type: boolean standard_payouts: