Skip to content

Commit

Permalink
OpenAPI Update (#484)
Browse files Browse the repository at this point in the history
Update OpenAPI for 7fcf47af70323d42ec96306bd6c31c356de82308

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Oct 17, 2023
1 parent 5e02933 commit 925bfe1
Showing 1 changed file with 88 additions and 0 deletions.
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

0 comments on commit 925bfe1

Please sign in to comment.