diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 22732fd9..115453ec 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -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": [ diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 7094ab98..237eeb40 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -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",