We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be090c commit 7ba3a46Copy full SHA for 7ba3a46
embedded/openapi/spec3.beta.sdk.json
@@ -9359,6 +9359,10 @@
9359
],
9360
"description": "Shipping information collected on this ConfirmationToken.",
9361
"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"
9366
}
9367
},
9368
"required": [
@@ -9372,7 +9376,8 @@
9372
9376
"return_url",
9373
9377
"setup_future_usage",
9374
9378
"setup_intent",
9375
- "shipping"
9379
+ "shipping",
9380
+ "use_stripe_sdk"
9381
9382
"title": "ConfirmationTokensResourceConfirmationToken",
9383
"type": "object",
0 commit comments