Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed May 14, 2024
1 parent f5227de commit e911508
Show file tree
Hide file tree
Showing 6 changed files with 159 additions and 0 deletions.
26 changes: 26 additions & 0 deletions openapi/spec3.beta.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -24622,6 +24622,32 @@
"description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
"type": "boolean"
},
"loss_reason": {
"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.",
"enum": [
"cardholder_authentication_issuer_liability",
"eci5_token_transaction_with_tavv",
"excess_disputes_in_timeframe",
"has_not_met_the_minimum_dispute_amount_requirements",
"invalid_duplicate_dispute",
"invalid_incorrect_amount_dispute",
"invalid_no_authorization",
"invalid_use_of_disputes",
"merchandise_delivered_or_shipped",
"merchandise_or_service_as_described",
"not_cancelled",
"other",
"refund_issued",
"submitted_beyond_allowable_time_limit",
"transaction_3ds_required",
"transaction_approved_after_prior_fraud_dispute",
"transaction_authorized",
"transaction_electronically_read",
"transaction_qualifies_for_visa_easy_payment_service",
"transaction_unattended"
],
"type": "string"
},
"metadata": {
"additionalProperties": {
"maxLength": 500,
Expand Down
27 changes: 27 additions & 0 deletions openapi/spec3.beta.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22515,6 +22515,33 @@ components:
Has the value `true` if the object exists in live mode or the value
`false` if the object exists in test mode.
type: boolean
loss_reason:
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.
enum:
- cardholder_authentication_issuer_liability
- eci5_token_transaction_with_tavv
- excess_disputes_in_timeframe
- has_not_met_the_minimum_dispute_amount_requirements
- invalid_duplicate_dispute
- invalid_incorrect_amount_dispute
- invalid_no_authorization
- invalid_use_of_disputes
- merchandise_delivered_or_shipped
- merchandise_or_service_as_described
- not_cancelled
- other
- refund_issued
- submitted_beyond_allowable_time_limit
- transaction_3ds_required
- transaction_approved_after_prior_fraud_dispute
- transaction_authorized
- transaction_electronically_read
- transaction_qualifies_for_visa_easy_payment_service
- transaction_unattended
type: string
metadata:
additionalProperties:
maxLength: 500
Expand Down
26 changes: 26 additions & 0 deletions openapi/spec3.json
Original file line number Diff line number Diff line change
Expand Up @@ -17066,6 +17066,32 @@
"description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
"type": "boolean"
},
"loss_reason": {
"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.",
"enum": [
"cardholder_authentication_issuer_liability",
"eci5_token_transaction_with_tavv",
"excess_disputes_in_timeframe",
"has_not_met_the_minimum_dispute_amount_requirements",
"invalid_duplicate_dispute",
"invalid_incorrect_amount_dispute",
"invalid_no_authorization",
"invalid_use_of_disputes",
"merchandise_delivered_or_shipped",
"merchandise_or_service_as_described",
"not_cancelled",
"other",
"refund_issued",
"submitted_beyond_allowable_time_limit",
"transaction_3ds_required",
"transaction_approved_after_prior_fraud_dispute",
"transaction_authorized",
"transaction_electronically_read",
"transaction_qualifies_for_visa_easy_payment_service",
"transaction_unattended"
],
"type": "string"
},
"metadata": {
"additionalProperties": {
"maxLength": 500,
Expand Down
26 changes: 26 additions & 0 deletions openapi/spec3.sdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -21939,6 +21939,32 @@
"description": "Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.",
"type": "boolean"
},
"loss_reason": {
"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.",
"enum": [
"cardholder_authentication_issuer_liability",
"eci5_token_transaction_with_tavv",
"excess_disputes_in_timeframe",
"has_not_met_the_minimum_dispute_amount_requirements",
"invalid_duplicate_dispute",
"invalid_incorrect_amount_dispute",
"invalid_no_authorization",
"invalid_use_of_disputes",
"merchandise_delivered_or_shipped",
"merchandise_or_service_as_described",
"not_cancelled",
"other",
"refund_issued",
"submitted_beyond_allowable_time_limit",
"transaction_3ds_required",
"transaction_approved_after_prior_fraud_dispute",
"transaction_authorized",
"transaction_electronically_read",
"transaction_qualifies_for_visa_easy_payment_service",
"transaction_unattended"
],
"type": "string"
},
"metadata": {
"additionalProperties": {
"maxLength": 500,
Expand Down
27 changes: 27 additions & 0 deletions openapi/spec3.sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20121,6 +20121,33 @@ components:
Has the value `true` if the object exists in live mode or the value
`false` if the object exists in test mode.
type: boolean
loss_reason:
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.
enum:
- cardholder_authentication_issuer_liability
- eci5_token_transaction_with_tavv
- excess_disputes_in_timeframe
- has_not_met_the_minimum_dispute_amount_requirements
- invalid_duplicate_dispute
- invalid_incorrect_amount_dispute
- invalid_no_authorization
- invalid_use_of_disputes
- merchandise_delivered_or_shipped
- merchandise_or_service_as_described
- not_cancelled
- other
- refund_issued
- submitted_beyond_allowable_time_limit
- transaction_3ds_required
- transaction_approved_after_prior_fraud_dispute
- transaction_authorized
- transaction_electronically_read
- transaction_qualifies_for_visa_easy_payment_service
- transaction_unattended
type: string
metadata:
additionalProperties:
maxLength: 500
Expand Down
27 changes: 27 additions & 0 deletions openapi/spec3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16328,6 +16328,33 @@ components:
Has the value `true` if the object exists in live mode or the value
`false` if the object exists in test mode.
type: boolean
loss_reason:
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.
enum:
- cardholder_authentication_issuer_liability
- eci5_token_transaction_with_tavv
- excess_disputes_in_timeframe
- has_not_met_the_minimum_dispute_amount_requirements
- invalid_duplicate_dispute
- invalid_incorrect_amount_dispute
- invalid_no_authorization
- invalid_use_of_disputes
- merchandise_delivered_or_shipped
- merchandise_or_service_as_described
- not_cancelled
- other
- refund_issued
- submitted_beyond_allowable_time_limit
- transaction_3ds_required
- transaction_approved_after_prior_fraud_dispute
- transaction_authorized
- transaction_electronically_read
- transaction_qualifies_for_visa_easy_payment_service
- transaction_unattended
type: string
metadata:
additionalProperties:
maxLength: 500
Expand Down

0 comments on commit e911508

Please sign in to comment.