v1
latestOpenAPI 3.1.02026-07-227350156.5 KBFeedback and Reporting
Report that a chargeback occurred
An endpoint for reporting that a chargeback process has occurred on a transaction. The state and chargebackNotes properties can be used to provide information about the chargeback. The isFraud, fraudType, and fraudNotes are used to provide information about fraud or suspected fraud related to this chargeback. Note that this transaction must previously have been enriched to report the chargeback.
post/enrichments/{enrichmentId}/chargeback
Request body
Example request
{
"state": "chargeback_won",
"chargebackNotes": "Transaction was initiated in error.",
"occurredAt": "2022-06-15 18:27:51Z",
"fraudNotes": "Merchant is believed to commonly be used for card testing."
}Response
Chargeback reported successfully.
Example response
{
"details": "Chargeback successfully reported."
}