Skip to content

Commit

Permalink
OpenAPI Update (#1092)
Browse files Browse the repository at this point in the history
Update OpenAPI for 502a35e0466e7bd83348d171630b9323a9e44f16

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jan 14, 2025
1 parent 44997c9 commit 8c38e99
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -1045,6 +1045,15 @@
],
"type": "string"
},
"pay_by_bank_payments": {
"description": "The status of the pay_by_bank payments capability of the account, or whether the account can directly process pay_by_bank charges.",
"enum": [
"active",
"inactive",
"pending"
],
"type": "string"
},
"payco_payments": {
"description": "The status of the Payco capability of the account, or whether the account can directly process Payco payments.",
"enum": [
Expand Down Expand Up @@ -1316,6 +1325,7 @@
"naver_pay_payments",
"oxxo_payments",
"p24_payments",
"pay_by_bank_payments",
"payco_payments",
"paynow_payments",
"paypal_payments",
Expand Down Expand Up @@ -90331,6 +90341,20 @@
"requested"
]
},
"pay_by_bank_payments": {
"description": "The pay_by_bank_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",
"x-stripeMostCommon": [
"requested"
]
},
"payco_payments": {
"description": "The payco_payments capability.",
"properties": {
Expand Down Expand Up @@ -93451,6 +93475,20 @@
"requested"
]
},
"pay_by_bank_payments": {
"description": "The pay_by_bank_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",
"x-stripeMostCommon": [
"requested"
]
},
"payco_payments": {
"description": "The payco_payments capability.",
"properties": {
Expand Down

0 comments on commit 8c38e99

Please sign in to comment.