Skip to content

OpenAPI Update #729

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

Merged
merged 1 commit into from
Mar 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
10 changes: 10 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -48170,6 +48174,9 @@
"capture_payments": {
"type": "boolean"
},
"destination_on_behalf_of_charge_management": {
"type": "boolean"
},
"dispute_management": {
"type": "boolean"
},
Expand Down Expand Up @@ -48197,6 +48204,9 @@
"capture_payments": {
"type": "boolean"
},
"destination_on_behalf_of_charge_management": {
"type": "boolean"
},
"dispute_management": {
"type": "boolean"
},
Expand Down