Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed May 22, 2024
1 parent e2d6ea2 commit 4043d45
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 0 deletions.
13 changes: 13 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -10440,6 +10444,7 @@
},
"required": [
"edit_payout_schedule",
"external_account_collection",
"instant_payouts",
"standard_payouts"
],
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
29 changes: 29 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -10027,6 +10035,7 @@ components:
type: boolean
required:
- edit_payout_schedule
- external_account_collection
- instant_payouts
- standard_payouts
title: ConnectEmbeddedPayoutsFeatures
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
11 changes: 11 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -7421,6 +7425,7 @@
},
"required": [
"edit_payout_schedule",
"external_account_collection",
"instant_payouts",
"standard_payouts"
],
Expand Down Expand Up @@ -50055,6 +50060,9 @@
"edit_payout_schedule": {
"type": "boolean"
},
"external_account_collection": {
"type": "boolean"
},
"instant_payouts": {
"type": "boolean"
},
Expand Down Expand Up @@ -50180,6 +50188,9 @@
"edit_payout_schedule": {
"type": "boolean"
},
"external_account_collection": {
"type": "boolean"
},
"instant_payouts": {
"type": "boolean"
},
Expand Down
13 changes: 13 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -9258,6 +9262,7 @@
},
"required": [
"edit_payout_schedule",
"external_account_collection",
"instant_payouts",
"standard_payouts"
],
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
29 changes: 29 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -8959,6 +8967,7 @@ components:
type: boolean
required:
- edit_payout_schedule
- external_account_collection
- instant_payouts
- standard_payouts
title: ConnectEmbeddedPayoutsFeatures
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down
13 changes: 13 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -7521,6 +7529,7 @@ components:
type: boolean
required:
- edit_payout_schedule
- external_account_collection
- instant_payouts
- standard_payouts
title: ConnectEmbeddedPayoutsFeatures
Expand Down Expand Up @@ -46912,6 +46921,8 @@ paths:
properties:
edit_payout_schedule:
type: boolean
external_account_collection:
type: boolean
instant_payouts:
type: boolean
standard_payouts:
Expand Down Expand Up @@ -46996,6 +47007,8 @@ paths:
properties:
edit_payout_schedule:
type: boolean
external_account_collection:
type: boolean
instant_payouts:
type: boolean
standard_payouts:
Expand Down

0 comments on commit 4043d45

Please sign in to comment.