Skip to content

Commit

Permalink
OpenAPI Update (#751)
Browse files Browse the repository at this point in the history
Update OpenAPI for 35ec15d42317a85cc610f41503c281109eceb56d

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Apr 15, 2024
1 parent d88bf38 commit 78b3f11
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 0 deletions.
58 changes: 58 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
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
54 changes: 54 additions & 0 deletions embedded/openapi/spec3.json
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

0 comments on commit 78b3f11

Please sign in to comment.