Skip to content

Commit

Permalink
OpenAPI Update (#1033)
Browse files Browse the repository at this point in the history
Update OpenAPI for 7ffefe560bb87a9cff2e979b74f5126842f98c71

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Dec 5, 2024
1 parent abda7cd commit b15c97c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -221688,7 +221688,7 @@
"type": "string"
}
],
"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)."
"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"
},
"save_default_payment_method": {
"description": "Configure whether Stripe updates `subscription.default_payment_method` when payment succeeds. Defaults to `off` if unspecified.",
Expand All @@ -221702,6 +221702,7 @@
"title": "payment_settings",
"type": "object",
"x-stripeMostCommon": [
"payment_method_configuration",
"payment_method_options",
"payment_method_types",
"save_default_payment_method"
Expand Down Expand Up @@ -223724,7 +223725,7 @@
"type": "string"
}
],
"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)."
"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"
},
"save_default_payment_method": {
"description": "Configure whether Stripe updates `subscription.default_payment_method` when payment succeeds. Defaults to `off` if unspecified.",
Expand All @@ -223738,6 +223739,7 @@
"title": "payment_settings",
"type": "object",
"x-stripeMostCommon": [
"payment_method_configuration",
"payment_method_options",
"payment_method_types",
"save_default_payment_method"
Expand Down

0 comments on commit b15c97c

Please sign in to comment.