From 80181eba13e76422bebd50837c4980256a5fe814 Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 07:18:30 +0000 Subject: [PATCH] OpenAPI Update (#555) Update OpenAPI for 59de058bf25238dbe36113c916f9b07fae7231ca Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- embedded/openapi/spec3.beta.sdk.json | 29 +++++++++++++++++++++++++++- embedded/openapi/spec3.json | 24 +++++++++++++++++++++++ 2 files changed, 52 insertions(+), 1 deletion(-) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 6b34558e..46675892 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -36696,6 +36696,12 @@ "maxLength": 5000, "nullable": true, "type": "string" + }, + "transfer_group": { + "description": "A string that identifies the resulting payment as part of a group. See the PaymentIntents [use case for connected accounts](https://stripe.com/docs/connect/separate-charges-and-transfers) for details.", + "maxLength": 5000, + "nullable": true, + "type": "string" } }, "required": [ @@ -36704,7 +36710,8 @@ "metadata", "setup_future_usage", "statement_descriptor", - "statement_descriptor_suffix" + "statement_descriptor_suffix", + "transfer_group" ], "title": "PaymentLinksResourcePaymentIntentData", "type": "object", @@ -137616,6 +137623,11 @@ "description": "Provides information about the charge that customers see on their statements. Concatenated with the prefix (shortened descriptor) or statement descriptor that's set on the account to form the complete statement descriptor. Maximum 22 characters for the concatenated descriptor.", "maxLength": 22, "type": "string" + }, + "transfer_group": { + "description": "A string that identifies the resulting payment as part of a group. See the PaymentIntents [use case for connected accounts](https://stripe.com/docs/connect/separate-charges-and-transfers) for details.", + "maxLength": 5000, + "type": "string" } }, "title": "payment_intent_data_params", @@ -138882,6 +138894,21 @@ } ], "description": "Provides information about the charge that customers see on their statements. Concatenated with the prefix (shortened descriptor) or statement descriptor that's set on the account to form the complete statement descriptor. Maximum 22 characters for the concatenated descriptor." + }, + "transfer_group": { + "anyOf": [ + { + "maxLength": 5000, + "type": "string" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "A string that identifies the resulting payment as part of a group. See the PaymentIntents [use case for connected accounts](https://stripe.com/docs/connect/separate-charges-and-transfers) for details." } }, "title": "payment_intent_data_update_params", diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 3d076fe0..cd8c1803 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -23574,6 +23574,12 @@ "maxLength": 5000, "nullable": true, "type": "string" + }, + "transfer_group": { + "description": "A string that identifies the resulting payment as part of a group. See the PaymentIntents [use case for connected accounts](https://stripe.com/docs/connect/separate-charges-and-transfers) for details.", + "maxLength": 5000, + "nullable": true, + "type": "string" } }, "required": [ @@ -100034,6 +100040,10 @@ "statement_descriptor_suffix": { "maxLength": 22, "type": "string" + }, + "transfer_group": { + "maxLength": 5000, + "type": "string" } }, "title": "payment_intent_data_params", @@ -101164,6 +101174,20 @@ "type": "string" } ] + }, + "transfer_group": { + "anyOf": [ + { + "maxLength": 5000, + "type": "string" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ] } }, "title": "payment_intent_data_update_params",