Skip to content

Commit f8a1c5d

Browse files
OpenAPI Update (#820)
Update OpenAPI for e91150825f38fbaca6a61943cdc8a228dba24aed Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com>
1 parent 3090351 commit f8a1c5d

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

embedded/openapi/spec3.beta.sdk.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24622,6 +24622,32 @@
2462224622
"description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
2462324623
"type": "boolean"
2462424624
},
24625+
"loss_reason": {
24626+
"description": "The enum that describes the dispute loss outcome. If the dispute is not lost, this field will be absent. New enum values may be added in the future, so be sure to handle unknown values.",
24627+
"enum": [
24628+
"cardholder_authentication_issuer_liability",
24629+
"eci5_token_transaction_with_tavv",
24630+
"excess_disputes_in_timeframe",
24631+
"has_not_met_the_minimum_dispute_amount_requirements",
24632+
"invalid_duplicate_dispute",
24633+
"invalid_incorrect_amount_dispute",
24634+
"invalid_no_authorization",
24635+
"invalid_use_of_disputes",
24636+
"merchandise_delivered_or_shipped",
24637+
"merchandise_or_service_as_described",
24638+
"not_cancelled",
24639+
"other",
24640+
"refund_issued",
24641+
"submitted_beyond_allowable_time_limit",
24642+
"transaction_3ds_required",
24643+
"transaction_approved_after_prior_fraud_dispute",
24644+
"transaction_authorized",
24645+
"transaction_electronically_read",
24646+
"transaction_qualifies_for_visa_easy_payment_service",
24647+
"transaction_unattended"
24648+
],
24649+
"type": "string"
24650+
},
2462524651
"metadata": {
2462624652
"additionalProperties": {
2462724653
"maxLength": 500,

embedded/openapi/spec3.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17066,6 +17066,32 @@
1706617066
"description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
1706717067
"type": "boolean"
1706817068
},
17069+
"loss_reason": {
17070+
"description": "The enum that describes the dispute loss outcome. If the dispute is not lost, this field will be absent. New enum values may be added in the future, so be sure to handle unknown values.",
17071+
"enum": [
17072+
"cardholder_authentication_issuer_liability",
17073+
"eci5_token_transaction_with_tavv",
17074+
"excess_disputes_in_timeframe",
17075+
"has_not_met_the_minimum_dispute_amount_requirements",
17076+
"invalid_duplicate_dispute",
17077+
"invalid_incorrect_amount_dispute",
17078+
"invalid_no_authorization",
17079+
"invalid_use_of_disputes",
17080+
"merchandise_delivered_or_shipped",
17081+
"merchandise_or_service_as_described",
17082+
"not_cancelled",
17083+
"other",
17084+
"refund_issued",
17085+
"submitted_beyond_allowable_time_limit",
17086+
"transaction_3ds_required",
17087+
"transaction_approved_after_prior_fraud_dispute",
17088+
"transaction_authorized",
17089+
"transaction_electronically_read",
17090+
"transaction_qualifies_for_visa_easy_payment_service",
17091+
"transaction_unattended"
17092+
],
17093+
"type": "string"
17094+
},
1706917095
"metadata": {
1707017096
"additionalProperties": {
1707117097
"maxLength": 500,

0 commit comments

Comments
 (0)