Authorizations
Path Parameters
The enrichmentId
of enrichment associated with the transaction where a chargeback occurred.
Body
The state of the chargeback process. You can update a chargeback's state
by submitting another request with a new state
, for example, a new request could update the state
from chargeback_pending
to chargeback_won
.
chargeback_won
, chargeback_lost
, chargeback_pending
"chargeback_won"
Any additional details related to the chargeback not covered by the state.
512
"Transaction was initiated in error."
The time when the chargeback's state change. This could be the time when the chargeback was initiated and its state became chargeback_pending
or the time when the chargeback was resolved its state moved to chargeback_won
or chargeback_lost
. Formatted as an ISO 8601 date time.
"2022-06-15 18:27:51Z"
A boolean indicating if this transaction was suspected to involve fraud.
false
The type of fraud suspected to have occurred. This field can only be provided if isFraud
is true.
card_not_present
, card_testing
, chargeback_fraud
, counterfeit_card
, merchant_fraud
, other
, phishing
, stolen_card
, unknown
, none
Any additional details related to fraud suspected to have occurred on the associated transaction. This field can only be provided if isFraud
is true.
512
"Merchant is believed to commonly be used for card testing."
Response
Chargeback reported successfully.
Response for reporting any kind of enrichment feedback.
"Chargeback successfully reported."