Skip to content

Commit

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

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Mar 20, 2024
1 parent 0eb8951 commit 495fec9
Show file tree
Hide file tree
Showing 2 changed files with 58 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 @@ -810,6 +810,15 @@
],
"type": "string"
},
"mobilepay_payments": {
"description": "The status of the MobilepPay capability of the account, or whether the account can directly process MobilePay 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 @@ -70998,6 +71007,17 @@
"title": "capability_param",
"type": "object"
},
"mobilepay_payments": {
"description": "The mobilepay_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 @@ -72978,6 +72998,17 @@
"title": "capability_param",
"type": "object"
},
"mobilepay_payments": {
"description": "The mobilepay_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
27 changes: 27 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,15 @@
],
"type": "string"
},
"mobilepay_payments": {
"description": "The status of the MobilepPay capability of the account, or whether the account can directly process MobilePay 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 @@ -48087,6 +48096,15 @@
"title": "capability_param",
"type": "object"
},
"mobilepay_payments": {
"properties": {
"requested": {
"type": "boolean"
}
},
"title": "capability_param",
"type": "object"
},
"oxxo_payments": {
"properties": {
"requested": {
Expand Down Expand Up @@ -49718,6 +49736,15 @@
"title": "capability_param",
"type": "object"
},
"mobilepay_payments": {
"properties": {
"requested": {
"type": "boolean"
}
},
"title": "capability_param",
"type": "object"
},
"oxxo_payments": {
"properties": {
"requested": {
Expand Down

0 comments on commit 495fec9

Please sign in to comment.