Skip to content

Commit 7ba3a46

Browse files
OpenAPI Update (#713)
Update OpenAPI for 6c2e36d6f983a95ae498cc81b825b8347badf940 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 2be090c commit 7ba3a46

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9359,6 +9359,10 @@
93599359
],
93609360
"description": "Shipping information collected on this ConfirmationToken.",
93619361
"nullable": true
9362+
},
9363+
"use_stripe_sdk": {
9364+
"description": "Indicates whether the Stripe SDK is used to handle confirmation flow. Defaults to `true` on ConfirmationToken.",
9365+
"type": "boolean"
93629366
}
93639367
},
93649368
"required": [
@@ -9372,7 +9376,8 @@
93729376
"return_url",
93739377
"setup_future_usage",
93749378
"setup_intent",
9375-
"shipping"
9379+
"shipping",
9380+
"use_stripe_sdk"
93769381
],
93779382
"title": "ConfirmationTokensResourceConfirmationToken",
93789383
"type": "object",

0 commit comments

Comments
 (0)