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 Apr 25, 2024
1 parent 2ad1821 commit fb0a979
Show file tree
Hide file tree
Showing 6 changed files with 354 additions and 0 deletions.
58 changes: 58 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -39749,6 +39749,9 @@
"description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
"type": "boolean"
},
"mobilepay": {
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
},
"multibanco": {
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
},
Expand Down Expand Up @@ -39845,6 +39848,7 @@
"klarna",
"konbini",
"link",
"mobilepay",
"multibanco",
"oxxo",
"p24",
Expand Down Expand Up @@ -150640,6 +150644,10 @@
"explode": true,
"style": "deepObject"
},
"mobilepay": {
"explode": true,
"style": "deepObject"
},
"multibanco": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -151302,6 +151310,29 @@
"title": "payment_method_param",
"type": "object"
},
"mobilepay": {
"description": "MobilePay is a [single-use](https://stripe.com/docs/payments/payment-methods#usage) card wallet payment method used in Denmark and Finland. It allows customers to [authenticate and approve](https://stripe.com/docs/payments/payment-methods#customer-actions) payments using the MobilePay app. Check this [page](https://stripe.com/docs/payments/mobilepay) for more details.",
"properties": {
"display_preference": {
"description": "Whether or not the payment method should be displayed.",
"properties": {
"preference": {
"description": "The account's preference for whether or not to display this payment method.",
"enum": [
"none",
"off",
"on"
],
"type": "string"
}
},
"title": "display_preference_param",
"type": "object"
}
},
"title": "payment_method_param",
"type": "object"
},
"multibanco": {
"description": "Stripe users in Europe and the United States can accept Multibanco payments from customers in Portugal using [Sources](https://stripe.com/docs/sources)—a single integration path for creating payments using any supported method.",
"properties": {
Expand Down Expand Up @@ -151836,6 +151867,10 @@
"explode": true,
"style": "deepObject"
},
"mobilepay": {
"explode": true,
"style": "deepObject"
},
"multibanco": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -152502,6 +152537,29 @@
"title": "payment_method_param",
"type": "object"
},
"mobilepay": {
"description": "MobilePay is a [single-use](https://stripe.com/docs/payments/payment-methods#usage) card wallet payment method used in Denmark and Finland. It allows customers to [authenticate and approve](https://stripe.com/docs/payments/payment-methods#customer-actions) payments using the MobilePay app. Check this [page](https://stripe.com/docs/payments/mobilepay) for more details.",
"properties": {
"display_preference": {
"description": "Whether or not the payment method should be displayed.",
"properties": {
"preference": {
"description": "The account's preference for whether or not to display this payment method.",
"enum": [
"none",
"off",
"on"
],
"type": "string"
}
},
"title": "display_preference_param",
"type": "object"
}
},
"title": "payment_method_param",
"type": "object"
},
"multibanco": {
"description": "Stripe users in Europe and the United States can accept Multibanco payments from customers in Portugal using [Sources](https://stripe.com/docs/sources)—a single integration path for creating payments using any supported method.",
"properties": {
Expand Down
64 changes: 64 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36119,6 +36119,9 @@ components:
Has the value `true` if the object exists in live mode or the value
`false` if the object exists in test mode.
type: boolean
mobilepay:
$ref: >-
#/components/schemas/payment_method_config_resource_payment_method_properties
multibanco:
$ref: >-
#/components/schemas/payment_method_config_resource_payment_method_properties
Expand Down Expand Up @@ -36211,6 +36214,7 @@ components:
- klarna
- konbini
- link
- mobilepay
- multibanco
- oxxo
- p24
Expand Down Expand Up @@ -143112,6 +143116,9 @@ paths:
link:
explode: true
style: deepObject
mobilepay:
explode: true
style: deepObject
multibanco:
explode: true
style: deepObject
Expand Down Expand Up @@ -143810,6 +143817,33 @@ paths:
type: object
title: payment_method_param
type: object
mobilepay:
description: >-
MobilePay is a
[single-use](https://stripe.com/docs/payments/payment-methods#usage)
card wallet payment method used in Denmark and Finland. It
allows customers to [authenticate and
approve](https://stripe.com/docs/payments/payment-methods#customer-actions)
payments using the MobilePay app. Check this
[page](https://stripe.com/docs/payments/mobilepay) for more
details.
properties:
display_preference:
description: Whether or not the payment method should be displayed.
properties:
preference:
description: >-
The account's preference for whether or not to
display this payment method.
enum:
- none
- 'off'
- 'on'
type: string
title: display_preference_param
type: object
title: payment_method_param
type: object
multibanco:
description: >-
Stripe users in Europe and the United States can accept
Expand Down Expand Up @@ -144306,6 +144340,9 @@ paths:
link:
explode: true
style: deepObject
mobilepay:
explode: true
style: deepObject
multibanco:
explode: true
style: deepObject
Expand Down Expand Up @@ -145007,6 +145044,33 @@ paths:
type: object
title: payment_method_param
type: object
mobilepay:
description: >-
MobilePay is a
[single-use](https://stripe.com/docs/payments/payment-methods#usage)
card wallet payment method used in Denmark and Finland. It
allows customers to [authenticate and
approve](https://stripe.com/docs/payments/payment-methods#customer-actions)
payments using the MobilePay app. Check this
[page](https://stripe.com/docs/payments/mobilepay) for more
details.
properties:
display_preference:
description: Whether or not the payment method should be displayed.
properties:
preference:
description: >-
The account's preference for whether or not to
display this payment method.
enum:
- none
- 'off'
- 'on'
type: string
title: display_preference_param
type: object
title: payment_method_param
type: object
multibanco:
description: >-
Stripe users in Europe and the United States can accept
Expand Down
54 changes: 54 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -28119,6 +28119,9 @@
"description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
"type": "boolean"
},
"mobilepay": {
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
},
"name": {
"description": "The configuration's name.",
"maxLength": 5000,
Expand Down Expand Up @@ -28210,6 +28213,7 @@
"klarna",
"konbini",
"link",
"mobilepay",
"oxxo",
"p24",
"paynow",
Expand Down Expand Up @@ -114040,6 +114044,10 @@
"explode": true,
"style": "deepObject"
},
"mobilepay": {
"explode": true,
"style": "deepObject"
},
"oxxo": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -114646,6 +114654,27 @@
"title": "payment_method_param",
"type": "object"
},
"mobilepay": {
"description": "MobilePay is a [single-use](https://stripe.com/docs/payments/payment-methods#usage) card wallet payment method used in Denmark and Finland. It allows customers to [authenticate and approve](https://stripe.com/docs/payments/payment-methods#customer-actions) payments using the MobilePay app. Check this [page](https://stripe.com/docs/payments/mobilepay) for more details.",
"properties": {
"display_preference": {
"properties": {
"preference": {
"enum": [
"none",
"off",
"on"
],
"type": "string"
}
},
"title": "display_preference_param",
"type": "object"
}
},
"title": "payment_method_param",
"type": "object"
},
"name": {
"description": "Configuration name.",
"maxLength": 100,
Expand Down Expand Up @@ -115133,6 +115162,10 @@
"explode": true,
"style": "deepObject"
},
"mobilepay": {
"explode": true,
"style": "deepObject"
},
"oxxo": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -115743,6 +115776,27 @@
"title": "payment_method_param",
"type": "object"
},
"mobilepay": {
"description": "MobilePay is a [single-use](https://stripe.com/docs/payments/payment-methods#usage) card wallet payment method used in Denmark and Finland. It allows customers to [authenticate and approve](https://stripe.com/docs/payments/payment-methods#customer-actions) payments using the MobilePay app. Check this [page](https://stripe.com/docs/payments/mobilepay) for more details.",
"properties": {
"display_preference": {
"properties": {
"preference": {
"enum": [
"none",
"off",
"on"
],
"type": "string"
}
},
"title": "display_preference_param",
"type": "object"
}
},
"title": "payment_method_param",
"type": "object"
},
"name": {
"description": "Configuration name.",
"maxLength": 100,
Expand Down
Loading

0 comments on commit fb0a979

Please sign in to comment.