Skip to content

Commit 4a694ae

Browse files
OpenAPI Update (#809)
Update OpenAPI for b292197fa5b67363a1531c535f6d9fbb2014e2be Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent d350f46 commit 4a694ae

File tree

2 files changed

+306
-0
lines changed

2 files changed

+306
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 159 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29346,6 +29346,9 @@
2934629346
"merchandise_not_as_described": {
2934729347
"$ref": "#/components/schemas/issuing_dispute_merchandise_not_as_described_evidence"
2934829348
},
29349+
"no_valid_authorization": {
29350+
"$ref": "#/components/schemas/issuing_dispute_no_valid_authorization_evidence"
29351+
},
2934929352
"not_received": {
2935029353
"$ref": "#/components/schemas/issuing_dispute_not_received_evidence"
2935129354
},
@@ -29359,6 +29362,7 @@
2935929362
"duplicate",
2936029363
"fraudulent",
2936129364
"merchandise_not_as_described",
29365+
"no_valid_authorization",
2936229366
"not_received",
2936329367
"other",
2936429368
"service_not_as_described"
@@ -29380,6 +29384,7 @@
2938029384
"duplicate",
2938129385
"fraudulent",
2938229386
"merchandise_not_as_described",
29387+
"no_valid_authorization",
2938329388
"not_received",
2938429389
"other",
2938529390
"service_not_as_described"
@@ -29496,6 +29501,46 @@
2949629501
"additional_documentation"
2949729502
]
2949829503
},
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+
},
2949929544
"issuing_dispute_not_received_evidence": {
2950029545
"description": "",
2950129546
"properties": {
@@ -39417,6 +39462,15 @@
3941739462
"description": "Contains information about card networks that can be used to process the payment.",
3941839463
"nullable": true
3941939464
},
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+
},
3942039474
"read_method": {
3942139475
"description": "How card details were read in this transaction.",
3942239476
"enum": [
@@ -39440,6 +39494,7 @@
3944039494
"funding",
3944139495
"last4",
3944239496
"networks",
39497+
"preferred_locales",
3944339498
"read_method"
3944439499
],
3944539500
"title": "payment_method_card_present",
@@ -40994,6 +41049,15 @@
4099441049
"description": "Defines whether the authorized amount can be over-captured or not",
4099541050
"type": "boolean"
4099641051
},
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+
},
4099741061
"read_method": {
4099841062
"description": "How card details were read in this transaction.",
4099941063
"enum": [
@@ -41032,6 +41096,7 @@
4103241096
"network",
4103341097
"offline",
4103441098
"overcapture_supported",
41099+
"preferred_locales",
4103541100
"read_method",
4103641101
"receipt"
4103741102
],
@@ -127707,6 +127772,52 @@
127707127772
],
127708127773
"description": "Evidence provided when `reason` is 'merchandise_not_as_described'."
127709127774
},
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+
},
127710127821
"not_received": {
127711127822
"anyOf": [
127712127823
{
@@ -127869,6 +127980,7 @@
127869127980
"duplicate",
127870127981
"fraudulent",
127871127982
"merchandise_not_as_described",
127983+
"no_valid_authorization",
127872127984
"not_received",
127873127985
"other",
127874127986
"service_not_as_described"
@@ -128538,6 +128650,52 @@
128538128650
],
128539128651
"description": "Evidence provided when `reason` is 'merchandise_not_as_described'."
128540128652
},
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+
},
128541128699
"not_received": {
128542128700
"anyOf": [
128543128701
{
@@ -128700,6 +128858,7 @@
128700128858
"duplicate",
128701128859
"fraudulent",
128702128860
"merchandise_not_as_described",
128861+
"no_valid_authorization",
128703128862
"not_received",
128704128863
"other",
128705128864
"service_not_as_described"

0 commit comments

Comments
 (0)