From a5f59c4d3bf20a182a4ce6064f0369e793eebf6f Mon Sep 17 00:00:00 2001 From: "stripe-openapi[bot]" <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:24:18 +0000 Subject: [PATCH] OpenAPI Update (#923) Update OpenAPI for 4e32efc88bee3213e7588548f5c03ae47f66218c Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> --- embedded/openapi/spec3.beta.sdk.json | 58 ++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 49f27fab..7ecc4974 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -41293,6 +41293,9 @@ "paypal": { "$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties" }, + "payto": { + "$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties" + }, "promptpay": { "$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties" }, @@ -41362,6 +41365,7 @@ "p24", "paynow", "paypal", + "payto", "promptpay", "revolut_pay", "sepa_debit", @@ -153996,6 +154000,10 @@ "explode": true, "style": "deepObject" }, + "payto": { + "explode": true, + "style": "deepObject" + }, "promptpay": { "explode": true, "style": "deepObject" @@ -154786,6 +154794,29 @@ "title": "payment_method_param", "type": "object" }, + "payto": { + "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.", + "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" + }, "promptpay": { "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.", "properties": { @@ -155219,6 +155250,10 @@ "explode": true, "style": "deepObject" }, + "payto": { + "explode": true, + "style": "deepObject" + }, "promptpay": { "explode": true, "style": "deepObject" @@ -156008,6 +156043,29 @@ "title": "payment_method_param", "type": "object" }, + "payto": { + "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.", + "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" + }, "promptpay": { "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.", "properties": {