Skip to content

Commit 4918896

Browse files
OpenAPI Update (#577)
Update OpenAPI for ac5643bf894026a67434ee1389e1036c6f005ba2 Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 6700d41 commit 4918896

File tree

2 files changed

+112
-0
lines changed

2 files changed

+112
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

+58
Original file line numberDiff line numberDiff line change
@@ -38575,6 +38575,9 @@
3857538575
"promptpay": {
3857638576
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
3857738577
},
38578+
"revolut_pay": {
38579+
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
38580+
},
3857838581
"sepa_debit": {
3857938582
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
3858038583
},
@@ -38629,6 +38632,7 @@
3862938632
"paynow",
3863038633
"paypal",
3863138634
"promptpay",
38635+
"revolut_pay",
3863238636
"sepa_debit",
3863338637
"sofort",
3863438638
"us_bank_account",
@@ -141009,6 +141013,10 @@
141009141013
"explode": true,
141010141014
"style": "deepObject"
141011141015
},
141016+
"revolut_pay": {
141017+
"explode": true,
141018+
"style": "deepObject"
141019+
},
141012141020
"sepa_debit": {
141013141021
"explode": true,
141014141022
"style": "deepObject"
@@ -141714,6 +141722,29 @@
141714141722
"title": "payment_method_param",
141715141723
"type": "object"
141716141724
},
141725+
"revolut_pay": {
141726+
"description": "Revolut Pay, developed by Revolut, a global finance app, is a digital wallet payment method. Revolut Pay uses the customer’s stored balance or cards to fund the payment, and offers the option for non-Revolut customers to save their details after their first purchase.",
141727+
"properties": {
141728+
"display_preference": {
141729+
"description": "Whether or not the payment method should be displayed.",
141730+
"properties": {
141731+
"preference": {
141732+
"description": "The account's preference for whether or not to display this payment method.",
141733+
"enum": [
141734+
"none",
141735+
"off",
141736+
"on"
141737+
],
141738+
"type": "string"
141739+
}
141740+
},
141741+
"title": "display_preference_param",
141742+
"type": "object"
141743+
}
141744+
},
141745+
"title": "payment_method_param",
141746+
"type": "object"
141747+
},
141717141748
"sepa_debit": {
141718141749
"description": "The [Single Euro Payments Area (SEPA)](https://en.wikipedia.org/wiki/Single_Euro_Payments_Area) is an initiative of the European Union to simplify payments within and across member countries. SEPA established and enforced banking standards to allow for the direct debiting of every EUR-denominated bank account within the SEPA region, check this [page](https://stripe.com/docs/payments/sepa-debit) for more details.",
141719141750
"properties": {
@@ -142043,6 +142074,10 @@
142043142074
"explode": true,
142044142075
"style": "deepObject"
142045142076
},
142077+
"revolut_pay": {
142078+
"explode": true,
142079+
"style": "deepObject"
142080+
},
142046142081
"sepa_debit": {
142047142082
"explode": true,
142048142083
"style": "deepObject"
@@ -142747,6 +142782,29 @@
142747142782
"title": "payment_method_param",
142748142783
"type": "object"
142749142784
},
142785+
"revolut_pay": {
142786+
"description": "Revolut Pay, developed by Revolut, a global finance app, is a digital wallet payment method. Revolut Pay uses the customer’s stored balance or cards to fund the payment, and offers the option for non-Revolut customers to save their details after their first purchase.",
142787+
"properties": {
142788+
"display_preference": {
142789+
"description": "Whether or not the payment method should be displayed.",
142790+
"properties": {
142791+
"preference": {
142792+
"description": "The account's preference for whether or not to display this payment method.",
142793+
"enum": [
142794+
"none",
142795+
"off",
142796+
"on"
142797+
],
142798+
"type": "string"
142799+
}
142800+
},
142801+
"title": "display_preference_param",
142802+
"type": "object"
142803+
}
142804+
},
142805+
"title": "payment_method_param",
142806+
"type": "object"
142807+
},
142750142808
"sepa_debit": {
142751142809
"description": "The [Single Euro Payments Area (SEPA)](https://en.wikipedia.org/wiki/Single_Euro_Payments_Area) is an initiative of the European Union to simplify payments within and across member countries. SEPA established and enforced banking standards to allow for the direct debiting of every EUR-denominated bank account within the SEPA region, check this [page](https://stripe.com/docs/payments/sepa-debit) for more details.",
142752142810
"properties": {

embedded/openapi/spec3.json

+54
Original file line numberDiff line numberDiff line change
@@ -25127,6 +25127,9 @@
2512725127
"promptpay": {
2512825128
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
2512925129
},
25130+
"revolut_pay": {
25131+
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
25132+
},
2513025133
"sepa_debit": {
2513125134
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
2513225135
},
@@ -25179,6 +25182,7 @@
2517925182
"paynow",
2518025183
"paypal",
2518125184
"promptpay",
25185+
"revolut_pay",
2518225186
"sepa_debit",
2518325187
"sofort",
2518425188
"us_bank_account",
@@ -102364,6 +102368,10 @@
102364102368
"explode": true,
102365102369
"style": "deepObject"
102366102370
},
102371+
"revolut_pay": {
102372+
"explode": true,
102373+
"style": "deepObject"
102374+
},
102367102375
"sepa_debit": {
102368102376
"explode": true,
102369102377
"style": "deepObject"
@@ -103011,6 +103019,27 @@
103011103019
"title": "payment_method_param",
103012103020
"type": "object"
103013103021
},
103022+
"revolut_pay": {
103023+
"description": "Revolut Pay, developed by Revolut, a global finance app, is a digital wallet payment method. Revolut Pay uses the customer’s stored balance or cards to fund the payment, and offers the option for non-Revolut customers to save their details after their first purchase.",
103024+
"properties": {
103025+
"display_preference": {
103026+
"properties": {
103027+
"preference": {
103028+
"enum": [
103029+
"none",
103030+
"off",
103031+
"on"
103032+
],
103033+
"type": "string"
103034+
}
103035+
},
103036+
"title": "display_preference_param",
103037+
"type": "object"
103038+
}
103039+
},
103040+
"title": "payment_method_param",
103041+
"type": "object"
103042+
},
103014103043
"sepa_debit": {
103015103044
"description": "The [Single Euro Payments Area (SEPA)](https://en.wikipedia.org/wiki/Single_Euro_Payments_Area) is an initiative of the European Union to simplify payments within and across member countries. SEPA established and enforced banking standards to allow for the direct debiting of every EUR-denominated bank account within the SEPA region, check this [page](https://stripe.com/docs/payments/sepa-debit) for more details.",
103016103045
"properties": {
@@ -103332,6 +103361,10 @@
103332103361
"explode": true,
103333103362
"style": "deepObject"
103334103363
},
103364+
"revolut_pay": {
103365+
"explode": true,
103366+
"style": "deepObject"
103367+
},
103335103368
"sepa_debit": {
103336103369
"explode": true,
103337103370
"style": "deepObject"
@@ -103978,6 +104011,27 @@
103978104011
"title": "payment_method_param",
103979104012
"type": "object"
103980104013
},
104014+
"revolut_pay": {
104015+
"description": "Revolut Pay, developed by Revolut, a global finance app, is a digital wallet payment method. Revolut Pay uses the customer’s stored balance or cards to fund the payment, and offers the option for non-Revolut customers to save their details after their first purchase.",
104016+
"properties": {
104017+
"display_preference": {
104018+
"properties": {
104019+
"preference": {
104020+
"enum": [
104021+
"none",
104022+
"off",
104023+
"on"
104024+
],
104025+
"type": "string"
104026+
}
104027+
},
104028+
"title": "display_preference_param",
104029+
"type": "object"
104030+
}
104031+
},
104032+
"title": "payment_method_param",
104033+
"type": "object"
104034+
},
103981104035
"sepa_debit": {
103982104036
"description": "The [Single Euro Payments Area (SEPA)](https://en.wikipedia.org/wiki/Single_Euro_Payments_Area) is an initiative of the European Union to simplify payments within and across member countries. SEPA established and enforced banking standards to allow for the direct debiting of every EUR-denominated bank account within the SEPA region, check this [page](https://stripe.com/docs/payments/sepa-debit) for more details.",
103983104037
"properties": {

0 commit comments

Comments
 (0)