Skip to content

Commit

Permalink
Update OpenAPI for 6325d4792d3cb716a77d230ee9be71d7fd7f2347
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Dec 6, 2024
1 parent 658a14a commit 19c749c
Showing 1 changed file with 7 additions and 100 deletions.
107 changes: 7 additions & 100 deletions embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -32010,6 +32010,12 @@
"nullable": true,
"type": "string"
},
"tax_id": {
"description": "The seller's tax identification number. Currently populated for French merchants only.",
"maxLength": 5000,
"nullable": true,
"type": "string"
},
"terminal_id": {
"description": "An ID assigned by the seller to the location of the sale.",
"maxLength": 5000,
Expand Down Expand Up @@ -32047,6 +32053,7 @@
"network_id",
"postal_code",
"state",
"tax_id",
"terminal_id",
"url"
]
Expand Down Expand Up @@ -42867,30 +42874,6 @@
"status"
]
},
"payment_flows_private_payment_methods_card_details_api_resource_enterprise_features_partial_authorization_partial_authorization": {
"description": "",
"properties": {
"status": {
"description": "Indicates whether the transaction requested for partial authorization feature and the authorization outcome.",
"enum": [
"declined",
"fully_authorized",
"not_requested",
"partially_authorized"
],
"type": "string"
}
},
"required": [
"status"
],
"title": "PaymentFlowsPrivatePaymentMethodsCardDetailsAPIResourceEnterpriseFeaturesPartialAuthorizationPartialAuthorization",
"type": "object",
"x-expandableFields": [],
"x-stripeMostCommon": [
"status"
]
},
"payment_flows_private_payment_methods_card_details_api_resource_multicapture": {
"description": "",
"properties": {
Expand Down Expand Up @@ -45544,14 +45527,6 @@
],
"type": "string"
},
"request_partial_authorization": {
"description": "Request partial authorization on this PaymentIntent.",
"enum": [
"if_available",
"never"
],
"type": "string"
},
"request_three_d_secure": {
"description": "We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://stripe.com/docs/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. If not provided, this value defaults to `automatic`. Read our guide on [manually requesting 3D Secure](https://stripe.com/docs/payments/3d-secure/authentication-flow#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.",
"enum": [
Expand Down Expand Up @@ -45613,7 +45588,6 @@
"request_incremental_authorization",
"request_multicapture",
"request_overcapture",
"request_partial_authorization",
"request_three_d_secure",
"require_cvc_recollection",
"setup_future_usage",
Expand Down Expand Up @@ -50267,11 +50241,6 @@
"nullable": true,
"type": "integer"
},
"amount_requested": {
"description": "The latest amount intended to be authorized by this charge.",
"nullable": true,
"type": "integer"
},
"authorization_code": {
"description": "Authorization code on the charge.",
"maxLength": 5000,
Expand Down Expand Up @@ -50398,9 +50367,6 @@
"overcapture": {
"$ref": "#/components/schemas/payment_flows_private_payment_methods_card_details_api_resource_enterprise_features_overcapture_overcapture"
},
"partial_authorization": {
"$ref": "#/components/schemas/payment_flows_private_payment_methods_card_details_api_resource_enterprise_features_partial_authorization_partial_authorization"
},
"three_d_secure": {
"anyOf": [
{
Expand Down Expand Up @@ -50447,13 +50413,11 @@
"multicapture",
"network_token",
"overcapture",
"partial_authorization",
"three_d_secure",
"wallet"
],
"x-stripeMostCommon": [
"amount_authorized",
"amount_requested",
"authorization_code",
"brand",
"capture_before",
Expand All @@ -50477,7 +50441,6 @@
"network",
"network_token",
"overcapture",
"partial_authorization",
"three_d_secure",
"wallet"
]
Expand Down Expand Up @@ -166081,14 +166044,6 @@
],
"type": "string"
},
"request_partial_authorization": {
"description": "Request partial authorization on this PaymentIntent.",
"enum": [
"if_available",
"never"
],
"type": "string"
},
"request_three_d_secure": {
"description": "We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://stripe.com/docs/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. If not provided, this value defaults to `automatic`. Read our guide on [manually requesting 3D Secure](https://stripe.com/docs/payments/3d-secure/authentication-flow#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.",
"enum": [
Expand Down Expand Up @@ -171695,14 +171650,6 @@
],
"type": "string"
},
"request_partial_authorization": {
"description": "Request partial authorization on this PaymentIntent.",
"enum": [
"if_available",
"never"
],
"type": "string"
},
"request_three_d_secure": {
"description": "We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://stripe.com/docs/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. If not provided, this value defaults to `automatic`. Read our guide on [manually requesting 3D Secure](https://stripe.com/docs/payments/3d-secure/authentication-flow#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.",
"enum": [
Expand Down Expand Up @@ -178505,14 +178452,6 @@
],
"type": "string"
},
"request_partial_authorization": {
"description": "Request partial authorization on this PaymentIntent.",
"enum": [
"if_available",
"never"
],
"type": "string"
},
"request_three_d_secure": {
"description": "We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and [other requirements](https://stripe.com/docs/strong-customer-authentication). However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. If not provided, this value defaults to `automatic`. Read our guide on [manually requesting 3D Secure](https://stripe.com/docs/payments/3d-secure/authentication-flow#manual-three-ds) for more information on how this configuration interacts with Radar and our SCA Engine.",
"enum": [
Expand Down Expand Up @@ -181158,10 +181097,6 @@
"explode": true,
"style": "deepObject"
},
"payment_method_options": {
"explode": true,
"style": "deepObject"
},
"transfer_data": {
"explode": true,
"style": "deepObject"
Expand Down Expand Up @@ -181246,34 +181181,6 @@
"description": "Set of [key-value pairs](https://stripe.com/docs/api/metadata) that you can attach to an object. This can be useful for storing additional information about the object in a structured format. Individual keys can be unset by posting an empty value to them. All keys can be unset by posting an empty value to `metadata`.",
"type": "object"
},
"payment_method_options": {
"description": "Payment method-specific configuration for this PaymentIntent.",
"properties": {
"card": {
"description": "Configuration for any card payments attempted on this PaymentIntent.",
"properties": {
"request_partial_authorization": {
"description": "Request partial authorization on this PaymentIntent.",
"enum": [
"if_available",
"never"
],
"type": "string"
}
},
"title": "payment_intent_increment_authorization_param",
"type": "object",
"x-stripeMostCommon": [
"request_partial_authorization"
]
}
},
"title": "payment_method_options_increment_authorization_param",
"type": "object",
"x-stripeMostCommon": [
"card"
]
},
"statement_descriptor": {
"description": "Text that appears on the customer's statement as the statement descriptor for a non-card or card charge. This value overrides the account's default statement descriptor. For information about requirements, including the 22-character limit, see [the Statement Descriptor docs](https://docs.stripe.com/get-started/account/statement-descriptors).",
"maxLength": 22,
Expand Down

0 comments on commit 19c749c

Please sign in to comment.