Skip to content

Commit

Permalink
Update OpenAPI for 336f97a91d8bc3278e6eae5f678df8a99a8a8229
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jul 1, 2024
1 parent c8b8864 commit ff592e2
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -13600,6 +13600,15 @@
"type": "string",
"x-stripeBypassValidation": true
},
"payment_method_save_usage": {
"description": "When using PaymentIntents and the customer checks the save checkbox, this field determines the [`setup_future_usage`](https://docs.stripe.com/api/payment_intents/object#payment_intent_object-setup_future_usage) value used to confirm the PaymentIntent.\n\nWhen using SetupIntents, directly configure the [`usage`](https://docs.stripe.com/api/setup_intents/object#setup_intent_object-usage) value on SetupIntent creation.",
"enum": [
"off_session",
"on_session"
],
"nullable": true,
"type": "string"
},
"payment_method_update": {
"description": "Controls whether the Payment Element displays the option to update a saved payment method. This parameter defaults to `disabled`.",
"enum": [
Expand All @@ -13613,6 +13622,7 @@
"required": [
"payment_method_remove",
"payment_method_save",
"payment_method_save_usage",
"payment_method_update"
],
"title": "CustomerSessionResourceComponentsResourcePaymentElementResourceFeatures",
Expand Down Expand Up @@ -94687,6 +94697,14 @@
"type": "string",
"x-stripeBypassValidation": true
},
"payment_method_save_usage": {
"description": "When using PaymentIntents and the customer checks the save checkbox, this field determines the [`setup_future_usage`](https://docs.stripe.com/api/payment_intents/object#payment_intent_object-setup_future_usage) value used to confirm the PaymentIntent.\n\nWhen using SetupIntents, directly configure the [`usage`](https://docs.stripe.com/api/setup_intents/object#setup_intent_object-usage) value on SetupIntent creation.",
"enum": [
"off_session",
"on_session"
],
"type": "string"
},
"payment_method_update": {
"description": "Controls whether the Payment Element displays the option to update a saved payment method. This parameter defaults to `disabled`.",
"enum": [
Expand Down

0 comments on commit ff592e2

Please sign in to comment.