Skip to content

Commit

Permalink
OpenAPI Update (#560)
Browse files Browse the repository at this point in the history
Update OpenAPI for 5aa92dcec05db24b1e539373339f4a2980e4b345

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Dec 8, 2023
1 parent e5cddc2 commit e7f9c9d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -54981,12 +54981,11 @@
"description": "We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://stripe.com/docs/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. If not provided, this value defaults to `automatic`. Read our guide on [manually requesting 3D Secure](https://stripe.com/docs/payments/3d-secure#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.",
"enum": [
"any",
"automatic",
"challenge",
"challenge_only"
"automatic"
],
"nullable": true,
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"required": [
Expand Down
7 changes: 3 additions & 4 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -35182,12 +35182,11 @@
"description": "We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://stripe.com/docs/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. If not provided, this value defaults to `automatic`. Read our guide on [manually requesting 3D Secure](https://stripe.com/docs/payments/3d-secure#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.",
"enum": [
"any",
"automatic",
"challenge",
"challenge_only"
"automatic"
],
"nullable": true,
"type": "string"
"type": "string",
"x-stripeBypassValidation": true
}
},
"title": "setup_intent_payment_method_options_card",
Expand Down

0 comments on commit e7f9c9d

Please sign in to comment.