Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Mar 20, 2024
1 parent 938a8b2 commit c333ea4
Show file tree
Hide file tree
Showing 6 changed files with 180 additions and 0 deletions.
31 changes: 31 additions & 0 deletions 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
35 changes: 35 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,15 @@ components:
- inactive
- pending
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
Expand Down Expand Up @@ -64035,6 +64044,19 @@ paths:
type: boolean
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 @@ -66211,6 +66233,19 @@ paths:
type: boolean
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 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
31 changes: 31 additions & 0 deletions openapi/spec3.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 @@ -59174,6 +59183,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 @@ -61065,6 +61085,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
35 changes: 35 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,15 @@ components:
- inactive
- pending
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
Expand Down Expand Up @@ -53754,6 +53763,19 @@ paths:
type: boolean
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 @@ -55834,6 +55856,19 @@ paths:
type: boolean
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
21 changes: 21 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -580,6 +580,15 @@ components:
- inactive
- pending
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
Expand Down Expand Up @@ -44905,6 +44914,12 @@ paths:
type: boolean
title: capability_param
type: object
mobilepay_payments:
properties:
requested:
type: boolean
title: capability_param
type: object
oxxo_payments:
properties:
requested:
Expand Down Expand Up @@ -46138,6 +46153,12 @@ paths:
type: boolean
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 c333ea4

Please sign in to comment.