Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI Update #577

Merged
merged 1 commit into from
Dec 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 58 additions & 0 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -38575,6 +38575,9 @@
"promptpay": {
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
},
"revolut_pay": {
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
},
"sepa_debit": {
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
},
Expand Down Expand Up @@ -38629,6 +38632,7 @@
"paynow",
"paypal",
"promptpay",
"revolut_pay",
"sepa_debit",
"sofort",
"us_bank_account",
Expand Down Expand Up @@ -141009,6 +141013,10 @@
"explode": true,
"style": "deepObject"
},
"revolut_pay": {
"explode": true,
"style": "deepObject"
},
"sepa_debit": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -141714,6 +141722,29 @@
"title": "payment_method_param",
"type": "object"
},
"revolut_pay": {
"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.",
"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"
},
"sepa_debit": {
"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.",
"properties": {
Expand Down Expand Up @@ -142043,6 +142074,10 @@
"explode": true,
"style": "deepObject"
},
"revolut_pay": {
"explode": true,
"style": "deepObject"
},
"sepa_debit": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -142747,6 +142782,29 @@
"title": "payment_method_param",
"type": "object"
},
"revolut_pay": {
"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.",
"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"
},
"sepa_debit": {
"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.",
"properties": {
Expand Down
54 changes: 54 additions & 0 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -25127,6 +25127,9 @@
"promptpay": {
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
},
"revolut_pay": {
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
},
"sepa_debit": {
"$ref": "#/components/schemas/payment_method_config_resource_payment_method_properties"
},
Expand Down Expand Up @@ -25179,6 +25182,7 @@
"paynow",
"paypal",
"promptpay",
"revolut_pay",
"sepa_debit",
"sofort",
"us_bank_account",
Expand Down Expand Up @@ -102364,6 +102368,10 @@
"explode": true,
"style": "deepObject"
},
"revolut_pay": {
"explode": true,
"style": "deepObject"
},
"sepa_debit": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -103011,6 +103019,27 @@
"title": "payment_method_param",
"type": "object"
},
"revolut_pay": {
"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.",
"properties": {
"display_preference": {
"properties": {
"preference": {
"enum": [
"none",
"off",
"on"
],
"type": "string"
}
},
"title": "display_preference_param",
"type": "object"
}
},
"title": "payment_method_param",
"type": "object"
},
"sepa_debit": {
"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.",
"properties": {
Expand Down Expand Up @@ -103332,6 +103361,10 @@
"explode": true,
"style": "deepObject"
},
"revolut_pay": {
"explode": true,
"style": "deepObject"
},
"sepa_debit": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -103978,6 +104011,27 @@
"title": "payment_method_param",
"type": "object"
},
"revolut_pay": {
"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.",
"properties": {
"display_preference": {
"properties": {
"preference": {
"enum": [
"none",
"off",
"on"
],
"type": "string"
}
},
"title": "display_preference_param",
"type": "object"
}
},
"title": "payment_method_param",
"type": "object"
},
"sepa_debit": {
"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.",
"properties": {
Expand Down
Loading