|
32010 | 32010 | "nullable": true,
|
32011 | 32011 | "type": "string"
|
32012 | 32012 | },
|
| 32013 | + "tax_id": { |
| 32014 | + "description": "The seller's tax identification number. Currently populated for French merchants only.", |
| 32015 | + "maxLength": 5000, |
| 32016 | + "nullable": true, |
| 32017 | + "type": "string" |
| 32018 | + }, |
32013 | 32019 | "terminal_id": {
|
32014 | 32020 | "description": "An ID assigned by the seller to the location of the sale.",
|
32015 | 32021 | "maxLength": 5000,
|
|
32047 | 32053 | "network_id",
|
32048 | 32054 | "postal_code",
|
32049 | 32055 | "state",
|
| 32056 | + "tax_id", |
32050 | 32057 | "terminal_id",
|
32051 | 32058 | "url"
|
32052 | 32059 | ]
|
|
42867 | 42874 | "status"
|
42868 | 42875 | ]
|
42869 | 42876 | },
|
42870 |
| - "payment_flows_private_payment_methods_card_details_api_resource_enterprise_features_partial_authorization_partial_authorization": { |
42871 |
| - "description": "", |
42872 |
| - "properties": { |
42873 |
| - "status": { |
42874 |
| - "description": "Indicates whether the transaction requested for partial authorization feature and the authorization outcome.", |
42875 |
| - "enum": [ |
42876 |
| - "declined", |
42877 |
| - "fully_authorized", |
42878 |
| - "not_requested", |
42879 |
| - "partially_authorized" |
42880 |
| - ], |
42881 |
| - "type": "string" |
42882 |
| - } |
42883 |
| - }, |
42884 |
| - "required": [ |
42885 |
| - "status" |
42886 |
| - ], |
42887 |
| - "title": "PaymentFlowsPrivatePaymentMethodsCardDetailsAPIResourceEnterpriseFeaturesPartialAuthorizationPartialAuthorization", |
42888 |
| - "type": "object", |
42889 |
| - "x-expandableFields": [], |
42890 |
| - "x-stripeMostCommon": [ |
42891 |
| - "status" |
42892 |
| - ] |
42893 |
| - }, |
42894 | 42877 | "payment_flows_private_payment_methods_card_details_api_resource_multicapture": {
|
42895 | 42878 | "description": "",
|
42896 | 42879 | "properties": {
|
|
45544 | 45527 | ],
|
45545 | 45528 | "type": "string"
|
45546 | 45529 | },
|
45547 |
| - "request_partial_authorization": { |
45548 |
| - "description": "Request partial authorization on this PaymentIntent.", |
45549 |
| - "enum": [ |
45550 |
| - "if_available", |
45551 |
| - "never" |
45552 |
| - ], |
45553 |
| - "type": "string" |
45554 |
| - }, |
45555 | 45530 | "request_three_d_secure": {
|
45556 | 45531 | "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.",
|
45557 | 45532 | "enum": [
|
|
45613 | 45588 | "request_incremental_authorization",
|
45614 | 45589 | "request_multicapture",
|
45615 | 45590 | "request_overcapture",
|
45616 |
| - "request_partial_authorization", |
45617 | 45591 | "request_three_d_secure",
|
45618 | 45592 | "require_cvc_recollection",
|
45619 | 45593 | "setup_future_usage",
|
|
50267 | 50241 | "nullable": true,
|
50268 | 50242 | "type": "integer"
|
50269 | 50243 | },
|
50270 |
| - "amount_requested": { |
50271 |
| - "description": "The latest amount intended to be authorized by this charge.", |
50272 |
| - "nullable": true, |
50273 |
| - "type": "integer" |
50274 |
| - }, |
50275 | 50244 | "authorization_code": {
|
50276 | 50245 | "description": "Authorization code on the charge.",
|
50277 | 50246 | "maxLength": 5000,
|
|
50398 | 50367 | "overcapture": {
|
50399 | 50368 | "$ref": "#/components/schemas/payment_flows_private_payment_methods_card_details_api_resource_enterprise_features_overcapture_overcapture"
|
50400 | 50369 | },
|
50401 |
| - "partial_authorization": { |
50402 |
| - "$ref": "#/components/schemas/payment_flows_private_payment_methods_card_details_api_resource_enterprise_features_partial_authorization_partial_authorization" |
50403 |
| - }, |
50404 | 50370 | "three_d_secure": {
|
50405 | 50371 | "anyOf": [
|
50406 | 50372 | {
|
@@ -50447,13 +50413,11 @@
|
50447 | 50413 | "multicapture",
|
50448 | 50414 | "network_token",
|
50449 | 50415 | "overcapture",
|
50450 |
| - "partial_authorization", |
50451 | 50416 | "three_d_secure",
|
50452 | 50417 | "wallet"
|
50453 | 50418 | ],
|
50454 | 50419 | "x-stripeMostCommon": [
|
50455 | 50420 | "amount_authorized",
|
50456 |
| - "amount_requested", |
50457 | 50421 | "authorization_code",
|
50458 | 50422 | "brand",
|
50459 | 50423 | "capture_before",
|
|
50477 | 50441 | "network",
|
50478 | 50442 | "network_token",
|
50479 | 50443 | "overcapture",
|
50480 |
| - "partial_authorization", |
50481 | 50444 | "three_d_secure",
|
50482 | 50445 | "wallet"
|
50483 | 50446 | ]
|
@@ -166081,14 +166044,6 @@
|
166081 | 166044 | ],
|
166082 | 166045 | "type": "string"
|
166083 | 166046 | },
|
166084 |
| - "request_partial_authorization": { |
166085 |
| - "description": "Request partial authorization on this PaymentIntent.", |
166086 |
| - "enum": [ |
166087 |
| - "if_available", |
166088 |
| - "never" |
166089 |
| - ], |
166090 |
| - "type": "string" |
166091 |
| - }, |
166092 | 166047 | "request_three_d_secure": {
|
166093 | 166048 | "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.",
|
166094 | 166049 | "enum": [
|
@@ -171695,14 +171650,6 @@
|
171695 | 171650 | ],
|
171696 | 171651 | "type": "string"
|
171697 | 171652 | },
|
171698 |
| - "request_partial_authorization": { |
171699 |
| - "description": "Request partial authorization on this PaymentIntent.", |
171700 |
| - "enum": [ |
171701 |
| - "if_available", |
171702 |
| - "never" |
171703 |
| - ], |
171704 |
| - "type": "string" |
171705 |
| - }, |
171706 | 171653 | "request_three_d_secure": {
|
171707 | 171654 | "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.",
|
171708 | 171655 | "enum": [
|
@@ -178505,14 +178452,6 @@
|
178505 | 178452 | ],
|
178506 | 178453 | "type": "string"
|
178507 | 178454 | },
|
178508 |
| - "request_partial_authorization": { |
178509 |
| - "description": "Request partial authorization on this PaymentIntent.", |
178510 |
| - "enum": [ |
178511 |
| - "if_available", |
178512 |
| - "never" |
178513 |
| - ], |
178514 |
| - "type": "string" |
178515 |
| - }, |
178516 | 178455 | "request_three_d_secure": {
|
178517 | 178456 | "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.",
|
178518 | 178457 | "enum": [
|
@@ -181158,10 +181097,6 @@
|
181158 | 181097 | "explode": true,
|
181159 | 181098 | "style": "deepObject"
|
181160 | 181099 | },
|
181161 |
| - "payment_method_options": { |
181162 |
| - "explode": true, |
181163 |
| - "style": "deepObject" |
181164 |
| - }, |
181165 | 181100 | "transfer_data": {
|
181166 | 181101 | "explode": true,
|
181167 | 181102 | "style": "deepObject"
|
@@ -181246,34 +181181,6 @@
|
181246 | 181181 | "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`.",
|
181247 | 181182 | "type": "object"
|
181248 | 181183 | },
|
181249 |
| - "payment_method_options": { |
181250 |
| - "description": "Payment method-specific configuration for this PaymentIntent.", |
181251 |
| - "properties": { |
181252 |
| - "card": { |
181253 |
| - "description": "Configuration for any card payments attempted on this PaymentIntent.", |
181254 |
| - "properties": { |
181255 |
| - "request_partial_authorization": { |
181256 |
| - "description": "Request partial authorization on this PaymentIntent.", |
181257 |
| - "enum": [ |
181258 |
| - "if_available", |
181259 |
| - "never" |
181260 |
| - ], |
181261 |
| - "type": "string" |
181262 |
| - } |
181263 |
| - }, |
181264 |
| - "title": "payment_intent_increment_authorization_param", |
181265 |
| - "type": "object", |
181266 |
| - "x-stripeMostCommon": [ |
181267 |
| - "request_partial_authorization" |
181268 |
| - ] |
181269 |
| - } |
181270 |
| - }, |
181271 |
| - "title": "payment_method_options_increment_authorization_param", |
181272 |
| - "type": "object", |
181273 |
| - "x-stripeMostCommon": [ |
181274 |
| - "card" |
181275 |
| - ] |
181276 |
| - }, |
181277 | 181184 | "statement_descriptor": {
|
181278 | 181185 | "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).",
|
181279 | 181186 | "maxLength": 22,
|
|
0 commit comments