Skip to content

Commit

Permalink
Update OpenAPI for d168d951be3351d06b42ffa9af912a4da655ee6a
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed May 17, 2022
1 parent e261e0a commit ead3ebe
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -3153,6 +3153,7 @@
"return_url": {
"description": "The URL to redirect customers to when they click on the portal's link to return to your website.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"url": {
Expand All @@ -3168,7 +3169,6 @@
"id",
"livemode",
"object",
"return_url",
"url"
],
"title": "PortalSession",
Expand Down Expand Up @@ -37900,14 +37900,14 @@
"credit_reversal",
"debit_reversal",
"inbound_transfer",
"issuing_authorization",
"other",
"outbound_payment",
"outbound_transfer",
"received_credit",
"received_debit"
],
"type": "string",
"x-stripeBypassValidation": true
"type": "string"
},
"id": {
"description": "Unique identifier for the object.",
Expand Down Expand Up @@ -37952,6 +37952,8 @@
"debit_reversal",
"inbound_transfer",
"inbound_transfer_return",
"issuing_authorization_hold",
"issuing_authorization_release",
"other",
"outbound_payment",
"outbound_payment_cancellation",
Expand All @@ -37964,9 +37966,7 @@
"outbound_transfer_posting",
"outbound_transfer_return",
"received_credit",
"received_debit",
"received_hold",
"received_hold_release"
"received_debit"
],
"type": "string"
}
Expand Down Expand Up @@ -56723,7 +56723,7 @@
"type": "object"
},
"payment_method_types": {
"description": "A list of the types of payment methods (e.g., `card`) this Checkout Session can accept.\n\nRead more about the supported payment methods and their requirements in our [payment\nmethod details guide](/docs/payments/checkout/payment-methods).\n\nIf multiple payment methods are passed, Checkout will dynamically reorder them to\nprioritize the most relevant payment methods based on the customer's location and\nother characteristics.",
"description": "A list of the types of payment methods (e.g., `card`) this Checkout Session can accept.\n\nDo not include this attribute if you prefer to manage your payment methods from the [Stripe Dashboard](https://dashboard.stripe.com/settings/payment_methods).\n\nRead more about the supported payment methods and their requirements in our [payment\nmethod details guide](/docs/payments/checkout/payment-methods).\n\nIf multiple payment methods are passed, Checkout will dynamically reorder them to\nprioritize the most relevant payment methods based on the customer's location and\nother characteristics.",
"items": {
"enum": [
"acss_debit",
Expand Down Expand Up @@ -88335,7 +88335,7 @@
"type": "object"
},
"payment_method_types": {
"description": "The list of payment method types (e.g. card) that this PaymentIntent is allowed to use. If this is not provided, defaults to [\"card\"].",
"description": "The list of payment method types (e.g. card) that this PaymentIntent is allowed to use. If this is not provided, defaults to [\"card\"]. Use automatic_payment_methods to manage payment methods from the [Stripe Dashboard](https://dashboard.stripe.com/settings/payment_methods).",
"items": {
"maxLength": 5000,
"type": "string"
Expand Down Expand Up @@ -90285,7 +90285,7 @@
"type": "object"
},
"payment_method_types": {
"description": "The list of payment method types (e.g. card) that this PaymentIntent is allowed to use.",
"description": "The list of payment method types (e.g. card) that this PaymentIntent is allowed to use. Use automatic_payment_methods to manage payment methods from the [Stripe Dashboard](https://dashboard.stripe.com/settings/payment_methods).",
"items": {
"maxLength": 5000,
"type": "string"
Expand Down Expand Up @@ -92352,7 +92352,7 @@
"type": "object"
},
"payment_method_types": {
"description": "The list of payment method types (e.g. card) that this PaymentIntent is allowed to use.",
"description": "The list of payment method types (e.g. card) that this PaymentIntent is allowed to use. Use automatic_payment_methods to manage payment methods from the [Stripe Dashboard](https://dashboard.stripe.com/settings/payment_methods).",
"items": {
"maxLength": 5000,
"type": "string"
Expand Down

0 comments on commit ead3ebe

Please sign in to comment.