diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index 4152ef2c..461145b2 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -13195,7 +13195,8 @@ "id", "livemode", "object", - "permissions" + "permissions", + "prefetch" ], "title": "BankConnectionsResourceLinkAccountSession", "type": "object", @@ -16615,6 +16616,9 @@ "type": "array" } }, + "required": [ + "prefetch" + ], "title": "invoice_payment_method_options_us_bank_account_linked_account_options", "type": "object", "x-expandableFields": [], @@ -24118,6 +24122,9 @@ "type": "string" } }, + "required": [ + "prefetch" + ], "title": "linked_account_options_us_bank_account", "type": "object", "x-expandableFields": [ diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 5cbb10cc..d5561c0e 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -12389,6 +12389,7 @@ components: - livemode - object - permissions + - prefetch title: BankConnectionsResourceLinkAccountSession type: object x-expandableFields: @@ -15483,6 +15484,8 @@ components: type: string nullable: true type: array + required: + - prefetch title: invoice_payment_method_options_us_bank_account_linked_account_options type: object x-expandableFields: [] @@ -22135,6 +22138,8 @@ components: your app. maxLength: 5000 type: string + required: + - prefetch title: linked_account_options_us_bank_account type: object x-expandableFields: diff --git a/openapi/spec3.json b/openapi/spec3.json index c5cf7fa8..39285bbb 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -9810,6 +9810,19 @@ }, "type": "array" }, + "prefetch": { + "description": "Data features requested to be retrieved upon account creation.", + "items": { + "enum": [ + "balances", + "ownership" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "nullable": true, + "type": "array" + }, "return_url": { "description": "For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.", "maxLength": 5000, @@ -12177,6 +12190,18 @@ "x-stripeBypassValidation": true }, "type": "array" + }, + "prefetch": { + "description": "Data features requested to be retrieved upon account creation.", + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "nullable": true, + "type": "array" } }, "title": "invoice_payment_method_options_us_bank_account_linked_account_options", @@ -18351,6 +18376,18 @@ }, "type": "array" }, + "prefetch": { + "description": "Data features requested to be retrieved upon account creation.", + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "nullable": true, + "type": "array" + }, "return_url": { "description": "For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.", "maxLength": 5000, @@ -56710,6 +56747,16 @@ "x-stripeBypassValidation": true }, "type": "array" + }, + "prefetch": { + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" } }, "title": "linked_account_options_param", @@ -65552,6 +65599,16 @@ "x-stripeBypassValidation": true }, "type": "array" + }, + "prefetch": { + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" } }, "title": "invoice_linked_account_options_param", @@ -66672,6 +66729,16 @@ "x-stripeBypassValidation": true }, "type": "array" + }, + "prefetch": { + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" } }, "title": "invoice_linked_account_options_param", @@ -69947,6 +70014,10 @@ "permissions": { "explode": true, "style": "deepObject" + }, + "prefetch": { + "explode": true, + "style": "deepObject" } }, "schema": { @@ -70017,6 +70088,18 @@ }, "type": "array" }, + "prefetch": { + "description": "List of data features that you would like to retrieve upon account creation.", + "items": { + "enum": [ + "balances", + "ownership" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" + }, "return_url": { "description": "For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.", "maxLength": 5000, @@ -72577,6 +72660,16 @@ "x-stripeBypassValidation": true }, "type": "array" + }, + "prefetch": { + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" } }, "title": "invoice_linked_account_options_param", @@ -75571,6 +75664,16 @@ "x-stripeBypassValidation": true }, "type": "array" + }, + "prefetch": { + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" } }, "title": "invoice_linked_account_options_param", @@ -84666,6 +84769,10 @@ "permissions": { "explode": true, "style": "deepObject" + }, + "prefetch": { + "explode": true, + "style": "deepObject" } }, "schema": { @@ -84736,6 +84843,18 @@ }, "type": "array" }, + "prefetch": { + "description": "List of data features that you would like to retrieve upon account creation.", + "items": { + "enum": [ + "balances", + "ownership" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" + }, "return_url": { "description": "For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.", "maxLength": 5000, @@ -87596,6 +87715,16 @@ }, "type": "array" }, + "prefetch": { + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" + }, "return_url": { "maxLength": 5000, "type": "string" @@ -89982,6 +90111,16 @@ }, "type": "array" }, + "prefetch": { + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" + }, "return_url": { "maxLength": 5000, "type": "string" @@ -92508,6 +92647,16 @@ }, "type": "array" }, + "prefetch": { + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" + }, "return_url": { "maxLength": 5000, "type": "string" @@ -106424,6 +106573,16 @@ }, "type": "array" }, + "prefetch": { + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" + }, "return_url": { "maxLength": 5000, "type": "string" @@ -107476,6 +107635,16 @@ }, "type": "array" }, + "prefetch": { + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" + }, "return_url": { "maxLength": 5000, "type": "string" @@ -108552,6 +108721,16 @@ }, "type": "array" }, + "prefetch": { + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" + }, "return_url": { "maxLength": 5000, "type": "string" @@ -114290,6 +114469,16 @@ "x-stripeBypassValidation": true }, "type": "array" + }, + "prefetch": { + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" } }, "title": "invoice_linked_account_options_param", @@ -115591,6 +115780,16 @@ "x-stripeBypassValidation": true }, "type": "array" + }, + "prefetch": { + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" } }, "title": "invoice_linked_account_options_param", diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index f66cea47..a32e3609 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -11960,6 +11960,19 @@ }, "type": "array" }, + "prefetch": { + "description": "Data features requested to be retrieved upon account creation.", + "items": { + "enum": [ + "balances", + "ownership" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "nullable": true, + "type": "array" + }, "return_url": { "description": "For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.", "maxLength": 5000, @@ -11973,7 +11986,8 @@ "id", "livemode", "object", - "permissions" + "permissions", + "prefetch" ], "title": "BankConnectionsResourceLinkAccountSession", "type": "object", @@ -14833,8 +14847,23 @@ "x-stripeBypassValidation": true }, "type": "array" + }, + "prefetch": { + "description": "Data features requested to be retrieved upon account creation.", + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "nullable": true, + "type": "array" } }, + "required": [ + "prefetch" + ], "title": "invoice_payment_method_options_us_bank_account_linked_account_options", "type": "object", "x-expandableFields": [], @@ -21871,12 +21900,27 @@ }, "type": "array" }, + "prefetch": { + "description": "Data features requested to be retrieved upon account creation.", + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "nullable": true, + "type": "array" + }, "return_url": { "description": "For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.", "maxLength": 5000, "type": "string" } }, + "required": [ + "prefetch" + ], "title": "linked_account_options_us_bank_account", "type": "object", "x-expandableFields": [], @@ -63221,6 +63265,17 @@ "x-stripeBypassValidation": true }, "type": "array" + }, + "prefetch": { + "description": "List of data features that you would like to retrieve upon account creation.", + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" } }, "title": "linked_account_options_param", @@ -72505,6 +72560,10 @@ "permissions": { "explode": true, "style": "deepObject" + }, + "prefetch": { + "explode": true, + "style": "deepObject" } }, "schema": { @@ -72579,6 +72638,18 @@ }, "type": "array" }, + "prefetch": { + "description": "List of data features that you would like to retrieve upon account creation.", + "items": { + "enum": [ + "balances", + "ownership" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" + }, "return_url": { "description": "For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.", "maxLength": 5000, @@ -75219,6 +75290,17 @@ "x-stripeBypassValidation": true }, "type": "array" + }, + "prefetch": { + "description": "List of data features that you would like to retrieve upon account creation.", + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" } }, "title": "invoice_linked_account_options_param", @@ -78428,6 +78510,17 @@ "x-stripeBypassValidation": true }, "type": "array" + }, + "prefetch": { + "description": "List of data features that you would like to retrieve upon account creation.", + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" } }, "title": "invoice_linked_account_options_param", @@ -89877,6 +89970,17 @@ }, "type": "array" }, + "prefetch": { + "description": "List of data features that you would like to retrieve upon account creation.", + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" + }, "return_url": { "description": "For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.", "maxLength": 5000, @@ -92498,6 +92602,17 @@ }, "type": "array" }, + "prefetch": { + "description": "List of data features that you would like to retrieve upon account creation.", + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" + }, "return_url": { "description": "For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.", "maxLength": 5000, @@ -95263,6 +95378,17 @@ }, "type": "array" }, + "prefetch": { + "description": "List of data features that you would like to retrieve upon account creation.", + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" + }, "return_url": { "description": "For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.", "maxLength": 5000, @@ -109723,6 +109849,17 @@ }, "type": "array" }, + "prefetch": { + "description": "List of data features that you would like to retrieve upon account creation.", + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" + }, "return_url": { "description": "For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.", "maxLength": 5000, @@ -110900,6 +111037,17 @@ }, "type": "array" }, + "prefetch": { + "description": "List of data features that you would like to retrieve upon account creation.", + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" + }, "return_url": { "description": "For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.", "maxLength": 5000, @@ -112109,6 +112257,17 @@ }, "type": "array" }, + "prefetch": { + "description": "List of data features that you would like to retrieve upon account creation.", + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" + }, "return_url": { "description": "For webview integrations only. Upon completing OAuth login in the native browser, the user will be redirected to this URL to return to your app.", "maxLength": 5000, @@ -118072,6 +118231,17 @@ "x-stripeBypassValidation": true }, "type": "array" + }, + "prefetch": { + "description": "List of data features that you would like to retrieve upon account creation.", + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" } }, "title": "invoice_linked_account_options_param", @@ -119452,6 +119622,17 @@ "x-stripeBypassValidation": true }, "type": "array" + }, + "prefetch": { + "description": "List of data features that you would like to retrieve upon account creation.", + "items": { + "enum": [ + "balances" + ], + "type": "string", + "x-stripeBypassValidation": true + }, + "type": "array" } }, "title": "invoice_linked_account_options_param", diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index 8eba5fd7..29c73cf1 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -11237,6 +11237,16 @@ components: type: string x-stripeBypassValidation: true type: array + prefetch: + description: Data features requested to be retrieved upon account creation. + items: + enum: + - balances + - ownership + type: string + x-stripeBypassValidation: true + nullable: true + type: array return_url: description: >- For webview integrations only. Upon completing OAuth login in the @@ -11252,6 +11262,7 @@ components: - livemode - object - permissions + - prefetch title: BankConnectionsResourceLinkAccountSession type: object x-expandableFields: @@ -13842,6 +13853,17 @@ components: type: string x-stripeBypassValidation: true type: array + prefetch: + description: Data features requested to be retrieved upon account creation. + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + nullable: true + type: array + required: + - prefetch title: invoice_payment_method_options_us_bank_account_linked_account_options type: object x-expandableFields: [] @@ -20119,6 +20141,15 @@ components: - transactions type: string type: array + prefetch: + description: Data features requested to be retrieved upon account creation. + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + nullable: true + type: array return_url: description: >- For webview integrations only. Upon completing OAuth login in the @@ -20126,6 +20157,8 @@ components: your app. maxLength: 5000 type: string + required: + - prefetch title: linked_account_options_us_bank_account type: object x-expandableFields: [] @@ -58602,6 +58635,16 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + description: >- + List of data features that you would like to + retrieve upon account creation. + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array title: linked_account_options_param type: object setup_future_usage: @@ -66540,6 +66583,9 @@ paths: permissions: explode: true style: deepObject + prefetch: + explode: true + style: deepObject schema: additionalProperties: false properties: @@ -66607,6 +66653,17 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + description: >- + List of data features that you would like to retrieve upon + account creation. + items: + enum: + - balances + - ownership + type: string + x-stripeBypassValidation: true + type: array return_url: description: >- For webview integrations only. Upon completing OAuth login @@ -68988,6 +69045,16 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + description: >- + List of data features that you would + like to retrieve upon account creation. + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array title: invoice_linked_account_options_param type: object verification_method: @@ -72072,6 +72139,16 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + description: >- + List of data features that you would + like to retrieve upon account creation. + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array title: invoice_linked_account_options_param type: object verification_method: @@ -83272,6 +83349,16 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + description: >- + List of data features that you would like to + retrieve upon account creation. + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array return_url: description: >- For webview integrations only. Upon @@ -86696,6 +86783,16 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + description: >- + List of data features that you would like to + retrieve upon account creation. + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array return_url: description: >- For webview integrations only. Upon @@ -90256,6 +90353,16 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + description: >- + List of data features that you would like to + retrieve upon account creation. + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array return_url: description: >- For webview integrations only. Upon @@ -103308,6 +103415,16 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + description: >- + List of data features that you would like to + retrieve upon account creation. + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array return_url: description: >- For webview integrations only. Upon completing @@ -104503,6 +104620,16 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + description: >- + List of data features that you would like to + retrieve upon account creation. + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array return_url: description: >- For webview integrations only. Upon completing @@ -105704,6 +105831,16 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + description: >- + List of data features that you would like to + retrieve upon account creation. + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array return_url: description: >- For webview integrations only. Upon completing @@ -111494,6 +111631,16 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + description: >- + List of data features that you would + like to retrieve upon account creation. + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array title: invoice_linked_account_options_param type: object verification_method: @@ -112865,6 +113012,16 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + description: >- + List of data features that you would + like to retrieve upon account creation. + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array title: invoice_linked_account_options_param type: object verification_method: diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index 15911994..c46fb9e3 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -9527,6 +9527,16 @@ components: type: string x-stripeBypassValidation: true type: array + prefetch: + description: Data features requested to be retrieved upon account creation. + items: + enum: + - balances + - ownership + type: string + x-stripeBypassValidation: true + nullable: true + type: array return_url: description: >- For webview integrations only. Upon completing OAuth login in the @@ -11731,6 +11741,15 @@ components: type: string x-stripeBypassValidation: true type: array + prefetch: + description: Data features requested to be retrieved upon account creation. + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + nullable: true + type: array title: invoice_payment_method_options_us_bank_account_linked_account_options type: object x-expandableFields: [] @@ -17361,6 +17380,15 @@ components: - transactions type: string type: array + prefetch: + description: Data features requested to be retrieved upon account creation. + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + nullable: true + type: array return_url: description: >- For webview integrations only. Upon completing OAuth login in the @@ -50840,6 +50868,13 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array title: linked_account_options_param type: object setup_future_usage: @@ -57945,6 +57980,13 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array title: invoice_linked_account_options_param type: object verification_method: @@ -58874,6 +58916,13 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array title: invoice_linked_account_options_param type: object verification_method: @@ -61424,6 +61473,9 @@ paths: permissions: explode: true style: deepObject + prefetch: + explode: true + style: deepObject schema: additionalProperties: false properties: @@ -61481,6 +61533,17 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + description: >- + List of data features that you would like to retrieve upon + account creation. + items: + enum: + - balances + - ownership + type: string + x-stripeBypassValidation: true + type: array return_url: description: >- For webview integrations only. Upon completing OAuth login @@ -63598,6 +63661,13 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array title: invoice_linked_account_options_param type: object verification_method: @@ -65943,6 +66013,13 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array title: invoice_linked_account_options_param type: object verification_method: @@ -73603,6 +73680,9 @@ paths: permissions: explode: true style: deepObject + prefetch: + explode: true + style: deepObject schema: additionalProperties: false properties: @@ -73660,6 +73740,17 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + description: >- + List of data features that you would like to retrieve upon + account creation. + items: + enum: + - balances + - ownership + type: string + x-stripeBypassValidation: true + type: array return_url: description: >- For webview integrations only. Upon completing OAuth login @@ -75796,6 +75887,13 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array return_url: maxLength: 5000 type: string @@ -77583,6 +77681,13 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array return_url: maxLength: 5000 type: string @@ -79502,6 +79607,13 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array return_url: maxLength: 5000 type: string @@ -90883,6 +90995,13 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array return_url: maxLength: 5000 type: string @@ -91731,6 +91850,13 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array return_url: maxLength: 5000 type: string @@ -92566,6 +92692,13 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array return_url: maxLength: 5000 type: string @@ -97127,6 +97260,13 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array title: invoice_linked_account_options_param type: object verification_method: @@ -98201,6 +98341,13 @@ paths: type: string x-stripeBypassValidation: true type: array + prefetch: + items: + enum: + - balances + type: string + x-stripeBypassValidation: true + type: array title: invoice_linked_account_options_param type: object verification_method: