Skip to content

Commit

Permalink
OpenAPI Update (#713)
Browse files Browse the repository at this point in the history
Update OpenAPI for 6c2e36d6f983a95ae498cc81b825b8347badf940

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Mar 18, 2024
1 parent 2be090c commit 7ba3a46
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -9359,6 +9359,10 @@
],
"description": "Shipping information collected on this ConfirmationToken.",
"nullable": true
},
"use_stripe_sdk": {
"description": "Indicates whether the Stripe SDK is used to handle confirmation flow. Defaults to `true` on ConfirmationToken.",
"type": "boolean"
}
},
"required": [
Expand All @@ -9372,7 +9376,8 @@
"return_url",
"setup_future_usage",
"setup_intent",
"shipping"
"shipping",
"use_stripe_sdk"
],
"title": "ConfirmationTokensResourceConfirmationToken",
"type": "object",
Expand Down

0 comments on commit 7ba3a46

Please sign in to comment.