Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI Update #484

Merged
merged 1 commit into from
Oct 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
88 changes: 88 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -40343,6 +40343,14 @@
"off_session"
],
"type": "string"
},
"subsellers": {
"description": "The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.",
"items": {
"maxLength": 5000,
"type": "string"
},
"type": "array"
}
},
"required": [
Expand Down Expand Up @@ -52659,6 +52667,14 @@
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"subsellers": {
"description": "The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.",
"items": {
"maxLength": 5000,
"type": "string"
},
"type": "array"
}
},
"required": [
Expand Down Expand Up @@ -81560,6 +81576,14 @@
"off_session"
],
"type": "string"
},
"subsellers": {
"description": "The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.",
"items": {
"maxLength": 32,
"type": "string"
},
"type": "array"
}
},
"title": "payment_method_options_param",
Expand Down Expand Up @@ -112497,6 +112521,14 @@
"off_session"
],
"type": "string"
},
"subsellers": {
"description": "The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.",
"items": {
"maxLength": 32,
"type": "string"
},
"type": "array"
}
},
"title": "payment_method_options_param",
Expand Down Expand Up @@ -114245,6 +114277,14 @@
"off_session"
],
"type": "string"
},
"subsellers": {
"description": "The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.",
"items": {
"maxLength": 32,
"type": "string"
},
"type": "array"
}
},
"title": "payment_method_options_param",
Expand Down Expand Up @@ -117919,6 +117959,14 @@
"off_session"
],
"type": "string"
},
"subsellers": {
"description": "The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.",
"items": {
"maxLength": 32,
"type": "string"
},
"type": "array"
}
},
"title": "payment_method_options_param",
Expand Down Expand Up @@ -121143,6 +121191,14 @@
"off_session"
],
"type": "string"
},
"subsellers": {
"description": "The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.",
"items": {
"maxLength": 32,
"type": "string"
},
"type": "array"
}
},
"title": "payment_method_options_param",
Expand Down Expand Up @@ -124875,6 +124931,14 @@
"off_session"
],
"type": "string"
},
"subsellers": {
"description": "The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.",
"items": {
"maxLength": 32,
"type": "string"
},
"type": "array"
}
},
"title": "payment_method_options_param",
Expand Down Expand Up @@ -146575,6 +146639,14 @@
},
"currency": {
"type": "string"
},
"subsellers": {
"description": "The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.",
"items": {
"maxLength": 32,
"type": "string"
},
"type": "array"
}
},
"title": "payment_method_options_param",
Expand Down Expand Up @@ -147792,6 +147864,14 @@
},
"currency": {
"type": "string"
},
"subsellers": {
"description": "The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.",
"items": {
"maxLength": 32,
"type": "string"
},
"type": "array"
}
},
"title": "payment_method_options_param",
Expand Down Expand Up @@ -149041,6 +149121,14 @@
},
"currency": {
"type": "string"
},
"subsellers": {
"description": "The Stripe connected account IDs of the sellers on the platform for this transaction (optional). Only allowed when [separate charges and transfers](https://stripe.com/docs/connect/separate-charges-and-transfers) are used.",
"items": {
"maxLength": 32,
"type": "string"
},
"type": "array"
}
},
"title": "payment_method_options_param",
Expand Down