Skip to content

Commit

Permalink
OpenAPI Update (#923)
Browse files Browse the repository at this point in the history
Update OpenAPI for 4e32efc88bee3213e7588548f5c03ae47f66218c

Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
  • Loading branch information
stripe-openapi[bot] authored Jul 18, 2024
1 parent 6524fe9 commit a5f59c4
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down Expand Up @@ -41362,6 +41365,7 @@
"p24",
"paynow",
"paypal",
"payto",
"promptpay",
"revolut_pay",
"sepa_debit",
Expand Down Expand Up @@ -153996,6 +154000,10 @@
"explode": true,
"style": "deepObject"
},
"payto": {
"explode": true,
"style": "deepObject"
},
"promptpay": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -155219,6 +155250,10 @@
"explode": true,
"style": "deepObject"
},
"payto": {
"explode": true,
"style": "deepObject"
},
"promptpay": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit a5f59c4

Please sign in to comment.