Skip to content

Commit 78b3f11

Browse files
OpenAPI Update (#751)
Update OpenAPI for 35ec15d42317a85cc610f41503c281109eceb56d Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent d88bf38 commit 78b3f11

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
@@ -39672,6 +39672,9 @@
3967239672
"sofort": {
3967339673
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
3967439674
},
39675+
"swish": {
39676+
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
39677+
},
3967539678
"us_bank_account": {
3967639679
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
3967739680
},
@@ -39729,6 +39732,7 @@
3972939732
"revolut_pay",
3973039733
"sepa_debit",
3973139734
"sofort",
39735+
"swish",
3973239736
"us_bank_account",
3973339737
"wechat_pay",
3973439738
"zip"
@@ -150220,6 +150224,10 @@
150220150224
"explode": true,
150221150225
"style": "deepObject"
150222150226
},
150227+
"swish": {
150228+
"explode": true,
150229+
"style": "deepObject"
150230+
},
150223150231
"us_bank_account": {
150224150232
"explode": true,
150225150233
"style": "deepObject"
@@ -151059,6 +151067,29 @@
151059151067
"title": "payment_method_param",
151060151068
"type": "object"
151061151069
},
151070+
"swish": {
151071+
"description": "Swish is a [real-time](https://stripe.com/docs/payments/real-time) payment method popular in Sweden. It allows customers to [authenticate and approve](https://stripe.com/docs/payments/payment-methods#customer-actions) payments using the Swish mobile app and the Swedish BankID mobile app. Check this [page](https://stripe.com/docs/payments/swish) for more details.",
151072+
"properties": {
151073+
"display_preference": {
151074+
"description": "Whether or not the payment method should be displayed.",
151075+
"properties": {
151076+
"preference": {
151077+
"description": "The account's preference for whether or not to display this payment method.",
151078+
"enum": [
151079+
"none",
151080+
"off",
151081+
"on"
151082+
],
151083+
"type": "string"
151084+
}
151085+
},
151086+
"title": "display_preference_param",
151087+
"type": "object"
151088+
}
151089+
},
151090+
"title": "payment_method_param",
151091+
"type": "object"
151092+
},
151062151093
"us_bank_account": {
151063151094
"description": "Stripe users in the United States can accept ACH direct debit payments from customers with a US bank account using the Automated Clearing House (ACH) payments system operated by Nacha. Check this [page](https://stripe.com/docs/payments/ach-debit) for more details.",
151064151095
"properties": {
@@ -151389,6 +151420,10 @@
151389151420
"explode": true,
151390151421
"style": "deepObject"
151391151422
},
151423+
"swish": {
151424+
"explode": true,
151425+
"style": "deepObject"
151426+
},
151392151427
"us_bank_account": {
151393151428
"explode": true,
151394151429
"style": "deepObject"
@@ -152227,6 +152262,29 @@
152227152262
"title": "payment_method_param",
152228152263
"type": "object"
152229152264
},
152265+
"swish": {
152266+
"description": "Swish is a [real-time](https://stripe.com/docs/payments/real-time) payment method popular in Sweden. It allows customers to [authenticate and approve](https://stripe.com/docs/payments/payment-methods#customer-actions) payments using the Swish mobile app and the Swedish BankID mobile app. Check this [page](https://stripe.com/docs/payments/swish) for more details.",
152267+
"properties": {
152268+
"display_preference": {
152269+
"description": "Whether or not the payment method should be displayed.",
152270+
"properties": {
152271+
"preference": {
152272+
"description": "The account's preference for whether or not to display this payment method.",
152273+
"enum": [
152274+
"none",
152275+
"off",
152276+
"on"
152277+
],
152278+
"type": "string"
152279+
}
152280+
},
152281+
"title": "display_preference_param",
152282+
"type": "object"
152283+
}
152284+
},
152285+
"title": "payment_method_param",
152286+
"type": "object"
152287+
},
152230152288
"us_bank_account": {
152231152289
"description": "Stripe users in the United States can accept ACH direct debit payments from customers with a US bank account using the Automated Clearing House (ACH) payments system operated by Nacha. Check this [page](https://stripe.com/docs/payments/ach-debit) for more details.",
152232152290
"properties": {

embedded/openapi/spec3.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28055,6 +28055,9 @@
2805528055
"sofort": {
2805628056
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
2805728057
},
28058+
"swish": {
28059+
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
28060+
},
2805828061
"us_bank_account": {
2805928062
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
2806028063
},
@@ -28109,6 +28112,7 @@
2810928112
"revolut_pay",
2811028113
"sepa_debit",
2811128114
"sofort",
28115+
"swish",
2811228116
"us_bank_account",
2811328117
"wechat_pay",
2811428118
"zip"
@@ -110775,6 +110779,10 @@
110775110779
"explode": true,
110776110780
"style": "deepObject"
110777110781
},
110782+
"swish": {
110783+
"explode": true,
110784+
"style": "deepObject"
110785+
},
110778110786
"us_bank_account": {
110779110787
"explode": true,
110780110788
"style": "deepObject"
@@ -111523,6 +111531,27 @@
111523111531
"title": "payment_method_param",
111524111532
"type": "object"
111525111533
},
111534+
"swish": {
111535+
"description": "Swish is a [real-time](https://stripe.com/docs/payments/real-time) payment method popular in Sweden. It allows customers to [authenticate and approve](https://stripe.com/docs/payments/payment-methods#customer-actions) payments using the Swish mobile app and the Swedish BankID mobile app. Check this [page](https://stripe.com/docs/payments/swish) for more details.",
111536+
"properties": {
111537+
"display_preference": {
111538+
"properties": {
111539+
"preference": {
111540+
"enum": [
111541+
"none",
111542+
"off",
111543+
"on"
111544+
],
111545+
"type": "string"
111546+
}
111547+
},
111548+
"title": "display_preference_param",
111549+
"type": "object"
111550+
}
111551+
},
111552+
"title": "payment_method_param",
111553+
"type": "object"
111554+
},
111526111555
"us_bank_account": {
111527111556
"description": "Stripe users in the United States can accept ACH direct debit payments from customers with a US bank account using the Automated Clearing House (ACH) payments system operated by Nacha. Check this [page](https://stripe.com/docs/payments/ach-debit) for more details.",
111528111557
"properties": {
@@ -111843,6 +111872,10 @@
111843111872
"explode": true,
111844111873
"style": "deepObject"
111845111874
},
111875+
"swish": {
111876+
"explode": true,
111877+
"style": "deepObject"
111878+
},
111846111879
"us_bank_account": {
111847111880
"explode": true,
111848111881
"style": "deepObject"
@@ -112590,6 +112623,27 @@
112590112623
"title": "payment_method_param",
112591112624
"type": "object"
112592112625
},
112626+
"swish": {
112627+
"description": "Swish is a [real-time](https://stripe.com/docs/payments/real-time) payment method popular in Sweden. It allows customers to [authenticate and approve](https://stripe.com/docs/payments/payment-methods#customer-actions) payments using the Swish mobile app and the Swedish BankID mobile app. Check this [page](https://stripe.com/docs/payments/swish) for more details.",
112628+
"properties": {
112629+
"display_preference": {
112630+
"properties": {
112631+
"preference": {
112632+
"enum": [
112633+
"none",
112634+
"off",
112635+
"on"
112636+
],
112637+
"type": "string"
112638+
}
112639+
},
112640+
"title": "display_preference_param",
112641+
"type": "object"
112642+
}
112643+
},
112644+
"title": "payment_method_param",
112645+
"type": "object"
112646+
},
112593112647
"us_bank_account": {
112594112648
"description": "Stripe users in the United States can accept ACH direct debit payments from customers with a US bank account using the Automated Clearing House (ACH) payments system operated by Nacha. Check this [page](https://stripe.com/docs/payments/ach-debit) for more details.",
112595112649
"properties": {

0 commit comments

Comments
 (0)