Skip to content

Commit

Permalink
Update OpenAPI for 202310e1c4293cf51cbd9d609847994c12a92d06
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Apr 29, 2024
1 parent a86dc66 commit e5d17f8
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -8484,6 +8484,21 @@
"type": "object",
"x-expandableFields": []
},
"checkout_multibanco_payment_method_options": {
"description": "",
"properties": {
"setup_future_usage": {
"description": "Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nProviding this parameter will [attach the payment method](https://stripe.com/docs/payments/save-during-payment) to the PaymentIntent's Customer, if present, after the PaymentIntent is confirmed and any required actions from the user are complete. If no Customer was provided, the payment method can still be [attached](https://stripe.com/docs/api/payment_methods/attach) to a Customer after the transaction completes.\n\nWhen processing card payments, Stripe also uses `setup_future_usage` to dynamically optimize your payment flow and comply with regional legislation and network rules, such as [SCA](https://stripe.com/docs/strong-customer-authentication).",
"enum": [
"none"
],
"type": "string"
}
},
"title": "CheckoutMultibancoPaymentMethodOptions",
"type": "object",
"x-expandableFields": []
},
"checkout_oxxo_payment_method_options": {
"description": "",
"properties": {
Expand Down Expand Up @@ -8698,6 +8713,9 @@
"mobilepay": {
"$ref": "#/components/schemas/checkout_mobilepay_payment_method_options"
},
"multibanco": {
"$ref": "#/components/schemas/checkout_multibanco_payment_method_options"
},
"oxxo": {
"$ref": "#/components/schemas/checkout_oxxo_payment_method_options"
},
Expand Down Expand Up @@ -8753,6 +8771,7 @@
"konbini",
"link",
"mobilepay",
"multibanco",
"oxxo",
"p24",
"paynow",
Expand Down Expand Up @@ -88414,6 +88433,20 @@
"title": "payment_method_options_param",
"type": "object"
},
"multibanco": {
"description": "contains details about the Multibanco payment method options.",
"properties": {
"setup_future_usage": {
"description": "Indicates that you intend to make future payments with this PaymentIntent's payment method.\n\nProviding this parameter will [attach the payment method](https://stripe.com/docs/payments/save-during-payment) to the PaymentIntent's Customer, if present, after the PaymentIntent is confirmed and any required actions from the user are complete. If no Customer was provided, the payment method can still be [attached](https://stripe.com/docs/api/payment_methods/attach) to a Customer after the transaction completes.\n\nWhen processing card payments, Stripe also uses `setup_future_usage` to dynamically optimize your payment flow and comply with regional legislation and network rules, such as [SCA](https://stripe.com/docs/strong-customer-authentication).",
"enum": [
"none"
],
"type": "string"
}
},
"title": "payment_method_options_param",
"type": "object"
},
"oxxo": {
"description": "contains details about the OXXO payment method options.",
"properties": {
Expand Down Expand Up @@ -88729,6 +88762,7 @@
"konbini",
"link",
"mobilepay",
"multibanco",
"oxxo",
"p24",
"paynow",
Expand Down

0 comments on commit e5d17f8

Please sign in to comment.