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 Aug 21, 2023
1 parent 5b230a0 commit d58f4cc
Show file tree
Hide file tree
Showing 6 changed files with 698 additions and 2 deletions.
9 changes: 8 additions & 1 deletion openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -13195,7 +13195,8 @@
"id",
"livemode",
"object",
"permissions"
"permissions",
"prefetch"
],
"title": "BankConnectionsResourceLinkAccountSession",
"type": "object",
Expand Down Expand Up @@ -16615,6 +16616,9 @@
"type": "array"
}
},
"required": [
"prefetch"
],
"title": "invoice_payment_method_options_us_bank_account_linked_account_options",
"type": "object",
"x-expandableFields": [],
Expand Down Expand Up @@ -24118,6 +24122,9 @@
"type": "string"
}
},
"required": [
"prefetch"
],
"title": "linked_account_options_us_bank_account",
"type": "object",
"x-expandableFields": [
Expand Down
5 changes: 5 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12389,6 +12389,7 @@ components:
- livemode
- object
- permissions
- prefetch
title: BankConnectionsResourceLinkAccountSession
type: object
x-expandableFields:
Expand Down Expand Up @@ -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: []
Expand Down Expand Up @@ -22135,6 +22138,8 @@ components:
your app.
maxLength: 5000
type: string
required:
- prefetch
title: linked_account_options_us_bank_account
type: object
x-expandableFields:
Expand Down
199 changes: 199 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -69947,6 +70014,10 @@
"permissions": {
"explode": true,
"style": "deepObject"
},
"prefetch": {
"explode": true,
"style": "deepObject"
}
},
"schema": {
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -84666,6 +84769,10 @@
"permissions": {
"explode": true,
"style": "deepObject"
},
"prefetch": {
"explode": true,
"style": "deepObject"
}
},
"schema": {
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -87596,6 +87715,16 @@
},
"type": "array"
},
"prefetch": {
"items": {
"enum": [
"balances"
],
"type": "string",
"x-stripeBypassValidation": true
},
"type": "array"
},
"return_url": {
"maxLength": 5000,
"type": "string"
Expand Down Expand Up @@ -89982,6 +90111,16 @@
},
"type": "array"
},
"prefetch": {
"items": {
"enum": [
"balances"
],
"type": "string",
"x-stripeBypassValidation": true
},
"type": "array"
},
"return_url": {
"maxLength": 5000,
"type": "string"
Expand Down Expand Up @@ -92508,6 +92647,16 @@
},
"type": "array"
},
"prefetch": {
"items": {
"enum": [
"balances"
],
"type": "string",
"x-stripeBypassValidation": true
},
"type": "array"
},
"return_url": {
"maxLength": 5000,
"type": "string"
Expand Down Expand Up @@ -106424,6 +106573,16 @@
},
"type": "array"
},
"prefetch": {
"items": {
"enum": [
"balances"
],
"type": "string",
"x-stripeBypassValidation": true
},
"type": "array"
},
"return_url": {
"maxLength": 5000,
"type": "string"
Expand Down Expand Up @@ -107476,6 +107635,16 @@
},
"type": "array"
},
"prefetch": {
"items": {
"enum": [
"balances"
],
"type": "string",
"x-stripeBypassValidation": true
},
"type": "array"
},
"return_url": {
"maxLength": 5000,
"type": "string"
Expand Down Expand Up @@ -108552,6 +108721,16 @@
},
"type": "array"
},
"prefetch": {
"items": {
"enum": [
"balances"
],
"type": "string",
"x-stripeBypassValidation": true
},
"type": "array"
},
"return_url": {
"maxLength": 5000,
"type": "string"
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
Loading

0 comments on commit d58f4cc

Please sign in to comment.