From b48db4709bb016a4fe0bd583bbce2daf5e575edc Mon Sep 17 00:00:00 2001 From: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 22:41:15 +0000 Subject: [PATCH] Update OpenAPI for b292197fa5b67363a1531c535f6d9fbb2014e2be --- embedded/openapi/spec3.beta.sdk.json | 159 +++++++++++++++++++++++++++ embedded/openapi/spec3.json | 147 +++++++++++++++++++++++++ 2 files changed, 306 insertions(+) diff --git a/embedded/openapi/spec3.beta.sdk.json b/embedded/openapi/spec3.beta.sdk.json index 5ee848c8..1f638a4c 100644 --- a/embedded/openapi/spec3.beta.sdk.json +++ b/embedded/openapi/spec3.beta.sdk.json @@ -29346,6 +29346,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" }, @@ -29359,6 +29362,7 @@ "duplicate", "fraudulent", "merchandise_not_as_described", + "no_valid_authorization", "not_received", "other", "service_not_as_described" @@ -29380,6 +29384,7 @@ "duplicate", "fraudulent", "merchandise_not_as_described", + "no_valid_authorization", "not_received", "other", "service_not_as_described" @@ -29496,6 +29501,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": { @@ -39417,6 +39462,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": [ @@ -39440,6 +39494,7 @@ "funding", "last4", "networks", + "preferred_locales", "read_method" ], "title": "payment_method_card_present", @@ -40994,6 +41049,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": [ @@ -41032,6 +41096,7 @@ "network", "offline", "overcapture_supported", + "preferred_locales", "read_method", "receipt" ], @@ -127707,6 +127772,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": [ { @@ -127869,6 +127980,7 @@ "duplicate", "fraudulent", "merchandise_not_as_described", + "no_valid_authorization", "not_received", "other", "service_not_as_described" @@ -128538,6 +128650,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": [ { @@ -128700,6 +128858,7 @@ "duplicate", "fraudulent", "merchandise_not_as_described", + "no_valid_authorization", "not_received", "other", "service_not_as_described" diff --git a/embedded/openapi/spec3.json b/embedded/openapi/spec3.json index ea9a4eab..b5bc9226 100644 --- a/embedded/openapi/spec3.json +++ b/embedded/openapi/spec3.json @@ -20801,6 +20801,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" }, @@ -20814,6 +20817,7 @@ "duplicate", "fraudulent", "merchandise_not_as_described", + "no_valid_authorization", "not_received", "other", "service_not_as_described" @@ -20835,6 +20839,7 @@ "duplicate", "fraudulent", "merchandise_not_as_described", + "no_valid_authorization", "not_received", "other", "service_not_as_described" @@ -20939,6 +20944,42 @@ "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" + } + }, + "title": "IssuingDisputeNoValidAuthorizationEvidence", + "type": "object", + "x-expandableFields": [ + "additional_documentation" + ] + }, "issuing_dispute_not_received_evidence": { "description": "", "properties": { @@ -27739,6 +27780,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": [ @@ -29119,6 +29169,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": [ @@ -99060,6 +99119,49 @@ } ] }, + "no_valid_authorization": { + "anyOf": [ + { + "properties": { + "additional_documentation": { + "anyOf": [ + { + "type": "string" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ] + }, + "explanation": { + "anyOf": [ + { + "maxLength": 1500, + "type": "string" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ] + } + }, + "title": "no_valid_authorization", + "type": "object" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ] + }, "not_received": { "anyOf": [ { @@ -99210,6 +99312,7 @@ "duplicate", "fraudulent", "merchandise_not_as_described", + "no_valid_authorization", "not_received", "other", "service_not_as_described" @@ -99844,6 +99947,49 @@ } ] }, + "no_valid_authorization": { + "anyOf": [ + { + "properties": { + "additional_documentation": { + "anyOf": [ + { + "type": "string" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ] + }, + "explanation": { + "anyOf": [ + { + "maxLength": 1500, + "type": "string" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ] + } + }, + "title": "no_valid_authorization", + "type": "object" + }, + { + "enum": [ + "" + ], + "type": "string" + } + ] + }, "not_received": { "anyOf": [ { @@ -99994,6 +100140,7 @@ "duplicate", "fraudulent", "merchandise_not_as_described", + "no_valid_authorization", "not_received", "other", "service_not_as_described"