Skip to content

Commit

Permalink
Update OpenAPI for d7d11705c5cba2063e215501705b47ce2f8cfdf1
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Apr 29, 2024
1 parent be3ba3c commit 8b5e1ea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -143407,6 +143407,10 @@
"explode": true,
"style": "deepObject"
},
"payment_method_types": {
"explode": true,
"style": "deepObject"
},
"radar_options": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 8b5e1ea

Please sign in to comment.