Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI Update #777

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions embedded/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
54 changes: 54 additions & 0 deletions embedded/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