|
41293 | 41293 | "paypal": { |
41294 | 41294 | "$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties" |
41295 | 41295 | }, |
| 41296 | + "payto": { |
| 41297 | + "$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties" |
| 41298 | + }, |
41296 | 41299 | "promptpay": { |
41297 | 41300 | "$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties" |
41298 | 41301 | }, |
|
41362 | 41365 | "p24", |
41363 | 41366 | "paynow", |
41364 | 41367 | "paypal", |
| 41368 | + "payto", |
41365 | 41369 | "promptpay", |
41366 | 41370 | "revolut_pay", |
41367 | 41371 | "sepa_debit", |
@@ -153996,6 +154000,10 @@ |
153996 | 154000 | "explode": true, |
153997 | 154001 | "style": "deepObject" |
153998 | 154002 | }, |
| 154003 | + "payto": { |
| 154004 | + "explode": true, |
| 154005 | + "style": "deepObject" |
| 154006 | + }, |
153999 | 154007 | "promptpay": { |
154000 | 154008 | "explode": true, |
154001 | 154009 | "style": "deepObject" |
@@ -154786,6 +154794,29 @@ |
154786 | 154794 | "title": "payment_method_param", |
154787 | 154795 | "type": "object" |
154788 | 154796 | }, |
| 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 | + }, |
154789 | 154820 | "promptpay": { |
154790 | 154821 | "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.", |
154791 | 154822 | "properties": { |
@@ -155219,6 +155250,10 @@ |
155219 | 155250 | "explode": true, |
155220 | 155251 | "style": "deepObject" |
155221 | 155252 | }, |
| 155253 | + "payto": { |
| 155254 | + "explode": true, |
| 155255 | + "style": "deepObject" |
| 155256 | + }, |
155222 | 155257 | "promptpay": { |
155223 | 155258 | "explode": true, |
155224 | 155259 | "style": "deepObject" |
@@ -156008,6 +156043,29 @@ |
156008 | 156043 | "title": "payment_method_param", |
156009 | 156044 | "type": "object" |
156010 | 156045 | }, |
| 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 | + }, |
156011 | 156069 | "promptpay": { |
156012 | 156070 | "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.", |
156013 | 156071 | "properties": { |
|
0 commit comments