Skip to content

Commit

Permalink
OpenAPI Update (#798)
Browse files Browse the repository at this point in the history
Update OpenAPI for 724b87bbae5e8b500f109b2337650e3f8c6dedd1

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed May 6, 2024
1 parent f49c957 commit 84b2a4c
Show file tree
Hide file tree
Showing 2 changed files with 36 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 @@ -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
18 changes: 18 additions & 0 deletions embedded/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

0 comments on commit 84b2a4c

Please sign in to comment.