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" },