diff --git a/api/openapi-spec/spec3.sdk.json b/api/openapi-spec/spec3.sdk.json index d1887d18..97d08e7e 100644 --- a/api/openapi-spec/spec3.sdk.json +++ b/api/openapi-spec/spec3.sdk.json @@ -26079,6 +26079,9 @@ "merchandise_not_as_described": { "$ref": "#/components/schemas/issuing_dispute_merchandise_not_as_described_evidence" }, + "no_valid_authorization": { + "$ref": "#/components/schemas/issuing_dispute_no_valid_authorization_evidence" + }, "not_received": { "$ref": "#/components/schemas/issuing_dispute_not_received_evidence" }, @@ -26092,6 +26095,7 @@ "duplicate", "fraudulent", "merchandise_not_as_described", + "no_valid_authorization", "not_received", "other", "service_not_as_described" @@ -26113,6 +26117,7 @@ "duplicate", "fraudulent", "merchandise_not_as_described", + "no_valid_authorization", "not_received", "other", "service_not_as_described" @@ -26229,6 +26234,46 @@ "additional_documentation" ] }, + "issuing_dispute_no_valid_authorization_evidence": { + "description": "", + "properties": { + "additional_documentation": { + "anyOf": [ + { + "maxLength": 5000, + "type": "string" + }, + { + "$ref": "#/components/schemas/file" + } + ], + "description": "(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.", + "nullable": true, + "x-expansionResources": { + "oneOf": [ + { + "$ref": "#/components/schemas/file" + } + ] + } + }, + "explanation": { + "description": "Explanation of why the cardholder is disputing this transaction.", + "maxLength": 5000, + "nullable": true, + "type": "string" + } + }, + "required": [ + "additional_documentation", + "explanation" + ], + "title": "IssuingDisputeNoValidAuthorizationEvidence", + "type": "object", + "x-expandableFields": [ + "additional_documentation" + ] + }, "issuing_dispute_not_received_evidence": { "description": "", "properties": { @@ -33909,6 +33954,15 @@ "description": "Contains information about card networks that can be used to process the payment.", "nullable": true }, + "preferred_locales": { + "description": "EMV tag 5F2D. Preferred languages specified by the integrated circuit chip.", + "items": { + "maxLength": 5000, + "type": "string" + }, + "nullable": true, + "type": "array" + }, "read_method": { "description": "How card details were read in this transaction.", "enum": [ @@ -33932,6 +33986,7 @@ "funding", "last4", "networks", + "preferred_locales", "read_method" ], "title": "payment_method_card_present", @@ -35466,6 +35521,15 @@ "description": "Defines whether the authorized amount can be over-captured or not", "type": "boolean" }, + "preferred_locales": { + "description": "EMV tag 5F2D. Preferred languages specified by the integrated circuit chip.", + "items": { + "maxLength": 5000, + "type": "string" + }, + "nullable": true, + "type": "array" + }, "read_method": { "description": "How card details were read in this transaction.", "enum": [ @@ -35504,6 +35568,7 @@ "network", "offline", "overcapture_supported", + "preferred_locales", "read_method", "receipt" ], @@ -105034,6 +105099,52 @@ ], "description": "Evidence provided when `reason` is 'merchandise_not_as_described'." }, + "no_valid_authorization": { + "anyOf": [ + { + "properties": { + "additional_documentation": { + "anyOf": [ + { + "type": "string" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute." + }, + "explanation": { + "anyOf": [ + { + "maxLength": 1500, + "type": "string" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "Explanation of why the cardholder is disputing this transaction." + } + }, + "title": "no_valid_authorization", + "type": "object" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "Evidence provided when `reason` is 'no_valid_authorization'." + }, "not_received": { "anyOf": [ { @@ -105196,6 +105307,7 @@ "duplicate", "fraudulent", "merchandise_not_as_described", + "no_valid_authorization", "not_received", "other", "service_not_as_described" @@ -105865,6 +105977,52 @@ ], "description": "Evidence provided when `reason` is 'merchandise_not_as_described'." }, + "no_valid_authorization": { + "anyOf": [ + { + "properties": { + "additional_documentation": { + "anyOf": [ + { + "type": "string" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute." + }, + "explanation": { + "anyOf": [ + { + "maxLength": 1500, + "type": "string" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "Explanation of why the cardholder is disputing this transaction." + } + }, + "title": "no_valid_authorization", + "type": "object" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ], + "description": "Evidence provided when `reason` is 'no_valid_authorization'." + }, "not_received": { "anyOf": [ { @@ -106027,6 +106185,7 @@ "duplicate", "fraudulent", "merchandise_not_as_described", + "no_valid_authorization", "not_received", "other", "service_not_as_described"