Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI Update #669

Merged
merged 1 commit into from
Feb 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
115 changes: 115 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
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
Loading