Skip to content

Commit d5dcd10

Browse files
OpenAPI Update (#777)
Update OpenAPI for fb0a979d6822794668c82e53a80f7ee3ad0c1a60 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent ebfe039 commit d5dcd10

File tree

2 files changed

+112
-0
lines changed

2 files changed

+112
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39749,6 +39749,9 @@
3974939749
"description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
3975039750
"type": "boolean"
3975139751
},
39752+
"mobilepay": {
39753+
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
39754+
},
3975239755
"multibanco": {
3975339756
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
3975439757
},
@@ -39845,6 +39848,7 @@
3984539848
"klarna",
3984639849
"konbini",
3984739850
"link",
39851+
"mobilepay",
3984839852
"multibanco",
3984939853
"oxxo",
3985039854
"p24",
@@ -150640,6 +150644,10 @@
150640150644
"explode": true,
150641150645
"style": "deepObject"
150642150646
},
150647+
"mobilepay": {
150648+
"explode": true,
150649+
"style": "deepObject"
150650+
},
150643150651
"multibanco": {
150644150652
"explode": true,
150645150653
"style": "deepObject"
@@ -151302,6 +151310,29 @@
151302151310
"title": "payment_method_param",
151303151311
"type": "object"
151304151312
},
151313+
"mobilepay": {
151314+
"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.",
151315+
"properties": {
151316+
"display_preference": {
151317+
"description": "Whether or not the payment method should be displayed.",
151318+
"properties": {
151319+
"preference": {
151320+
"description": "The account's preference for whether or not to display this payment method.",
151321+
"enum": [
151322+
"none",
151323+
"off",
151324+
"on"
151325+
],
151326+
"type": "string"
151327+
}
151328+
},
151329+
"title": "display_preference_param",
151330+
"type": "object"
151331+
}
151332+
},
151333+
"title": "payment_method_param",
151334+
"type": "object"
151335+
},
151305151336
"multibanco": {
151306151337
"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.",
151307151338
"properties": {
@@ -151836,6 +151867,10 @@
151836151867
"explode": true,
151837151868
"style": "deepObject"
151838151869
},
151870+
"mobilepay": {
151871+
"explode": true,
151872+
"style": "deepObject"
151873+
},
151839151874
"multibanco": {
151840151875
"explode": true,
151841151876
"style": "deepObject"
@@ -152502,6 +152537,29 @@
152502152537
"title": "payment_method_param",
152503152538
"type": "object"
152504152539
},
152540+
"mobilepay": {
152541+
"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.",
152542+
"properties": {
152543+
"display_preference": {
152544+
"description": "Whether or not the payment method should be displayed.",
152545+
"properties": {
152546+
"preference": {
152547+
"description": "The account's preference for whether or not to display this payment method.",
152548+
"enum": [
152549+
"none",
152550+
"off",
152551+
"on"
152552+
],
152553+
"type": "string"
152554+
}
152555+
},
152556+
"title": "display_preference_param",
152557+
"type": "object"
152558+
}
152559+
},
152560+
"title": "payment_method_param",
152561+
"type": "object"
152562+
},
152505152563
"multibanco": {
152506152564
"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.",
152507152565
"properties": {

embedded/openapi/spec3.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28119,6 +28119,9 @@
2811928119
"description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
2812028120
"type": "boolean"
2812128121
},
28122+
"mobilepay": {
28123+
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
28124+
},
2812228125
"name": {
2812328126
"description": "The configuration's name.",
2812428127
"maxLength": 5000,
@@ -28210,6 +28213,7 @@
2821028213
"klarna",
2821128214
"konbini",
2821228215
"link",
28216+
"mobilepay",
2821328217
"oxxo",
2821428218
"p24",
2821528219
"paynow",
@@ -114040,6 +114044,10 @@
114040114044
"explode": true,
114041114045
"style": "deepObject"
114042114046
},
114047+
"mobilepay": {
114048+
"explode": true,
114049+
"style": "deepObject"
114050+
},
114043114051
"oxxo": {
114044114052
"explode": true,
114045114053
"style": "deepObject"
@@ -114646,6 +114654,27 @@
114646114654
"title": "payment_method_param",
114647114655
"type": "object"
114648114656
},
114657+
"mobilepay": {
114658+
"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.",
114659+
"properties": {
114660+
"display_preference": {
114661+
"properties": {
114662+
"preference": {
114663+
"enum": [
114664+
"none",
114665+
"off",
114666+
"on"
114667+
],
114668+
"type": "string"
114669+
}
114670+
},
114671+
"title": "display_preference_param",
114672+
"type": "object"
114673+
}
114674+
},
114675+
"title": "payment_method_param",
114676+
"type": "object"
114677+
},
114649114678
"name": {
114650114679
"description": "Configuration name.",
114651114680
"maxLength": 100,
@@ -115133,6 +115162,10 @@
115133115162
"explode": true,
115134115163
"style": "deepObject"
115135115164
},
115165+
"mobilepay": {
115166+
"explode": true,
115167+
"style": "deepObject"
115168+
},
115136115169
"oxxo": {
115137115170
"explode": true,
115138115171
"style": "deepObject"
@@ -115743,6 +115776,27 @@
115743115776
"title": "payment_method_param",
115744115777
"type": "object"
115745115778
},
115779+
"mobilepay": {
115780+
"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.",
115781+
"properties": {
115782+
"display_preference": {
115783+
"properties": {
115784+
"preference": {
115785+
"enum": [
115786+
"none",
115787+
"off",
115788+
"on"
115789+
],
115790+
"type": "string"
115791+
}
115792+
},
115793+
"title": "display_preference_param",
115794+
"type": "object"
115795+
}
115796+
},
115797+
"title": "payment_method_param",
115798+
"type": "object"
115799+
},
115746115800
"name": {
115747115801
"description": "Configuration name.",
115748115802
"maxLength": 100,

0 commit comments

Comments
 (0)