Skip to content

Commit

Permalink
OpenAPI Update (#931)
Browse files Browse the repository at this point in the history
Update OpenAPI for a17f679378a8166668baeee6117b71cb1a2d924c

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jul 23, 2024
1 parent e17b930 commit e691afa
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
Original file line number Diff line number Diff line change
Expand Up @@ -41355,6 +41355,9 @@
"swish": {
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
},
"twint": {
"$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 @@ -41415,6 +41418,7 @@
"sepa_debit",
"sofort",
"swish",
"twint",
"us_bank_account",
"wechat_pay",
"zip"
Expand Down Expand Up @@ -154084,6 +154088,10 @@
"explode": true,
"style": "deepObject"
},
"twint": {
"explode": true,
"style": "deepObject"
},
"us_bank_account": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -154992,6 +155000,29 @@
"title": "payment_method_param",
"type": "object"
},
"twint": {
"description": "Twint is a payment method popular in Switzerland. It allows customers to pay using their mobile phone. Check this [page](https://docs.stripe.com/payments/twint) 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 @@ -155334,6 +155365,10 @@
"explode": true,
"style": "deepObject"
},
"twint": {
"explode": true,
"style": "deepObject"
},
"us_bank_account": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -156241,6 +156276,29 @@
"title": "payment_method_param",
"type": "object"
},
"twint": {
"description": "Twint is a payment method popular in Switzerland. It allows customers to pay using their mobile phone. Check this [page](https://docs.stripe.com/payments/twint) 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
Original file line number Diff line number Diff line change
Expand Up @@ -29271,6 +29271,9 @@
"swish": {
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
},
"twint": {
"$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 @@ -29328,6 +29331,7 @@
"sepa_debit",
"sofort",
"swish",
"twint",
"us_bank_account",
"wechat_pay",
"zip"
Expand Down Expand Up @@ -117261,6 +117265,10 @@
"explode": true,
"style": "deepObject"
},
"twint": {
"explode": true,
"style": "deepObject"
},
"us_bank_account": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -118072,6 +118080,27 @@
"title": "payment_method_param",
"type": "object"
},
"twint": {
"description": "Twint is a payment method popular in Switzerland. It allows customers to pay using their mobile phone. Check this [page](https://docs.stripe.com/payments/twint) 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 @@ -118404,6 +118433,10 @@
"explode": true,
"style": "deepObject"
},
"twint": {
"explode": true,
"style": "deepObject"
},
"us_bank_account": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -119214,6 +119247,27 @@
"title": "payment_method_param",
"type": "object"
},
"twint": {
"description": "Twint is a payment method popular in Switzerland. It allows customers to pay using their mobile phone. Check this [page](https://docs.stripe.com/payments/twint) 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 e691afa

Please sign in to comment.