Skip to content

Commit b15c97c

Browse files
OpenAPI Update (#1033)
Update OpenAPI for 7ffefe560bb87a9cff2e979b74f5126842f98c71 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent abda7cd commit b15c97c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221688,7 +221688,7 @@
221688221688
"type": "string"
221689221689
}
221690221690
],
221691-
"description": "The list of payment method types (e.g. card) to provide to the invoice’s PaymentIntent. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice’s default payment method, the subscription’s default payment method, the customer’s default payment method, and your [invoice template settings](https://dashboard.stripe.com/settings/billing/invoice)."
221691+
"description": "The list of payment method types (e.g. card) to provide to the invoice’s PaymentIntent. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice’s default payment method, the subscription’s default payment method, the customer’s default payment method, and your [invoice template settings](https://dashboard.stripe.com/settings/billing/invoice). Should not be specified with payment_method_configuration"
221692221692
},
221693221693
"save_default_payment_method": {
221694221694
"description": "Configure whether Stripe updates `subscription.default_payment_method` when payment succeeds. Defaults to `off` if unspecified.",
@@ -221702,6 +221702,7 @@
221702221702
"title": "payment_settings",
221703221703
"type": "object",
221704221704
"x-stripeMostCommon": [
221705+
"payment_method_configuration",
221705221706
"payment_method_options",
221706221707
"payment_method_types",
221707221708
"save_default_payment_method"
@@ -223724,7 +223725,7 @@
223724223725
"type": "string"
223725223726
}
223726223727
],
223727-
"description": "The list of payment method types (e.g. card) to provide to the invoice’s PaymentIntent. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice’s default payment method, the subscription’s default payment method, the customer’s default payment method, and your [invoice template settings](https://dashboard.stripe.com/settings/billing/invoice)."
223728+
"description": "The list of payment method types (e.g. card) to provide to the invoice’s PaymentIntent. If not set, Stripe attempts to automatically determine the types to use by looking at the invoice’s default payment method, the subscription’s default payment method, the customer’s default payment method, and your [invoice template settings](https://dashboard.stripe.com/settings/billing/invoice). Should not be specified with payment_method_configuration"
223728223729
},
223729223730
"save_default_payment_method": {
223730223731
"description": "Configure whether Stripe updates `subscription.default_payment_method` when payment succeeds. Defaults to `off` if unspecified.",
@@ -223738,6 +223739,7 @@
223738223739
"title": "payment_settings",
223739223740
"type": "object",
223740223741
"x-stripeMostCommon": [
223742+
"payment_method_configuration",
223741223743
"payment_method_options",
223742223744
"payment_method_types",
223743223745
"save_default_payment_method"

0 commit comments

Comments
 (0)