diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 60d452ac..cd932e54 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -143407,6 +143407,10 @@ "explode": true, "style": "deepObject" }, + "payment_method_types": { + "explode": true, + "style": "deepObject" + }, "radar_options": { "explode": true, "style": "deepObject" @@ -147143,6 +147147,14 @@ "title": "payment_method_options_param", "type": "object" }, + "payment_method_types": { + "description": "The list of payment method types (for example, a card) that this PaymentIntent can use. Use `automatic_payment_methods` to manage payment methods from the [Stripe Dashboard](https://dashboard.stripe.com/settings/payment_methods).", + "items": { + "maxLength": 5000, + "type": "string" + }, + "type": "array" + }, "radar_options": { "description": "Options to configure Radar. Learn more about [Radar Sessions](https://stripe.com/docs/radar/radar-session).", "properties": {