diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 43a045cd..7ddd4247 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -9385,7 +9385,25 @@ }, "connect_embedded_payouts_features": { "description": "", - "properties": {}, + "properties": { + "edit_payout_schedule": { + "description": "Whether to allow payout schedule to be changed. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", + "type": "boolean" + }, + "instant_payouts": { + "description": "Whether to allow creation of instant payouts. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", + "type": "boolean" + }, + "standard_payouts": { + "description": "Whether to allow creation of standard payouts. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", + "type": "boolean" + } + }, + "required": [ + "edit_payout_schedule", + "instant_payouts", + "standard_payouts" + ], "title": "ConnectEmbeddedPayoutsFeatures", "type": "object", "x-expandableFields": [], @@ -67699,6 +67717,25 @@ "enabled": { "description": "Whether the embedded component is enabled.", "type": "boolean" + }, + "features": { + "description": "The list of features enabled in the embedded component.", + "properties": { + "edit_payout_schedule": { + "description": "Whether to allow payout schedule to be changed. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", + "type": "boolean" + }, + "instant_payouts": { + "description": "Whether to allow creation of instant payouts. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", + "type": "boolean" + }, + "standard_payouts": { + "description": "Whether to allow creation of standard payouts. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", + "type": "boolean" + } + }, + "title": "payouts_features_param", + "type": "object" } }, "required": [ diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index f1eaa3db..088a2218 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -6137,7 +6137,25 @@ }, "connect_embedded_payouts_features": { "description": "", - "properties": {}, + "properties": { + "edit_payout_schedule": { + "description": "Whether to allow payout schedule to be changed. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", + "type": "boolean" + }, + "instant_payouts": { + "description": "Whether to allow creation of instant payouts. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", + "type": "boolean" + }, + "standard_payouts": { + "description": "Whether to allow creation of standard payouts. Default `true` when Stripe owns Loss Liability, default `false` otherwise.", + "type": "boolean" + } + }, + "required": [ + "edit_payout_schedule", + "instant_payouts", + "standard_payouts" + ], "title": "ConnectEmbeddedPayoutsFeatures", "type": "object", "x-expandableFields": [] @@ -45837,6 +45855,21 @@ "properties": { "enabled": { "type": "boolean" + }, + "features": { + "properties": { + "edit_payout_schedule": { + "type": "boolean" + }, + "instant_payouts": { + "type": "boolean" + }, + "standard_payouts": { + "type": "boolean" + } + }, + "title": "payouts_features_param", + "type": "object" } }, "required": [