Skip to content

Commit

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

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] committed Feb 16, 2024
1 parent c5112b1 commit 384e2e5
Showing 1 changed file with 115 additions and 0 deletions.
115 changes: 115 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Expand Up @@ -935,6 +935,15 @@
],
"type": "string"
},
"twint_payments": {
"description": "The status of the Twint capability of the account, or whether the account can directly process Twint charges.",
"enum": [
"active",
"inactive",
"pending"
],
"type": "string"
},
"us_bank_account_ach_payments": {
"description": "The status of the US bank account ACH payments capability of the account, or whether the account can directly process US bank account charges.",
"enum": [
Expand Down Expand Up @@ -9194,6 +9203,9 @@
"swish": {
"$ref": "#/components/schemas/payment_method_swish"
},
"twint": {
"$ref": "#/components/schemas/payment_method_twint"
},
"type": {
"description": "The type of the PaymentMethod. An additional hash is included on the PaymentMethod with a name matching this value. It contains additional information specific to the PaymentMethod type.",
"enum": [
Expand Down Expand Up @@ -9230,6 +9242,7 @@
"sepa_debit",
"sofort",
"swish",
"twint",
"us_bank_account",
"wechat_pay",
"zip"
Expand Down Expand Up @@ -9288,6 +9301,7 @@
"sepa_debit",
"sofort",
"swish",
"twint",
"us_bank_account",
"wechat_pay",
"zip"
Expand Down Expand Up @@ -37283,6 +37297,9 @@
"swish": {
"$ref": "#/components/schemas/payment_method_swish"
},
"twint": {
"$ref": "#/components/schemas/payment_method_twint"
},
"type": {
"description": "The type of the PaymentMethod. An additional hash is included on the PaymentMethod with a name matching this value. It contains additional information specific to the PaymentMethod type.",
"enum": [
Expand Down Expand Up @@ -37319,6 +37336,7 @@
"sepa_debit",
"sofort",
"swish",
"twint",
"us_bank_account",
"wechat_pay",
"zip"
Expand Down Expand Up @@ -37385,6 +37403,7 @@
"sepa_debit",
"sofort",
"swish",
"twint",
"us_bank_account",
"wechat_pay",
"zip"
Expand Down Expand Up @@ -38586,6 +38605,9 @@
"swish": {
"$ref": "#/components/schemas/payment_method_details_swish"
},
"twint": {
"$ref": "#/components/schemas/payment_method_details_twint"
},
"type": {
"description": "The type of transaction-specific details of the payment method used in the payment, one of `ach_credit_transfer`, `ach_debit`, `acss_debit`, `alipay`, `au_becs_debit`, `bancontact`, `card`, `card_present`, `eps`, `giropay`, `ideal`, `klarna`, `multibanco`, `p24`, `sepa_debit`, `sofort`, `stripe_account`, or `wechat`.\nAn additional hash is included on `payment_method_details` with a name matching this value.\nIt contains information specific to the payment method.",
"maxLength": 5000,
Expand Down Expand Up @@ -38648,6 +38670,7 @@
"sofort",
"stripe_account",
"swish",
"twint",
"us_bank_account",
"wechat",
"wechat_pay",
Expand Down Expand Up @@ -40865,6 +40888,13 @@
"type": "object",
"x-expandableFields": []
},
"payment_method_details_twint": {
"description": "",
"properties": {},
"title": "payment_method_details_twint",
"type": "object",
"x-expandableFields": []
},
"payment_method_details_us_bank_account": {
"description": "",
"properties": {
Expand Down Expand Up @@ -42485,6 +42515,13 @@
"type": "object",
"x-expandableFields": []
},
"payment_method_twint": {
"description": "",
"properties": {},
"title": "payment_method_twint",
"type": "object",
"x-expandableFields": []
},
"payment_method_us_bank_account": {
"description": "",
"properties": {
Expand Down Expand Up @@ -70697,6 +70734,17 @@
"title": "capability_param",
"type": "object"
},
"twint_payments": {
"description": "The twint_payments capability.",
"properties": {
"requested": {
"description": "Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.",
"type": "boolean"
}
},
"title": "capability_param",
"type": "object"
},
"us_bank_account_ach_payments": {
"description": "The us_bank_account_ach_payments capability.",
"properties": {
Expand Down Expand Up @@ -72666,6 +72714,17 @@
"title": "capability_param",
"type": "object"
},
"twint_payments": {
"description": "The twint_payments capability.",
"properties": {
"requested": {
"description": "Passing true requests the capability for the account, if it is not already requested. A requested capability may not immediately become active. Any requirements to activate the capability are returned in the `requirements` arrays.",
"type": "boolean"
}
},
"title": "capability_param",
"type": "object"
},
"us_bank_account_ach_payments": {
"description": "The us_bank_account_ach_payments capability.",
"properties": {
Expand Down Expand Up @@ -85327,6 +85386,7 @@
"sepa_debit",
"sofort",
"swish",
"twint",
"us_bank_account",
"wechat_pay",
"zip"
Expand Down Expand Up @@ -92273,6 +92333,7 @@
"sepa_debit",
"sofort",
"swish",
"twint",
"us_bank_account",
"wechat_pay",
"zip"
Expand Down Expand Up @@ -131015,6 +131076,12 @@
"title": "param",
"type": "object"
},
"twint": {
"description": "If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.",
"properties": {},
"title": "param",
"type": "object"
},
"type": {
"description": "The type of the PaymentMethod. An additional hash is included on the PaymentMethod with a name matching this value. It contains additional information specific to the PaymentMethod type.",
"enum": [
Expand Down Expand Up @@ -131048,6 +131115,7 @@
"sepa_debit",
"sofort",
"swish",
"twint",
"us_bank_account",
"wechat_pay",
"zip"
Expand Down Expand Up @@ -134994,6 +135062,12 @@
"title": "param",
"type": "object"
},
"twint": {
"description": "If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.",
"properties": {},
"title": "param",
"type": "object"
},
"type": {
"description": "The type of the PaymentMethod. An additional hash is included on the PaymentMethod with a name matching this value. It contains additional information specific to the PaymentMethod type.",
"enum": [
Expand Down Expand Up @@ -135027,6 +135101,7 @@
"sepa_debit",
"sofort",
"swish",
"twint",
"us_bank_account",
"wechat_pay",
"zip"
Expand Down Expand Up @@ -139909,6 +139984,12 @@
"title": "param",
"type": "object"
},
"twint": {
"description": "If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.",
"properties": {},
"title": "param",
"type": "object"
},
"type": {
"description": "The type of the PaymentMethod. An additional hash is included on the PaymentMethod with a name matching this value. It contains additional information specific to the PaymentMethod type.",
"enum": [
Expand Down Expand Up @@ -139942,6 +140023,7 @@
"sepa_debit",
"sofort",
"swish",
"twint",
"us_bank_account",
"wechat_pay",
"zip"
Expand Down Expand Up @@ -147776,6 +147858,7 @@
"sepa_debit",
"sofort",
"swish",
"twint",
"us_bank_account",
"wechat_pay",
"zip"
Expand Down Expand Up @@ -148009,6 +148092,10 @@
"explode": true,
"style": "deepObject"
},
"twint": {
"explode": true,
"style": "deepObject"
},
"us_bank_account": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -148676,6 +148763,12 @@
"title": "param",
"type": "object"
},
"twint": {
"description": "If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.",
"properties": {},
"title": "param",
"type": "object"
},
"type": {
"description": "The type of the PaymentMethod. An additional hash is included on the PaymentMethod with a name matching this value. It contains additional information specific to the PaymentMethod type.",
"enum": [
Expand Down Expand Up @@ -148710,6 +148803,7 @@
"sepa_debit",
"sofort",
"swish",
"twint",
"us_bank_account",
"wechat_pay",
"zip"
Expand Down Expand Up @@ -163797,6 +163891,12 @@
"title": "param",
"type": "object"
},
"twint": {
"description": "If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.",
"properties": {},
"title": "param",
"type": "object"
},
"type": {
"description": "The type of the PaymentMethod. An additional hash is included on the PaymentMethod with a name matching this value. It contains additional information specific to the PaymentMethod type.",
"enum": [
Expand Down Expand Up @@ -163830,6 +163930,7 @@
"sepa_debit",
"sofort",
"swish",
"twint",
"us_bank_account",
"wechat_pay",
"zip"
Expand Down Expand Up @@ -165243,6 +165344,12 @@
"title": "param",
"type": "object"
},
"twint": {
"description": "If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.",
"properties": {},
"title": "param",
"type": "object"
},
"type": {
"description": "The type of the PaymentMethod. An additional hash is included on the PaymentMethod with a name matching this value. It contains additional information specific to the PaymentMethod type.",
"enum": [
Expand Down Expand Up @@ -165276,6 +165383,7 @@
"sepa_debit",
"sofort",
"swish",
"twint",
"us_bank_account",
"wechat_pay",
"zip"
Expand Down Expand Up @@ -166721,6 +166829,12 @@
"title": "param",
"type": "object"
},
"twint": {
"description": "If this is a Twint PaymentMethod, this hash contains details about the Twint payment method.",
"properties": {},
"title": "param",
"type": "object"
},
"type": {
"description": "The type of the PaymentMethod. An additional hash is included on the PaymentMethod with a name matching this value. It contains additional information specific to the PaymentMethod type.",
"enum": [
Expand Down Expand Up @@ -166754,6 +166868,7 @@
"sepa_debit",
"sofort",
"swish",
"twint",
"us_bank_account",
"wechat_pay",
"zip"
Expand Down

0 comments on commit 384e2e5

Please sign in to comment.