From fb0a979d6822794668c82e53a80f7ee3ad0c1a60 Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 18:19:34 +0000 Subject: [PATCH] Update OpenAPI specification --- openapi/spec3.beta.sdk.json | 58 +++++++++++++++++++++++++++++++++ openapi/spec3.beta.sdk.yaml | 64 +++++++++++++++++++++++++++++++++++++ openapi/spec3.json | 54 +++++++++++++++++++++++++++++++ openapi/spec3.sdk.json | 58 +++++++++++++++++++++++++++++++++ openapi/spec3.sdk.yaml | 64 +++++++++++++++++++++++++++++++++++++ openapi/spec3.yaml | 56 ++++++++++++++++++++++++++++++++ 6 files changed, 354 insertions(+) diff --git a/openapi/spec3.beta.sdk.json b/openapi/spec3.beta.sdk.json index dab04928..065a9c86 100644 --- a/openapi/spec3.beta.sdk.json +++ b/openapi/spec3.beta.sdk.json @@ -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" }, @@ -39845,6 +39848,7 @@ "klarna", "konbini", "link", + "mobilepay", "multibanco", "oxxo", "p24", @@ -150640,6 +150644,10 @@ "explode": true, "style": "deepObject" }, + "mobilepay": { + "explode": true, + "style": "deepObject" + }, "multibanco": { "explode": true, "style": "deepObject" @@ -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": { @@ -151836,6 +151867,10 @@ "explode": true, "style": "deepObject" }, + "mobilepay": { + "explode": true, + "style": "deepObject" + }, "multibanco": { "explode": true, "style": "deepObject" @@ -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": { diff --git a/openapi/spec3.beta.sdk.yaml b/openapi/spec3.beta.sdk.yaml index 0cf7324c..2cb17a4e 100644 --- a/openapi/spec3.beta.sdk.yaml +++ b/openapi/spec3.beta.sdk.yaml @@ -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 @@ -36211,6 +36214,7 @@ components: - klarna - konbini - link + - mobilepay - multibanco - oxxo - p24 @@ -143112,6 +143116,9 @@ paths: link: explode: true style: deepObject + mobilepay: + explode: true + style: deepObject multibanco: explode: true style: deepObject @@ -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 @@ -144306,6 +144340,9 @@ paths: link: explode: true style: deepObject + mobilepay: + explode: true + style: deepObject multibanco: explode: true style: deepObject @@ -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 diff --git a/openapi/spec3.json b/openapi/spec3.json index eb263198..bc55564c 100644 --- a/openapi/spec3.json +++ b/openapi/spec3.json @@ -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, @@ -28210,6 +28213,7 @@ "klarna", "konbini", "link", + "mobilepay", "oxxo", "p24", "paynow", @@ -114040,6 +114044,10 @@ "explode": true, "style": "deepObject" }, + "mobilepay": { + "explode": true, + "style": "deepObject" + }, "oxxo": { "explode": true, "style": "deepObject" @@ -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, @@ -115133,6 +115162,10 @@ "explode": true, "style": "deepObject" }, + "mobilepay": { + "explode": true, + "style": "deepObject" + }, "oxxo": { "explode": true, "style": "deepObject" @@ -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, diff --git a/openapi/spec3.sdk.json b/openapi/spec3.sdk.json index d64f2751..c1027c67 100644 --- a/openapi/spec3.sdk.json +++ b/openapi/spec3.sdk.json @@ -34323,6 +34323,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, @@ -34416,6 +34419,7 @@ "klarna", "konbini", "link", + "mobilepay", "oxxo", "p24", "paynow", @@ -119990,6 +119994,10 @@ "explode": true, "style": "deepObject" }, + "mobilepay": { + "explode": true, + "style": "deepObject" + }, "oxxo": { "explode": true, "style": "deepObject" @@ -120648,6 +120656,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" + }, "name": { "description": "Configuration name.", "maxLength": 100, @@ -121159,6 +121190,10 @@ "explode": true, "style": "deepObject" }, + "mobilepay": { + "explode": true, + "style": "deepObject" + }, "oxxo": { "explode": true, "style": "deepObject" @@ -121821,6 +121856,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" + }, "name": { "description": "Configuration name.", "maxLength": 100, diff --git a/openapi/spec3.sdk.yaml b/openapi/spec3.sdk.yaml index 46346cd9..541027ce 100644 --- a/openapi/spec3.sdk.yaml +++ b/openapi/spec3.sdk.yaml @@ -31330,6 +31330,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 name: description: The configuration's name. maxLength: 5000 @@ -31419,6 +31422,7 @@ components: - klarna - konbini - link + - mobilepay - oxxo - p24 - paynow @@ -113907,6 +113911,9 @@ paths: link: explode: true style: deepObject + mobilepay: + explode: true + style: deepObject oxxo: explode: true style: deepObject @@ -114602,6 +114609,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 name: description: Configuration name. maxLength: 100 @@ -115074,6 +115108,9 @@ paths: link: explode: true style: deepObject + mobilepay: + explode: true + style: deepObject oxxo: explode: true style: deepObject @@ -115772,6 +115809,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 name: description: Configuration name. maxLength: 100 diff --git a/openapi/spec3.yaml b/openapi/spec3.yaml index 165e5fd8..d8d0a27b 100644 --- a/openapi/spec3.yaml +++ b/openapi/spec3.yaml @@ -26425,6 +26425,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 name: description: The configuration's name. maxLength: 5000 @@ -26512,6 +26515,7 @@ components: - klarna - konbini - link + - mobilepay - oxxo - p24 - paynow @@ -97242,6 +97246,9 @@ paths: link: explode: true style: deepObject + mobilepay: + explode: true + style: deepObject oxxo: explode: true style: deepObject @@ -97833,6 +97840,29 @@ 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: + 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 @@ -98257,6 +98287,9 @@ paths: link: explode: true style: deepObject + mobilepay: + explode: true + style: deepObject oxxo: explode: true style: deepObject @@ -98851,6 +98884,29 @@ 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: + 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