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 May 6, 2024
1 parent dce6c4b commit 724b87b
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 0 deletions.
18 changes: 18 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -9758,6 +9758,15 @@
"alipay": {
"$ref": "#/components/schemas/payment_flows_private_payment_methods_alipay"
},
"allow_redisplay": {
"description": "This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow. The field defaults to “unspecified”.",
"enum": [
"always",
"limited",
"unspecified"
],
"type": "string"
},
"amazon_pay": {
"$ref": "#/components/schemas/payment_method_amazon_pay"
},
Expand Down Expand Up @@ -38625,6 +38634,15 @@
"alipay": {
"$ref": "#/components/schemas/payment_flows_private_payment_methods_alipay"
},
"allow_redisplay": {
"description": "This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow. The field defaults to “unspecified”.",
"enum": [
"always",
"limited",
"unspecified"
],
"type": "string"
},
"amazon_pay": {
"$ref": "#/components/schemas/payment_method_amazon_pay"
},
Expand Down
24 changes: 24 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9484,6 +9484,18 @@ components:
$ref: '#/components/schemas/payment_method_afterpay_clearpay'
alipay:
$ref: '#/components/schemas/payment_flows_private_payment_methods_alipay'
allow_redisplay:
description: >-
This field indicates whether this payment method can be shown again
to its customer in a checkout flow. Stripe products such as Checkout
and Elements use this field to determine whether a payment method
can be shown as a saved payment method in a checkout flow. The field
defaults to “unspecified”.
enum:
- always
- limited
- unspecified
type: string
amazon_pay:
$ref: '#/components/schemas/payment_method_amazon_pay'
au_becs_debit:
Expand Down Expand Up @@ -35073,6 +35085,18 @@ components:
$ref: '#/components/schemas/payment_method_afterpay_clearpay'
alipay:
$ref: '#/components/schemas/payment_flows_private_payment_methods_alipay'
allow_redisplay:
description: >-
This field indicates whether this payment method can be shown again
to its customer in a checkout flow. Stripe products such as Checkout
and Elements use this field to determine whether a payment method
can be shown as a saved payment method in a checkout flow. The field
defaults to “unspecified”.
enum:
- always
- limited
- unspecified
type: string
amazon_pay:
$ref: '#/components/schemas/payment_method_amazon_pay'
au_becs_debit:
Expand Down
18 changes: 18 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -6835,6 +6835,15 @@
"alipay": {
"$ref": "#/components/schemas/payment_flows_private_payment_methods_alipay"
},
"allow_redisplay": {
"description": "This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow. The field defaults to “unspecified”.",
"enum": [
"always",
"limited",
"unspecified"
],
"type": "string"
},
"amazon_pay": {
"$ref": "#/components/schemas/payment_method_amazon_pay"
},
Expand Down Expand Up @@ -27091,6 +27100,15 @@
"alipay": {
"$ref": "#/components/schemas/payment_flows_private_payment_methods_alipay"
},
"allow_redisplay": {
"description": "This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow. The field defaults to “unspecified”.",
"enum": [
"always",
"limited",
"unspecified"
],
"type": "string"
},
"amazon_pay": {
"$ref": "#/components/schemas/payment_method_amazon_pay"
},
Expand Down
18 changes: 18 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -8630,6 +8630,15 @@
"alipay": {
"$ref": "#/components/schemas/payment_flows_private_payment_methods_alipay"
},
"allow_redisplay": {
"description": "This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow. The field defaults to “unspecified”.",
"enum": [
"always",
"limited",
"unspecified"
],
"type": "string"
},
"amazon_pay": {
"$ref": "#/components/schemas/payment_method_amazon_pay"
},
Expand Down Expand Up @@ -33138,6 +33147,15 @@
"alipay": {
"$ref": "#/components/schemas/payment_flows_private_payment_methods_alipay"
},
"allow_redisplay": {
"description": "This field indicates whether this payment method can be shown again to its customer in a checkout flow. Stripe products such as Checkout and Elements use this field to determine whether a payment method can be shown as a saved payment method in a checkout flow. The field defaults to “unspecified”.",
"enum": [
"always",
"limited",
"unspecified"
],
"type": "string"
},
"amazon_pay": {
"$ref": "#/components/schemas/payment_method_amazon_pay"
},
Expand Down
24 changes: 24 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8455,6 +8455,18 @@ components:
$ref: '#/components/schemas/payment_method_afterpay_clearpay'
alipay:
$ref: '#/components/schemas/payment_flows_private_payment_methods_alipay'
allow_redisplay:
description: >-
This field indicates whether this payment method can be shown again
to its customer in a checkout flow. Stripe products such as Checkout
and Elements use this field to determine whether a payment method
can be shown as a saved payment method in a checkout flow. The field
defaults to “unspecified”.
enum:
- always
- limited
- unspecified
type: string
amazon_pay:
$ref: '#/components/schemas/payment_method_amazon_pay'
au_becs_debit:
Expand Down Expand Up @@ -30218,6 +30230,18 @@ components:
$ref: '#/components/schemas/payment_method_afterpay_clearpay'
alipay:
$ref: '#/components/schemas/payment_flows_private_payment_methods_alipay'
allow_redisplay:
description: >-
This field indicates whether this payment method can be shown again
to its customer in a checkout flow. Stripe products such as Checkout
and Elements use this field to determine whether a payment method
can be shown as a saved payment method in a checkout flow. The field
defaults to “unspecified”.
enum:
- always
- limited
- unspecified
type: string
amazon_pay:
$ref: '#/components/schemas/payment_method_amazon_pay'
au_becs_debit:
Expand Down
24 changes: 24 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7049,6 +7049,18 @@ components:
$ref: '#/components/schemas/payment_method_afterpay_clearpay'
alipay:
$ref: '#/components/schemas/payment_flows_private_payment_methods_alipay'
allow_redisplay:
description: >-
This field indicates whether this payment method can be shown again
to its customer in a checkout flow. Stripe products such as Checkout
and Elements use this field to determine whether a payment method
can be shown as a saved payment method in a checkout flow. The field
defaults to “unspecified”.
enum:
- always
- limited
- unspecified
type: string
amazon_pay:
$ref: '#/components/schemas/payment_method_amazon_pay'
au_becs_debit:
Expand Down Expand Up @@ -25457,6 +25469,18 @@ components:
$ref: '#/components/schemas/payment_method_afterpay_clearpay'
alipay:
$ref: '#/components/schemas/payment_flows_private_payment_methods_alipay'
allow_redisplay:
description: >-
This field indicates whether this payment method can be shown again
to its customer in a checkout flow. Stripe products such as Checkout
and Elements use this field to determine whether a payment method
can be shown as a saved payment method in a checkout flow. The field
defaults to “unspecified”.
enum:
- always
- limited
- unspecified
type: string
amazon_pay:
$ref: '#/components/schemas/payment_method_amazon_pay'
au_becs_debit:
Expand Down

0 comments on commit 724b87b

Please sign in to comment.