diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index c0137a97..f0a170d0 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -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": [ @@ -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": [ @@ -9230,6 +9242,7 @@ "sepa_debit", "sofort", "swish", + "twint", "us_bank_account", "wechat_pay", "zip" @@ -9288,6 +9301,7 @@ "sepa_debit", "sofort", "swish", + "twint", "us_bank_account", "wechat_pay", "zip" @@ -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": [ @@ -37319,6 +37336,7 @@ "sepa_debit", "sofort", "swish", + "twint", "us_bank_account", "wechat_pay", "zip" @@ -37385,6 +37403,7 @@ "sepa_debit", "sofort", "swish", + "twint", "us_bank_account", "wechat_pay", "zip" @@ -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, @@ -38648,6 +38670,7 @@ "sofort", "stripe_account", "swish", + "twint", "us_bank_account", "wechat", "wechat_pay", @@ -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": { @@ -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": { @@ -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": { @@ -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": { @@ -85327,6 +85386,7 @@ "sepa_debit", "sofort", "swish", + "twint", "us_bank_account", "wechat_pay", "zip" @@ -92273,6 +92333,7 @@ "sepa_debit", "sofort", "swish", + "twint", "us_bank_account", "wechat_pay", "zip" @@ -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": [ @@ -131048,6 +131115,7 @@ "sepa_debit", "sofort", "swish", + "twint", "us_bank_account", "wechat_pay", "zip" @@ -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": [ @@ -135027,6 +135101,7 @@ "sepa_debit", "sofort", "swish", + "twint", "us_bank_account", "wechat_pay", "zip" @@ -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": [ @@ -139942,6 +140023,7 @@ "sepa_debit", "sofort", "swish", + "twint", "us_bank_account", "wechat_pay", "zip" @@ -147776,6 +147858,7 @@ "sepa_debit", "sofort", "swish", + "twint", "us_bank_account", "wechat_pay", "zip" @@ -148009,6 +148092,10 @@ "explode": true, "style": "deepObject" }, + "twint": { + "explode": true, + "style": "deepObject" + }, "us_bank_account": { "explode": true, "style": "deepObject" @@ -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": [ @@ -148710,6 +148803,7 @@ "sepa_debit", "sofort", "swish", + "twint", "us_bank_account", "wechat_pay", "zip" @@ -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": [ @@ -163830,6 +163930,7 @@ "sepa_debit", "sofort", "swish", + "twint", "us_bank_account", "wechat_pay", "zip" @@ -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": [ @@ -165276,6 +165383,7 @@ "sepa_debit", "sofort", "swish", + "twint", "us_bank_account", "wechat_pay", "zip" @@ -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": [ @@ -166754,6 +166868,7 @@ "sepa_debit", "sofort", "swish", + "twint", "us_bank_account", "wechat_pay", "zip"