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 #848

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
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
155 changes: 155 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down
Loading
Loading