Skip to content

Commit c7fee6a

Browse files
OpenAPI Update (#786)
Update OpenAPI for d7d11705c5cba2063e215501705b47ce2f8cfdf1 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent be3ba3c commit c7fee6a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143407,6 +143407,10 @@
143407143407
"explode": true,
143408143408
"style": "deepObject"
143409143409
},
143410+
"payment_method_types": {
143411+
"explode": true,
143412+
"style": "deepObject"
143413+
},
143410143414
"radar_options": {
143411143415
"explode": true,
143412143416
"style": "deepObject"
@@ -147143,6 +147147,14 @@
147143147147
"title": "payment_method_options_param",
147144147148
"type": "object"
147145147149
},
147150+
"payment_method_types": {
147151+
"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).",
147152+
"items": {
147153+
"maxLength": 5000,
147154+
"type": "string"
147155+
},
147156+
"type": "array"
147157+
},
147146147158
"radar_options": {
147147147159
"description": "Options to configure Radar. Learn more about [Radar Sessions](https://stripe.com/docs/radar/radar-session).",
147148147160
"properties": {

0 commit comments

Comments
 (0)