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 Apr 15, 2024
1 parent dc02963 commit 35ec15d
Show file tree
Hide file tree
Showing 6 changed files with 360 additions and 0 deletions.
58 changes: 58 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -39672,6 +39672,9 @@
"sofort": {
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
},
"swish": {
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
},
"us_bank_account": {
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
},
Expand Down Expand Up @@ -39729,6 +39732,7 @@
"revolut_pay",
"sepa_debit",
"sofort",
"swish",
"us_bank_account",
"wechat_pay",
"zip"
Expand Down Expand Up @@ -150220,6 +150224,10 @@
"explode": true,
"style": "deepObject"
},
"swish": {
"explode": true,
"style": "deepObject"
},
"us_bank_account": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -151059,6 +151067,29 @@
"title": "payment_method_param",
"type": "object"
},
"swish": {
"description": "Swish is a [real-time](https://stripe.com/docs/payments/real-time) payment method popular in Sweden. It allows customers to [authenticate and approve](https://stripe.com/docs/payments/payment-methods#customer-actions) payments using the Swish mobile app and the Swedish BankID mobile app. Check this [page](https://stripe.com/docs/payments/swish) for more details.",
"properties": {
"display_preference": {
"description": "Whether or not the payment method should be displayed.",
"properties": {
"preference": {
"description": "The account's preference for whether or not to display this payment method.",
"enum": [
"none",
"off",
"on"
],
"type": "string"
}
},
"title": "display_preference_param",
"type": "object"
}
},
"title": "payment_method_param",
"type": "object"
},
"us_bank_account": {
"description": "Stripe users in the United States can accept ACH direct debit payments from customers with a US bank account using the Automated Clearing House (ACH) payments system operated by Nacha. Check this [page](https://stripe.com/docs/payments/ach-debit) for more details.",
"properties": {
Expand Down Expand Up @@ -151389,6 +151420,10 @@
"explode": true,
"style": "deepObject"
},
"swish": {
"explode": true,
"style": "deepObject"
},
"us_bank_account": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -152227,6 +152262,29 @@
"title": "payment_method_param",
"type": "object"
},
"swish": {
"description": "Swish is a [real-time](https://stripe.com/docs/payments/real-time) payment method popular in Sweden. It allows customers to [authenticate and approve](https://stripe.com/docs/payments/payment-methods#customer-actions) payments using the Swish mobile app and the Swedish BankID mobile app. Check this [page](https://stripe.com/docs/payments/swish) for more details.",
"properties": {
"display_preference": {
"description": "Whether or not the payment method should be displayed.",
"properties": {
"preference": {
"description": "The account's preference for whether or not to display this payment method.",
"enum": [
"none",
"off",
"on"
],
"type": "string"
}
},
"title": "display_preference_param",
"type": "object"
}
},
"title": "payment_method_param",
"type": "object"
},
"us_bank_account": {
"description": "Stripe users in the United States can accept ACH direct debit payments from customers with a US bank account using the Automated Clearing House (ACH) payments system operated by Nacha. Check this [page](https://stripe.com/docs/payments/ach-debit) for more details.",
"properties": {
Expand Down
66 changes: 66 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35972,6 +35972,9 @@ components:
sofort:
$ref: >-
#/components/schemas/payment_method_config_resource_payment_method_properties
swish:
$ref: >-
#/components/schemas/payment_method_config_resource_payment_method_properties
us_bank_account:
$ref: >-
#/components/schemas/payment_method_config_resource_payment_method_properties
Expand Down Expand Up @@ -36027,6 +36030,7 @@ components:
- revolut_pay
- sepa_debit
- sofort
- swish
- us_bank_account
- wechat_pay
- zip
Expand Down Expand Up @@ -142438,6 +142442,9 @@ paths:
sofort:
explode: true
style: deepObject
swish:
explode: true
style: deepObject
us_bank_account:
explode: true
style: deepObject
Expand Down Expand Up @@ -143343,6 +143350,34 @@ paths:
type: object
title: payment_method_param
type: object
swish:
description: >-
Swish is a
[real-time](https://stripe.com/docs/payments/real-time)
payment method popular in Sweden. It allows customers to
[authenticate and
approve](https://stripe.com/docs/payments/payment-methods#customer-actions)
payments using the Swish mobile app and the Swedish BankID
mobile app. Check this
[page](https://stripe.com/docs/payments/swish) for more
details.
properties:
display_preference:
description: Whether or not the payment method should be displayed.
properties:
preference:
description: >-
The account's preference for whether or not to
display this payment method.
enum:
- none
- 'off'
- 'on'
type: string
title: display_preference_param
type: object
title: payment_method_param
type: object
us_bank_account:
description: >-
Stripe users in the United States can accept ACH direct
Expand Down Expand Up @@ -143601,6 +143636,9 @@ paths:
sofort:
explode: true
style: deepObject
swish:
explode: true
style: deepObject
us_bank_account:
explode: true
style: deepObject
Expand Down Expand Up @@ -144503,6 +144541,34 @@ paths:
type: object
title: payment_method_param
type: object
swish:
description: >-
Swish is a
[real-time](https://stripe.com/docs/payments/real-time)
payment method popular in Sweden. It allows customers to
[authenticate and
approve](https://stripe.com/docs/payments/payment-methods#customer-actions)
payments using the Swish mobile app and the Swedish BankID
mobile app. Check this
[page](https://stripe.com/docs/payments/swish) for more
details.
properties:
display_preference:
description: Whether or not the payment method should be displayed.
properties:
preference:
description: >-
The account's preference for whether or not to
display this payment method.
enum:
- none
- 'off'
- 'on'
type: string
title: display_preference_param
type: object
title: payment_method_param
type: object
us_bank_account:
description: >-
Stripe users in the United States can accept ACH direct
Expand Down
54 changes: 54 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -28055,6 +28055,9 @@
"sofort": {
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
},
"swish": {
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
},
"us_bank_account": {
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
},
Expand Down Expand Up @@ -28109,6 +28112,7 @@
"revolut_pay",
"sepa_debit",
"sofort",
"swish",
"us_bank_account",
"wechat_pay",
"zip"
Expand Down Expand Up @@ -110775,6 +110779,10 @@
"explode": true,
"style": "deepObject"
},
"swish": {
"explode": true,
"style": "deepObject"
},
"us_bank_account": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -111523,6 +111531,27 @@
"title": "payment_method_param",
"type": "object"
},
"swish": {
"description": "Swish is a [real-time](https://stripe.com/docs/payments/real-time) payment method popular in Sweden. It allows customers to [authenticate and approve](https://stripe.com/docs/payments/payment-methods#customer-actions) payments using the Swish mobile app and the Swedish BankID mobile app. Check this [page](https://stripe.com/docs/payments/swish) for more details.",
"properties": {
"display_preference": {
"properties": {
"preference": {
"enum": [
"none",
"off",
"on"
],
"type": "string"
}
},
"title": "display_preference_param",
"type": "object"
}
},
"title": "payment_method_param",
"type": "object"
},
"us_bank_account": {
"description": "Stripe users in the United States can accept ACH direct debit payments from customers with a US bank account using the Automated Clearing House (ACH) payments system operated by Nacha. Check this [page](https://stripe.com/docs/payments/ach-debit) for more details.",
"properties": {
Expand Down Expand Up @@ -111843,6 +111872,10 @@
"explode": true,
"style": "deepObject"
},
"swish": {
"explode": true,
"style": "deepObject"
},
"us_bank_account": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -112590,6 +112623,27 @@
"title": "payment_method_param",
"type": "object"
},
"swish": {
"description": "Swish is a [real-time](https://stripe.com/docs/payments/real-time) payment method popular in Sweden. It allows customers to [authenticate and approve](https://stripe.com/docs/payments/payment-methods#customer-actions) payments using the Swish mobile app and the Swedish BankID mobile app. Check this [page](https://stripe.com/docs/payments/swish) for more details.",
"properties": {
"display_preference": {
"properties": {
"preference": {
"enum": [
"none",
"off",
"on"
],
"type": "string"
}
},
"title": "display_preference_param",
"type": "object"
}
},
"title": "payment_method_param",
"type": "object"
},
"us_bank_account": {
"description": "Stripe users in the United States can accept ACH direct debit payments from customers with a US bank account using the Automated Clearing House (ACH) payments system operated by Nacha. Check this [page](https://stripe.com/docs/payments/ach-debit) for more details.",
"properties": {
Expand Down
Loading

0 comments on commit 35ec15d

Please sign in to comment.