Skip to content

Commit

Permalink
Update OpenAPI for 264378c33dcbd21d7aba46c27b601d4f9e579a71
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Jul 22, 2024
1 parent f044dcd commit 665b305
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
12 changes: 11 additions & 1 deletion embedded/openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -15891,6 +15891,15 @@
"maxLength": 5000,
"type": "string"
},
"case_type": {
"description": "The type of dispute opened. Different case types may have varying fees and financial impact.",
"enum": [
"chargeback",
"inquiry"
],
"type": "string",
"x-stripeBypassValidation": true
},
"network_reason_code": {
"description": "The card network's specific dispute reason code, which maps to one of Stripe's primary dispute categories to simplify response guidance. The [Network code map](https://stripe.com/docs/disputes/categories#network-code-map) lists all available dispute reason codes by network.",
"maxLength": 5000,
Expand All @@ -15900,6 +15909,7 @@
},
"required": [
"brand",
"case_type",
"network_reason_code"
],
"title": "DisputePaymentMethodDetailsCard",
Expand Down Expand Up @@ -197340,7 +197350,7 @@
"type": "string"
}
},
"title": "fleet_specs",
"title": "fleet_testmode_authorization_specs",
"type": "object"
},
"fuel": {
Expand Down
14 changes: 12 additions & 2 deletions embedded/openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -11459,6 +11459,15 @@
"maxLength": 5000,
"type": "string"
},
"case_type": {
"description": "The type of dispute opened. Different case types may have varying fees and financial impact.",
"enum": [
"chargeback",
"inquiry"
],
"type": "string",
"x-stripeBypassValidation": true
},
"network_reason_code": {
"description": "The card network's specific dispute reason code, which maps to one of Stripe's primary dispute categories to simplify response guidance. The [Network code map](https://stripe.com/docs/disputes/categories#network-code-map) lists all available dispute reason codes by network.",
"maxLength": 5000,
Expand All @@ -11467,7 +11476,8 @@
}
},
"required": [
"brand"
"brand",
"case_type"
],
"title": "DisputePaymentMethodDetailsCard",
"type": "object",
Expand Down Expand Up @@ -150901,7 +150911,7 @@
"type": "string"
}
},
"title": "fleet_specs",
"title": "fleet_testmode_authorization_specs",
"type": "object"
},
"fuel": {
Expand Down

0 comments on commit 665b305

Please sign in to comment.