Skip to content

Commit

Permalink
OpenAPI Update (#771)
Browse files Browse the repository at this point in the history
Update OpenAPI for ef29c531cb76c8548efd46cad708ddd6e39a6316

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Apr 24, 2024
1 parent eaf8f21 commit 5432c3f
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 4 deletions.
106 changes: 104 additions & 2 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -8106,7 +8106,16 @@
},
"checkout_amazon_pay_payment_method_options": {
"description": "",
"properties": {},
"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",
"off_session"
],
"type": "string"
}
},
"title": "CheckoutAmazonPayPaymentMethodOptions",
"type": "object",
"x-expandableFields": []
Expand Down Expand Up @@ -8594,7 +8603,16 @@
},
"checkout_revolut_pay_payment_method_options": {
"description": "",
"properties": {},
"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",
"off_session"
],
"type": "string"
}
},
"title": "CheckoutRevolutPayPaymentMethodOptions",
"type": "object",
"x-expandableFields": []
Expand Down Expand Up @@ -23103,6 +23121,7 @@
"ach_credit_transfer",
"ach_debit",
"acss_debit",
"amazon_pay",
"au_becs_debit",
"bacs_debit",
"bancontact",
Expand All @@ -23121,6 +23140,7 @@
"paynow",
"paypal",
"promptpay",
"revolut_pay",
"sepa_credit_transfer",
"sepa_debit",
"sofort",
Expand Down Expand Up @@ -31795,6 +31815,17 @@
"in_package": ""
}
},
"mandate_amazon_pay": {
"description": "",
"properties": {},
"title": "mandate_amazon_pay",
"type": "object",
"x-expandableFields": [],
"x-stripeResource": {
"class_name": "AmazonPay",
"in_package": ""
}
},
"mandate_au_becs_debit": {
"description": "",
"properties": {
Expand Down Expand Up @@ -31888,6 +31919,9 @@
"acss_debit": {
"$ref": "#/components/schemas/mandate_acss_debit"
},
"amazon_pay": {
"$ref": "#/components/schemas/mandate_amazon_pay"
},
"au_becs_debit": {
"$ref": "#/components/schemas/mandate_au_becs_debit"
},
Expand All @@ -31909,6 +31943,9 @@
"payto": {
"$ref": "#/components/schemas/mandate_payto"
},
"revolut_pay": {
"$ref": "#/components/schemas/mandate_revolut_pay"
},
"sepa_debit": {
"$ref": "#/components/schemas/mandate_sepa_debit"
},
Expand All @@ -31928,13 +31965,15 @@
"type": "object",
"x-expandableFields": [
"acss_debit",
"amazon_pay",
"au_becs_debit",
"bacs_debit",
"card",
"cashapp",
"link",
"paypal",
"payto",
"revolut_pay",
"sepa_debit",
"us_bank_account"
]
Expand Down Expand Up @@ -32058,6 +32097,17 @@
"in_package": ""
}
},
"mandate_revolut_pay": {
"description": "",
"properties": {},
"title": "mandate_revolut_pay",
"type": "object",
"x-expandableFields": [],
"x-stripeResource": {
"class_name": "RevolutPay",
"in_package": ""
}
},
"mandate_sepa_debit": {
"description": "",
"properties": {
Expand Down Expand Up @@ -43006,6 +43056,14 @@
"manual"
],
"type": "string"
},
"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",
"off_session"
],
"type": "string"
}
},
"title": "payment_method_options_amazon_pay",
Expand Down Expand Up @@ -43666,6 +43724,14 @@
"manual"
],
"type": "string"
},
"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",
"off_session"
],
"type": "string"
}
},
"title": "payment_method_options_revolut_pay",
Expand Down Expand Up @@ -54562,6 +54628,9 @@
"acss_debit": {
"$ref": "#/components/schemas/setup_attempt_payment_method_details_acss_debit"
},
"amazon_pay": {
"$ref": "#/components/schemas/setup_attempt_payment_method_details_amazon_pay"
},
"au_becs_debit": {
"$ref": "#/components/schemas/setup_attempt_payment_method_details_au_becs_debit"
},
Expand Down Expand Up @@ -54598,6 +54667,9 @@
"payto": {
"$ref": "#/components/schemas/setup_attempt_payment_method_details_payto"
},
"revolut_pay": {
"$ref": "#/components/schemas/setup_attempt_payment_method_details_revolut_pay"
},
"sepa_debit": {
"$ref": "#/components/schemas/setup_attempt_payment_method_details_sepa_debit"
},
Expand All @@ -54620,6 +54692,7 @@
"type": "object",
"x-expandableFields": [
"acss_debit",
"amazon_pay",
"au_becs_debit",
"bacs_debit",
"bancontact",
Expand All @@ -54632,6 +54705,7 @@
"link",
"paypal",
"payto",
"revolut_pay",
"sepa_debit",
"sofort",
"us_bank_account"
Expand All @@ -54644,6 +54718,13 @@
"type": "object",
"x-expandableFields": []
},
"setup_attempt_payment_method_details_amazon_pay": {
"description": "",
"properties": {},
"title": "setup_attempt_payment_method_details_amazon_pay",
"type": "object",
"x-expandableFields": []
},
"setup_attempt_payment_method_details_au_becs_debit": {
"description": "",
"properties": {},
Expand Down Expand Up @@ -55151,6 +55232,17 @@
"type": "object",
"x-expandableFields": []
},
"setup_attempt_payment_method_details_revolut_pay": {
"description": "",
"properties": {},
"title": "setup_attempt_payment_method_details_revolut_pay",
"type": "object",
"x-expandableFields": [],
"x-stripeResource": {
"class_name": "RevolutPay",
"in_package": ""
}
},
"setup_attempt_payment_method_details_sepa_debit": {
"description": "",
"properties": {},
Expand Down Expand Up @@ -60929,6 +61021,7 @@
"ach_credit_transfer",
"ach_debit",
"acss_debit",
"amazon_pay",
"au_becs_debit",
"bacs_debit",
"bancontact",
Expand All @@ -60947,6 +61040,7 @@
"paynow",
"paypal",
"promptpay",
"revolut_pay",
"sepa_credit_transfer",
"sepa_debit",
"sofort",
Expand Down Expand Up @@ -105490,6 +105584,7 @@
"ach_credit_transfer",
"ach_debit",
"acss_debit",
"amazon_pay",
"au_becs_debit",
"bacs_debit",
"bancontact",
Expand All @@ -105508,6 +105603,7 @@
"paynow",
"paypal",
"promptpay",
"revolut_pay",
"sepa_credit_transfer",
"sepa_debit",
"sofort",
Expand Down Expand Up @@ -116290,6 +116386,7 @@
"ach_credit_transfer",
"ach_debit",
"acss_debit",
"amazon_pay",
"au_becs_debit",
"bacs_debit",
"bancontact",
Expand All @@ -116308,6 +116405,7 @@
"paynow",
"paypal",
"promptpay",
"revolut_pay",
"sepa_credit_transfer",
"sepa_debit",
"sofort",
Expand Down Expand Up @@ -181952,6 +182050,7 @@
"ach_credit_transfer",
"ach_debit",
"acss_debit",
"amazon_pay",
"au_becs_debit",
"bacs_debit",
"bancontact",
Expand All @@ -181970,6 +182069,7 @@
"paynow",
"paypal",
"promptpay",
"revolut_pay",
"sepa_credit_transfer",
"sepa_debit",
"sofort",
Expand Down Expand Up @@ -183720,6 +183820,7 @@
"ach_credit_transfer",
"ach_debit",
"acss_debit",
"amazon_pay",
"au_becs_debit",
"bacs_debit",
"bancontact",
Expand All @@ -183738,6 +183839,7 @@
"paynow",
"paypal",
"promptpay",
"revolut_pay",
"sepa_credit_transfer",
"sepa_debit",
"sofort",
Expand Down
Loading

0 comments on commit 5432c3f

Please sign in to comment.