Skip to content

Commit

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

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jun 10, 2024
1 parent d6a275a commit adb9599
Show file tree
Hide file tree
Showing 2 changed files with 348 additions and 0 deletions.
31 changes: 31 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,15 @@
],
"type": "string"
},
"multibanco_payments": {
"description": "The status of the Multibanco payments capability of the account, or whether the account can directly process Multibanco charges.",
"enum": [
"active",
"inactive",
"pending"
],
"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": [
Expand Down Expand Up @@ -73717,6 +73726,17 @@
"title": "capability_param",
"type": "object"
},
"multibanco_payments": {
"description": "The multibanco_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"
},
"mx_bank_transfer_payments": {
"description": "The mx_bank_transfer_payments capability.",
"properties": {
Expand Down Expand Up @@ -75872,6 +75892,17 @@
"title": "capability_param",
"type": "object"
},
"multibanco_payments": {
"description": "The multibanco_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"
},
"mx_bank_transfer_payments": {
"description": "The mx_bank_transfer_payments capability.",
"properties": {
Expand Down
Loading

0 comments on commit adb9599

Please sign in to comment.