Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jul 12, 2023
1 parent e484958 commit 515a218
Show file tree
Hide file tree
Showing 6 changed files with 274 additions and 0 deletions.
32 changes: 32 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -26552,6 +26552,14 @@
"payment_flows_automatic_payment_methods_payment_intent": {
"description": "",
"properties": {
"allow_redirects": {
"description": "Controls whether this PaymentIntent will accept redirect-based payment methods.\n\nRedirect-based payment methods may require your customer to be redirected to a payment method's app or site for authentication or additional steps. To [confirm](https://stripe.com/docs/api/payment_intents/confirm) this PaymentIntent, you may be required to provide a `return_url` to redirect customers back to your site after they authenticate or complete the payment.",
"enum": [
"always",
"never"
],
"type": "string"
},
"enabled": {
"description": "Automatically calculates compatible payment methods",
"type": "boolean"
Expand All @@ -26571,6 +26579,14 @@
"payment_flows_automatic_payment_methods_setup_intent": {
"description": "",
"properties": {
"allow_redirects": {
"description": "Controls whether this SetupIntent will accept redirect-based payment methods.\n\nRedirect-based payment methods may require your customer to be redirected to a payment method's app or site for authentication or additional steps. To [confirm](https://stripe.com/docs/api/setup_intents/confirm) this SetupIntent, you may be required to provide a `return_url` to redirect customers back to your site after they authenticate or complete the setup.",
"enum": [
"always",
"never"
],
"type": "string"
},
"enabled": {
"description": "Automatically calculates compatible payment methods",
"nullable": true,
Expand Down Expand Up @@ -103826,6 +103842,14 @@
"automatic_payment_methods": {
"description": "When enabled, this PaymentIntent will accept payment methods that you have enabled in the Dashboard and are compatible with this PaymentIntent's other parameters.",
"properties": {
"allow_redirects": {
"description": "Controls whether this PaymentIntent will accept redirect-based payment methods.\n\nRedirect-based payment methods may require your customer to be redirected to a payment method's app or site for authentication or additional steps. To [confirm](https://stripe.com/docs/api/payment_intents/confirm) this PaymentIntent, you may be required to provide a `return_url` to redirect customers back to your site after they authenticate or complete the payment.",
"enum": [
"always",
"never"
],
"type": "string"
},
"enabled": {
"description": "Whether this feature is enabled.",
"type": "boolean"
Expand Down Expand Up @@ -132855,6 +132879,14 @@
"automatic_payment_methods": {
"description": "When enabled, this SetupIntent will accept payment methods that you have enabled in the Dashboard and are compatible with this SetupIntent's other parameters.",
"properties": {
"allow_redirects": {
"description": "Controls whether this SetupIntent will accept redirect-based payment methods.\n\nRedirect-based payment methods may require your customer to be redirected to a payment method's app or site for authentication or additional steps. To [confirm](https://stripe.com/docs/api/setup_intents/confirm) this SetupIntent, you may be required to provide a `return_url` to redirect customers back to your site after they authenticate or complete the setup.",
"enum": [
"always",
"never"
],
"type": "string"
},
"enabled": {
"description": "Whether this feature is enabled.",
"type": "boolean"
Expand Down
68 changes: 68 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24218,6 +24218,23 @@ components:
payment_flows_automatic_payment_methods_payment_intent:
description: ''
properties:
allow_redirects:
description: >-
Controls whether this PaymentIntent will accept redirect-based
payment methods.


Redirect-based payment methods may require your customer to be
redirected to a payment method's app or site for authentication or
additional steps. To
[confirm](https://stripe.com/docs/api/payment_intents/confirm) this
PaymentIntent, you may be required to provide a `return_url` to
redirect customers back to your site after they authenticate or
complete the payment.
enum:
- always
- never
type: string
enabled:
description: Automatically calculates compatible payment methods
type: boolean
Expand All @@ -24232,6 +24249,23 @@ components:
payment_flows_automatic_payment_methods_setup_intent:
description: ''
properties:
allow_redirects:
description: >-
Controls whether this SetupIntent will accept redirect-based payment
methods.


Redirect-based payment methods may require your customer to be
redirected to a payment method's app or site for authentication or
additional steps. To
[confirm](https://stripe.com/docs/api/setup_intents/confirm) this
SetupIntent, you may be required to provide a `return_url` to
redirect customers back to your site after they authenticate or
complete the setup.
enum:
- always
- never
type: string
enabled:
description: Automatically calculates compatible payment methods
nullable: true
Expand Down Expand Up @@ -95662,6 +95696,23 @@ paths:
that you have enabled in the Dashboard and are compatible
with this PaymentIntent's other parameters.
properties:
allow_redirects:
description: >-
Controls whether this PaymentIntent will accept
redirect-based payment methods.


Redirect-based payment methods may require your customer
to be redirected to a payment method's app or site for
authentication or additional steps. To
[confirm](https://stripe.com/docs/api/payment_intents/confirm)
this PaymentIntent, you may be required to provide a
`return_url` to redirect customers back to your site
after they authenticate or complete the payment.
enum:
- always
- never
type: string
enabled:
description: Whether this feature is enabled.
type: boolean
Expand Down Expand Up @@ -125498,6 +125549,23 @@ paths:
that you have enabled in the Dashboard and are compatible
with this SetupIntent's other parameters.
properties:
allow_redirects:
description: >-
Controls whether this SetupIntent will accept
redirect-based payment methods.


Redirect-based payment methods may require your customer
to be redirected to a payment method's app or site for
authentication or additional steps. To
[confirm](https://stripe.com/docs/api/setup_intents/confirm)
this SetupIntent, you may be required to provide a
`return_url` to redirect customers back to your site
after they authenticate or complete the setup.
enum:
- always
- never
type: string
enabled:
description: Whether this feature is enabled.
type: boolean
Expand Down
30 changes: 30 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -18996,6 +18996,14 @@
"payment_flows_automatic_payment_methods_payment_intent": {
"description": "",
"properties": {
"allow_redirects": {
"description": "Controls whether this PaymentIntent will accept redirect-based payment methods.\n\nRedirect-based payment methods may require your customer to be redirected to a payment method's app or site for authentication or additional steps. To [confirm](https://stripe.com/docs/api/payment_intents/confirm) this PaymentIntent, you may be required to provide a `return_url` to redirect customers back to your site after they authenticate or complete the payment.",
"enum": [
"always",
"never"
],
"type": "string"
},
"enabled": {
"description": "Automatically calculates compatible payment methods",
"type": "boolean"
Expand All @@ -19011,6 +19019,14 @@
"payment_flows_automatic_payment_methods_setup_intent": {
"description": "",
"properties": {
"allow_redirects": {
"description": "Controls whether this SetupIntent will accept redirect-based payment methods.\n\nRedirect-based payment methods may require your customer to be redirected to a payment method's app or site for authentication or additional steps. To [confirm](https://stripe.com/docs/api/setup_intents/confirm) this SetupIntent, you may be required to provide a `return_url` to redirect customers back to your site after they authenticate or complete the setup.",
"enum": [
"always",
"never"
],
"type": "string"
},
"enabled": {
"description": "Automatically calculates compatible payment methods",
"nullable": true,
Expand Down Expand Up @@ -84999,6 +85015,13 @@
"automatic_payment_methods": {
"description": "When enabled, this PaymentIntent will accept payment methods that you have enabled in the Dashboard and are compatible with this PaymentIntent's other parameters.",
"properties": {
"allow_redirects": {
"enum": [
"always",
"never"
],
"type": "string"
},
"enabled": {
"type": "boolean"
}
Expand Down Expand Up @@ -104635,6 +104658,13 @@
"automatic_payment_methods": {
"description": "When enabled, this SetupIntent will accept payment methods that you have enabled in the Dashboard and are compatible with this SetupIntent's other parameters.",
"properties": {
"allow_redirects": {
"enum": [
"always",
"never"
],
"type": "string"
},
"enabled": {
"type": "boolean"
}
Expand Down
32 changes: 32 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -23118,6 +23118,14 @@
"payment_flows_automatic_payment_methods_payment_intent": {
"description": "",
"properties": {
"allow_redirects": {
"description": "Controls whether this PaymentIntent will accept redirect-based payment methods.\n\nRedirect-based payment methods may require your customer to be redirected to a payment method's app or site for authentication or additional steps. To [confirm](https://stripe.com/docs/api/payment_intents/confirm) this PaymentIntent, you may be required to provide a `return_url` to redirect customers back to your site after they authenticate or complete the payment.",
"enum": [
"always",
"never"
],
"type": "string"
},
"enabled": {
"description": "Automatically calculates compatible payment methods",
"type": "boolean"
Expand All @@ -23137,6 +23145,14 @@
"payment_flows_automatic_payment_methods_setup_intent": {
"description": "",
"properties": {
"allow_redirects": {
"description": "Controls whether this SetupIntent will accept redirect-based payment methods.\n\nRedirect-based payment methods may require your customer to be redirected to a payment method's app or site for authentication or additional steps. To [confirm](https://stripe.com/docs/api/setup_intents/confirm) this SetupIntent, you may be required to provide a `return_url` to redirect customers back to your site after they authenticate or complete the setup.",
"enum": [
"always",
"never"
],
"type": "string"
},
"enabled": {
"description": "Automatically calculates compatible payment methods",
"nullable": true,
Expand Down Expand Up @@ -88268,6 +88284,14 @@
"automatic_payment_methods": {
"description": "When enabled, this PaymentIntent will accept payment methods that you have enabled in the Dashboard and are compatible with this PaymentIntent's other parameters.",
"properties": {
"allow_redirects": {
"description": "Controls whether this PaymentIntent will accept redirect-based payment methods.\n\nRedirect-based payment methods may require your customer to be redirected to a payment method's app or site for authentication or additional steps. To [confirm](https://stripe.com/docs/api/payment_intents/confirm) this PaymentIntent, you may be required to provide a `return_url` to redirect customers back to your site after they authenticate or complete the payment.",
"enum": [
"always",
"never"
],
"type": "string"
},
"enabled": {
"description": "Whether this feature is enabled.",
"type": "boolean"
Expand Down Expand Up @@ -109075,6 +109099,14 @@
"automatic_payment_methods": {
"description": "When enabled, this SetupIntent will accept payment methods that you have enabled in the Dashboard and are compatible with this SetupIntent's other parameters.",
"properties": {
"allow_redirects": {
"description": "Controls whether this SetupIntent will accept redirect-based payment methods.\n\nRedirect-based payment methods may require your customer to be redirected to a payment method's app or site for authentication or additional steps. To [confirm](https://stripe.com/docs/api/setup_intents/confirm) this SetupIntent, you may be required to provide a `return_url` to redirect customers back to your site after they authenticate or complete the setup.",
"enum": [
"always",
"never"
],
"type": "string"
},
"enabled": {
"description": "Whether this feature is enabled.",
"type": "boolean"
Expand Down
68 changes: 68 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21136,6 +21136,23 @@ components:
payment_flows_automatic_payment_methods_payment_intent:
description: ''
properties:
allow_redirects:
description: >-
Controls whether this PaymentIntent will accept redirect-based
payment methods.


Redirect-based payment methods may require your customer to be
redirected to a payment method's app or site for authentication or
additional steps. To
[confirm](https://stripe.com/docs/api/payment_intents/confirm) this
PaymentIntent, you may be required to provide a `return_url` to
redirect customers back to your site after they authenticate or
complete the payment.
enum:
- always
- never
type: string
enabled:
description: Automatically calculates compatible payment methods
type: boolean
Expand All @@ -21150,6 +21167,23 @@ components:
payment_flows_automatic_payment_methods_setup_intent:
description: ''
properties:
allow_redirects:
description: >-
Controls whether this SetupIntent will accept redirect-based payment
methods.


Redirect-based payment methods may require your customer to be
redirected to a payment method's app or site for authentication or
additional steps. To
[confirm](https://stripe.com/docs/api/setup_intents/confirm) this
SetupIntent, you may be required to provide a `return_url` to
redirect customers back to your site after they authenticate or
complete the setup.
enum:
- always
- never
type: string
enabled:
description: Automatically calculates compatible payment methods
nullable: true
Expand Down Expand Up @@ -80958,6 +80992,23 @@ paths:
that you have enabled in the Dashboard and are compatible
with this PaymentIntent's other parameters.
properties:
allow_redirects:
description: >-
Controls whether this PaymentIntent will accept
redirect-based payment methods.


Redirect-based payment methods may require your customer
to be redirected to a payment method's app or site for
authentication or additional steps. To
[confirm](https://stripe.com/docs/api/payment_intents/confirm)
this PaymentIntent, you may be required to provide a
`return_url` to redirect customers back to your site
after they authenticate or complete the payment.
enum:
- always
- never
type: string
enabled:
description: Whether this feature is enabled.
type: boolean
Expand Down Expand Up @@ -102799,6 +102850,23 @@ paths:
that you have enabled in the Dashboard and are compatible
with this SetupIntent's other parameters.
properties:
allow_redirects:
description: >-
Controls whether this SetupIntent will accept
redirect-based payment methods.


Redirect-based payment methods may require your customer
to be redirected to a payment method's app or site for
authentication or additional steps. To
[confirm](https://stripe.com/docs/api/setup_intents/confirm)
this SetupIntent, you may be required to provide a
`return_url` to redirect customers back to your site
after they authenticate or complete the setup.
enum:
- always
- never
type: string
enabled:
description: Whether this feature is enabled.
type: boolean
Expand Down
Loading

0 comments on commit 515a218

Please sign in to comment.