Skip to content

Commit a5f59c4

Browse files
OpenAPI Update (#923)
Update OpenAPI for 4e32efc88bee3213e7588548f5c03ae47f66218c Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 6524fe9 commit a5f59c4

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41293,6 +41293,9 @@
4129341293
"paypal": {
4129441294
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
4129541295
},
41296+
"payto": {
41297+
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
41298+
},
4129641299
"promptpay": {
4129741300
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
4129841301
},
@@ -41362,6 +41365,7 @@
4136241365
"p24",
4136341366
"paynow",
4136441367
"paypal",
41368+
"payto",
4136541369
"promptpay",
4136641370
"revolut_pay",
4136741371
"sepa_debit",
@@ -153996,6 +154000,10 @@
153996154000
"explode": true,
153997154001
"style": "deepObject"
153998154002
},
154003+
"payto": {
154004+
"explode": true,
154005+
"style": "deepObject"
154006+
},
153999154007
"promptpay": {
154000154008
"explode": true,
154001154009
"style": "deepObject"
@@ -154786,6 +154794,29 @@
154786154794
"title": "payment_method_param",
154787154795
"type": "object"
154788154796
},
154797+
"payto": {
154798+
"description": "PayTo is a [real-time](https://docs.stripe.com/payments/real-time) payment method that enables customers in Australia to pay by providing their bank account details. Customers must accept a mandate authorizing you to debit their account. Check this [page](https://docs.stripe.com/payments/payto) for more details.",
154799+
"properties": {
154800+
"display_preference": {
154801+
"description": "Whether or not the payment method should be displayed.",
154802+
"properties": {
154803+
"preference": {
154804+
"description": "The account's preference for whether or not to display this payment method.",
154805+
"enum": [
154806+
"none",
154807+
"off",
154808+
"on"
154809+
],
154810+
"type": "string"
154811+
}
154812+
},
154813+
"title": "display_preference_param",
154814+
"type": "object"
154815+
}
154816+
},
154817+
"title": "payment_method_param",
154818+
"type": "object"
154819+
},
154789154820
"promptpay": {
154790154821
"description": "PromptPay is a Thailand-based payment method that allows customers to make a payment using their preferred app from participating banks. Check this [page](https://stripe.com/docs/payments/promptpay) for more details.",
154791154822
"properties": {
@@ -155219,6 +155250,10 @@
155219155250
"explode": true,
155220155251
"style": "deepObject"
155221155252
},
155253+
"payto": {
155254+
"explode": true,
155255+
"style": "deepObject"
155256+
},
155222155257
"promptpay": {
155223155258
"explode": true,
155224155259
"style": "deepObject"
@@ -156008,6 +156043,29 @@
156008156043
"title": "payment_method_param",
156009156044
"type": "object"
156010156045
},
156046+
"payto": {
156047+
"description": "PayTo is a [real-time](https://docs.stripe.com/payments/real-time) payment method that enables customers in Australia to pay by providing their bank account details. Customers must accept a mandate authorizing you to debit their account. Check this [page](https://docs.stripe.com/payments/payto) for more details.",
156048+
"properties": {
156049+
"display_preference": {
156050+
"description": "Whether or not the payment method should be displayed.",
156051+
"properties": {
156052+
"preference": {
156053+
"description": "The account's preference for whether or not to display this payment method.",
156054+
"enum": [
156055+
"none",
156056+
"off",
156057+
"on"
156058+
],
156059+
"type": "string"
156060+
}
156061+
},
156062+
"title": "display_preference_param",
156063+
"type": "object"
156064+
}
156065+
},
156066+
"title": "payment_method_param",
156067+
"type": "object"
156068+
},
156011156069
"promptpay": {
156012156070
"description": "PromptPay is a Thailand-based payment method that allows customers to make a payment using their preferred app from participating banks. Check this [page](https://stripe.com/docs/payments/promptpay) for more details.",
156013156071
"properties": {

0 commit comments

Comments
 (0)