From dbf349eefac96278ae6364288f680bf74b2a0fa0 Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:12:59 +0000 Subject: [PATCH] OpenAPI Update (#729) Update OpenAPI for 688039032e44a312278dcbf6291811f8446d31f5 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- embedded/openapi/spec3.beta.sdk.json | 12 ++++++++++++ embedded/openapi/spec3.json | 10 ++++++++++ 2 files changed, 22 insertions(+) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 2c39630f..2df7f836 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -10049,6 +10049,10 @@ "description": "Whether to allow capturing and cancelling payment intents. This is `true` by default.", "type": "boolean" }, + "destination_on_behalf_of_charge_management": { + "description": "Whether to allow connected accounts to manage destination charges that are created on behalf of them. This is `false` by default.", + "type": "boolean" + }, "dispute_management": { "description": "Whether to allow responding to disputes, including submitting evidence and accepting disputes. This is `true` by default.", "type": "boolean" @@ -70817,6 +70821,10 @@ "description": "Whether to allow capturing and cancelling payment intents. This is `true` by default.", "type": "boolean" }, + "destination_on_behalf_of_charge_management": { + "description": "Whether to allow connected accounts to manage destination charges that are created on behalf of them. This is `false` by default.", + "type": "boolean" + }, "dispute_management": { "description": "Whether to allow responding to disputes, including submitting evidence and accepting disputes. This is `true` by default.", "type": "boolean" @@ -70850,6 +70858,10 @@ "description": "Whether to allow capturing and cancelling payment intents. This is `true` by default.", "type": "boolean" }, + "destination_on_behalf_of_charge_management": { + "description": "Whether to allow connected accounts to manage destination charges that are created on behalf of them. This is `false` by default.", + "type": "boolean" + }, "dispute_management": { "description": "Whether to allow responding to disputes, including submitting evidence and accepting disputes. This is `true` by default.", "type": "boolean" diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index f50aec4a..777064b2 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -6769,6 +6769,10 @@ "description": "Whether to allow capturing and cancelling payment intents. This is `true` by default.", "type": "boolean" }, + "destination_on_behalf_of_charge_management": { + "description": "Whether to allow connected accounts to manage destination charges that are created on behalf of them. This is `false` by default.", + "type": "boolean" + }, "dispute_management": { "description": "Whether to allow responding to disputes, including submitting evidence and accepting disputes. This is `true` by default.", "type": "boolean" @@ -48170,6 +48174,9 @@ "capture_payments": { "type": "boolean" }, + "destination_on_behalf_of_charge_management": { + "type": "boolean" + }, "dispute_management": { "type": "boolean" }, @@ -48197,6 +48204,9 @@ "capture_payments": { "type": "boolean" }, + "destination_on_behalf_of_charge_management": { + "type": "boolean" + }, "dispute_management": { "type": "boolean" },