|
29346 | 29346 | "merchandise_not_as_described": { |
29347 | 29347 | "$ref": "#/components/schemas/issuing_dispute_merchandise_not_as_described_evidence" |
29348 | 29348 | }, |
| 29349 | + "no_valid_authorization": { |
| 29350 | + "$ref": "#/components/schemas/issuing_dispute_no_valid_authorization_evidence" |
| 29351 | + }, |
29349 | 29352 | "not_received": { |
29350 | 29353 | "$ref": "#/components/schemas/issuing_dispute_not_received_evidence" |
29351 | 29354 | }, |
|
29359 | 29362 | "duplicate", |
29360 | 29363 | "fraudulent", |
29361 | 29364 | "merchandise_not_as_described", |
| 29365 | + "no_valid_authorization", |
29362 | 29366 | "not_received", |
29363 | 29367 | "other", |
29364 | 29368 | "service_not_as_described" |
|
29380 | 29384 | "duplicate", |
29381 | 29385 | "fraudulent", |
29382 | 29386 | "merchandise_not_as_described", |
| 29387 | + "no_valid_authorization", |
29383 | 29388 | "not_received", |
29384 | 29389 | "other", |
29385 | 29390 | "service_not_as_described" |
|
29496 | 29501 | "additional_documentation" |
29497 | 29502 | ] |
29498 | 29503 | }, |
| 29504 | + "issuing_dispute_no_valid_authorization_evidence": { |
| 29505 | + "description": "", |
| 29506 | + "properties": { |
| 29507 | + "additional_documentation": { |
| 29508 | + "anyOf": [ |
| 29509 | + { |
| 29510 | + "maxLength": 5000, |
| 29511 | + "type": "string" |
| 29512 | + }, |
| 29513 | + { |
| 29514 | + "$ref": "#/components/schemas/file" |
| 29515 | + } |
| 29516 | + ], |
| 29517 | + "description": "(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute.", |
| 29518 | + "nullable": true, |
| 29519 | + "x-expansionResources": { |
| 29520 | + "oneOf": [ |
| 29521 | + { |
| 29522 | + "$ref": "#/components/schemas/file" |
| 29523 | + } |
| 29524 | + ] |
| 29525 | + } |
| 29526 | + }, |
| 29527 | + "explanation": { |
| 29528 | + "description": "Explanation of why the cardholder is disputing this transaction.", |
| 29529 | + "maxLength": 5000, |
| 29530 | + "nullable": true, |
| 29531 | + "type": "string" |
| 29532 | + } |
| 29533 | + }, |
| 29534 | + "required": [ |
| 29535 | + "additional_documentation", |
| 29536 | + "explanation" |
| 29537 | + ], |
| 29538 | + "title": "IssuingDisputeNoValidAuthorizationEvidence", |
| 29539 | + "type": "object", |
| 29540 | + "x-expandableFields": [ |
| 29541 | + "additional_documentation" |
| 29542 | + ] |
| 29543 | + }, |
29499 | 29544 | "issuing_dispute_not_received_evidence": { |
29500 | 29545 | "description": "", |
29501 | 29546 | "properties": { |
|
39417 | 39462 | "description": "Contains information about card networks that can be used to process the payment.", |
39418 | 39463 | "nullable": true |
39419 | 39464 | }, |
| 39465 | + "preferred_locales": { |
| 39466 | + "description": "EMV tag 5F2D. Preferred languages specified by the integrated circuit chip.", |
| 39467 | + "items": { |
| 39468 | + "maxLength": 5000, |
| 39469 | + "type": "string" |
| 39470 | + }, |
| 39471 | + "nullable": true, |
| 39472 | + "type": "array" |
| 39473 | + }, |
39420 | 39474 | "read_method": { |
39421 | 39475 | "description": "How card details were read in this transaction.", |
39422 | 39476 | "enum": [ |
|
39440 | 39494 | "funding", |
39441 | 39495 | "last4", |
39442 | 39496 | "networks", |
| 39497 | + "preferred_locales", |
39443 | 39498 | "read_method" |
39444 | 39499 | ], |
39445 | 39500 | "title": "payment_method_card_present", |
|
40994 | 41049 | "description": "Defines whether the authorized amount can be over-captured or not", |
40995 | 41050 | "type": "boolean" |
40996 | 41051 | }, |
| 41052 | + "preferred_locales": { |
| 41053 | + "description": "EMV tag 5F2D. Preferred languages specified by the integrated circuit chip.", |
| 41054 | + "items": { |
| 41055 | + "maxLength": 5000, |
| 41056 | + "type": "string" |
| 41057 | + }, |
| 41058 | + "nullable": true, |
| 41059 | + "type": "array" |
| 41060 | + }, |
40997 | 41061 | "read_method": { |
40998 | 41062 | "description": "How card details were read in this transaction.", |
40999 | 41063 | "enum": [ |
|
41032 | 41096 | "network", |
41033 | 41097 | "offline", |
41034 | 41098 | "overcapture_supported", |
| 41099 | + "preferred_locales", |
41035 | 41100 | "read_method", |
41036 | 41101 | "receipt" |
41037 | 41102 | ], |
@@ -127707,6 +127772,52 @@ |
127707 | 127772 | ], |
127708 | 127773 | "description": "Evidence provided when `reason` is 'merchandise_not_as_described'." |
127709 | 127774 | }, |
| 127775 | + "no_valid_authorization": { |
| 127776 | + "anyOf": [ |
| 127777 | + { |
| 127778 | + "properties": { |
| 127779 | + "additional_documentation": { |
| 127780 | + "anyOf": [ |
| 127781 | + { |
| 127782 | + "type": "string" |
| 127783 | + }, |
| 127784 | + { |
| 127785 | + "enum": [ |
| 127786 | + "" |
| 127787 | + ], |
| 127788 | + "type": "string" |
| 127789 | + } |
| 127790 | + ], |
| 127791 | + "description": "(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute." |
| 127792 | + }, |
| 127793 | + "explanation": { |
| 127794 | + "anyOf": [ |
| 127795 | + { |
| 127796 | + "maxLength": 1500, |
| 127797 | + "type": "string" |
| 127798 | + }, |
| 127799 | + { |
| 127800 | + "enum": [ |
| 127801 | + "" |
| 127802 | + ], |
| 127803 | + "type": "string" |
| 127804 | + } |
| 127805 | + ], |
| 127806 | + "description": "Explanation of why the cardholder is disputing this transaction." |
| 127807 | + } |
| 127808 | + }, |
| 127809 | + "title": "no_valid_authorization", |
| 127810 | + "type": "object" |
| 127811 | + }, |
| 127812 | + { |
| 127813 | + "enum": [ |
| 127814 | + "" |
| 127815 | + ], |
| 127816 | + "type": "string" |
| 127817 | + } |
| 127818 | + ], |
| 127819 | + "description": "Evidence provided when `reason` is 'no_valid_authorization'." |
| 127820 | + }, |
127710 | 127821 | "not_received": { |
127711 | 127822 | "anyOf": [ |
127712 | 127823 | { |
@@ -127869,6 +127980,7 @@ |
127869 | 127980 | "duplicate", |
127870 | 127981 | "fraudulent", |
127871 | 127982 | "merchandise_not_as_described", |
| 127983 | + "no_valid_authorization", |
127872 | 127984 | "not_received", |
127873 | 127985 | "other", |
127874 | 127986 | "service_not_as_described" |
@@ -128538,6 +128650,52 @@ |
128538 | 128650 | ], |
128539 | 128651 | "description": "Evidence provided when `reason` is 'merchandise_not_as_described'." |
128540 | 128652 | }, |
| 128653 | + "no_valid_authorization": { |
| 128654 | + "anyOf": [ |
| 128655 | + { |
| 128656 | + "properties": { |
| 128657 | + "additional_documentation": { |
| 128658 | + "anyOf": [ |
| 128659 | + { |
| 128660 | + "type": "string" |
| 128661 | + }, |
| 128662 | + { |
| 128663 | + "enum": [ |
| 128664 | + "" |
| 128665 | + ], |
| 128666 | + "type": "string" |
| 128667 | + } |
| 128668 | + ], |
| 128669 | + "description": "(ID of a [file upload](https://stripe.com/docs/guides/file-upload)) Additional documentation supporting the dispute." |
| 128670 | + }, |
| 128671 | + "explanation": { |
| 128672 | + "anyOf": [ |
| 128673 | + { |
| 128674 | + "maxLength": 1500, |
| 128675 | + "type": "string" |
| 128676 | + }, |
| 128677 | + { |
| 128678 | + "enum": [ |
| 128679 | + "" |
| 128680 | + ], |
| 128681 | + "type": "string" |
| 128682 | + } |
| 128683 | + ], |
| 128684 | + "description": "Explanation of why the cardholder is disputing this transaction." |
| 128685 | + } |
| 128686 | + }, |
| 128687 | + "title": "no_valid_authorization", |
| 128688 | + "type": "object" |
| 128689 | + }, |
| 128690 | + { |
| 128691 | + "enum": [ |
| 128692 | + "" |
| 128693 | + ], |
| 128694 | + "type": "string" |
| 128695 | + } |
| 128696 | + ], |
| 128697 | + "description": "Evidence provided when `reason` is 'no_valid_authorization'." |
| 128698 | + }, |
128541 | 128699 | "not_received": { |
128542 | 128700 | "anyOf": [ |
128543 | 128701 | { |
@@ -128700,6 +128858,7 @@ |
128700 | 128858 | "duplicate", |
128701 | 128859 | "fraudulent", |
128702 | 128860 | "merchandise_not_as_described", |
| 128861 | + "no_valid_authorization", |
128703 | 128862 | "not_received", |
128704 | 128863 | "other", |
128705 | 128864 | "service_not_as_described" |
|
0 commit comments