diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index a3bb8a93..e6726dd1 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -742,6 +742,15 @@ ], "type": "string" }, + "gb_bank_transfer_payments": { + "description": "The status of the GB customer_balance payments (GBP currency) capability of the account, or whether the account can directly process GB customer_balance charges.", + "enum": [ + "active", + "inactive", + "pending" + ], + "type": "string" + }, "giropay_payments": { "description": "The status of the giropay payments capability of the account, or whether the account can directly process giropay charges.", "enum": [ @@ -787,6 +796,15 @@ ], "type": "string" }, + "jp_bank_transfer_payments": { + "description": "The status of the Japanese customer_balance payments (JPY currency) capability of the account, or whether the account can directly process Japanese customer_balance charges.", + "enum": [ + "active", + "inactive", + "pending" + ], + "type": "string" + }, "klarna_payments": { "description": "The status of the Klarna payments capability of the account, or whether the account can directly process Klarna charges.", "enum": [ @@ -832,6 +850,15 @@ ], "type": "string" }, + "mx_bank_transfer_payments": { + "description": "The status of the Mexican customer_balance payments (MXN currency) capability of the account, or whether the account can directly process Mexican customer_balance charges.", + "enum": [ + "active", + "inactive", + "pending" + ], + "type": "string" + }, "oxxo_payments": { "description": "The status of the OXXO payments capability of the account, or whether the account can directly process OXXO charges.", "enum": [ @@ -904,6 +931,15 @@ ], "type": "string" }, + "sepa_bank_transfer_payments": { + "description": "The status of the SEPA customer_balance payments (EUR currency) capability of the account, or whether the account can directly process SEPA customer_balance charges.", + "enum": [ + "active", + "inactive", + "pending" + ], + "type": "string" + }, "sepa_debit_payments": { "description": "The status of the SEPA Direct Debits payments capability of the account, or whether the account can directly process SEPA Direct Debits charges.", "enum": [ @@ -985,6 +1021,15 @@ ], "type": "string" }, + "us_bank_transfer_payments": { + "description": "The status of the US customer_balance payments (USD currency) capability of the account, or whether the account can directly process US customer_balance charges.", + "enum": [ + "active", + "inactive", + "pending" + ], + "type": "string" + }, "zip_payments": { "description": "The status of the Zip capability of the account, or whether the account can directly process Zip charges.", "enum": [ @@ -73514,6 +73559,17 @@ "title": "capability_param", "type": "object" }, + "gb_bank_transfer_payments": { + "description": "The gb_bank_transfer_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" + }, "giropay_payments": { "description": "The giropay_payments capability.", "properties": { @@ -73569,6 +73625,17 @@ "title": "capability_param", "type": "object" }, + "jp_bank_transfer_payments": { + "description": "The jp_bank_transfer_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" + }, "klarna_payments": { "description": "The klarna_payments capability.", "properties": { @@ -73624,6 +73691,17 @@ "title": "capability_param", "type": "object" }, + "mx_bank_transfer_payments": { + "description": "The mx_bank_transfer_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" + }, "oxxo_payments": { "description": "The oxxo_payments capability.", "properties": { @@ -73712,6 +73790,17 @@ "title": "capability_param", "type": "object" }, + "sepa_bank_transfer_payments": { + "description": "The sepa_bank_transfer_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" + }, "sepa_debit_payments": { "description": "The sepa_debit_payments capability.", "properties": { @@ -73811,6 +73900,17 @@ "title": "capability_param", "type": "object" }, + "us_bank_transfer_payments": { + "description": "The us_bank_transfer_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" + }, "zip_payments": { "description": "The zip_payments capability.", "properties": { @@ -75614,6 +75714,17 @@ "title": "capability_param", "type": "object" }, + "gb_bank_transfer_payments": { + "description": "The gb_bank_transfer_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" + }, "giropay_payments": { "description": "The giropay_payments capability.", "properties": { @@ -75669,6 +75780,17 @@ "title": "capability_param", "type": "object" }, + "jp_bank_transfer_payments": { + "description": "The jp_bank_transfer_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" + }, "klarna_payments": { "description": "The klarna_payments capability.", "properties": { @@ -75724,6 +75846,17 @@ "title": "capability_param", "type": "object" }, + "mx_bank_transfer_payments": { + "description": "The mx_bank_transfer_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" + }, "oxxo_payments": { "description": "The oxxo_payments capability.", "properties": { @@ -75812,6 +75945,17 @@ "title": "capability_param", "type": "object" }, + "sepa_bank_transfer_payments": { + "description": "The sepa_bank_transfer_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" + }, "sepa_debit_payments": { "description": "The sepa_debit_payments capability.", "properties": { @@ -75911,6 +76055,17 @@ "title": "capability_param", "type": "object" }, + "us_bank_transfer_payments": { + "description": "The us_bank_transfer_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" + }, "zip_payments": { "description": "The zip_payments capability.", "properties": { diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index 23e63001..3c13bec0 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -521,6 +521,15 @@ ], "type": "string" }, + "gb_bank_transfer_payments": { + "description": "The status of the GB customer_balance payments (GBP currency) capability of the account, or whether the account can directly process GB customer_balance charges.", + "enum": [ + "active", + "inactive", + "pending" + ], + "type": "string" + }, "giropay_payments": { "description": "The status of the giropay payments capability of the account, or whether the account can directly process giropay charges.", "enum": [ @@ -566,6 +575,15 @@ ], "type": "string" }, + "jp_bank_transfer_payments": { + "description": "The status of the Japanese customer_balance payments (JPY currency) capability of the account, or whether the account can directly process Japanese customer_balance charges.", + "enum": [ + "active", + "inactive", + "pending" + ], + "type": "string" + }, "klarna_payments": { "description": "The status of the Klarna payments capability of the account, or whether the account can directly process Klarna charges.", "enum": [ @@ -611,6 +629,15 @@ ], "type": "string" }, + "mx_bank_transfer_payments": { + "description": "The status of the Mexican customer_balance payments (MXN currency) capability of the account, or whether the account can directly process Mexican customer_balance charges.", + "enum": [ + "active", + "inactive", + "pending" + ], + "type": "string" + }, "oxxo_payments": { "description": "The status of the OXXO payments capability of the account, or whether the account can directly process OXXO charges.", "enum": [ @@ -656,6 +683,15 @@ ], "type": "string" }, + "sepa_bank_transfer_payments": { + "description": "The status of the SEPA customer_balance payments (EUR currency) capability of the account, or whether the account can directly process SEPA customer_balance charges.", + "enum": [ + "active", + "inactive", + "pending" + ], + "type": "string" + }, "sepa_debit_payments": { "description": "The status of the SEPA Direct Debits payments capability of the account, or whether the account can directly process SEPA Direct Debits charges.", "enum": [ @@ -728,6 +764,15 @@ ], "type": "string" }, + "us_bank_transfer_payments": { + "description": "The status of the US customer_balance payments (USD currency) capability of the account, or whether the account can directly process US customer_balance charges.", + "enum": [ + "active", + "inactive", + "pending" + ], + "type": "string" + }, "zip_payments": { "description": "The status of the Zip capability of the account, or whether the account can directly process Zip charges.", "enum": [ @@ -50860,6 +50905,15 @@ "title": "capability_param", "type": "object" }, + "gb_bank_transfer_payments": { + "properties": { + "requested": { + "type": "boolean" + } + }, + "title": "capability_param", + "type": "object" + }, "giropay_payments": { "properties": { "requested": { @@ -50905,6 +50959,15 @@ "title": "capability_param", "type": "object" }, + "jp_bank_transfer_payments": { + "properties": { + "requested": { + "type": "boolean" + } + }, + "title": "capability_param", + "type": "object" + }, "klarna_payments": { "properties": { "requested": { @@ -50950,6 +51013,15 @@ "title": "capability_param", "type": "object" }, + "mx_bank_transfer_payments": { + "properties": { + "requested": { + "type": "boolean" + } + }, + "title": "capability_param", + "type": "object" + }, "oxxo_payments": { "properties": { "requested": { @@ -50995,6 +51067,15 @@ "title": "capability_param", "type": "object" }, + "sepa_bank_transfer_payments": { + "properties": { + "requested": { + "type": "boolean" + } + }, + "title": "capability_param", + "type": "object" + }, "sepa_debit_payments": { "properties": { "requested": { @@ -51067,6 +51148,15 @@ "title": "capability_param", "type": "object" }, + "us_bank_transfer_payments": { + "properties": { + "requested": { + "type": "boolean" + } + }, + "title": "capability_param", + "type": "object" + }, "zip_payments": { "properties": { "requested": { @@ -52563,6 +52653,15 @@ "title": "capability_param", "type": "object" }, + "gb_bank_transfer_payments": { + "properties": { + "requested": { + "type": "boolean" + } + }, + "title": "capability_param", + "type": "object" + }, "giropay_payments": { "properties": { "requested": { @@ -52608,6 +52707,15 @@ "title": "capability_param", "type": "object" }, + "jp_bank_transfer_payments": { + "properties": { + "requested": { + "type": "boolean" + } + }, + "title": "capability_param", + "type": "object" + }, "klarna_payments": { "properties": { "requested": { @@ -52653,6 +52761,15 @@ "title": "capability_param", "type": "object" }, + "mx_bank_transfer_payments": { + "properties": { + "requested": { + "type": "boolean" + } + }, + "title": "capability_param", + "type": "object" + }, "oxxo_payments": { "properties": { "requested": { @@ -52698,6 +52815,15 @@ "title": "capability_param", "type": "object" }, + "sepa_bank_transfer_payments": { + "properties": { + "requested": { + "type": "boolean" + } + }, + "title": "capability_param", + "type": "object" + }, "sepa_debit_payments": { "properties": { "requested": { @@ -52770,6 +52896,15 @@ "title": "capability_param", "type": "object" }, + "us_bank_transfer_payments": { + "properties": { + "requested": { + "type": "boolean" + } + }, + "title": "capability_param", + "type": "object" + }, "zip_payments": { "properties": { "requested": {