Skip to main content
POST
Report fraud on a transaction

Authorizations

X-Api-Key
string
header
required

Path Parameters

enrichmentId
string
required

The enrichmentId of enrichment associated with the transaction.

Body

application/json
isFraud
boolean

A boolean indicating if this transaction was suspected to involve fraud.

Example:

false

fraudType
enum<string>

The type of fraud suspected to have occurred. This field can only be provided if isFraud is true.

Available options:
card_not_present,
card_testing,
chargeback_fraud,
counterfeit_card,
merchant_fraud,
other,
phishing,
stolen_card,
unknown,
none
fraudNotes
string

Any additional details related to fraud suspected to have occurred on the associated transaction. This field can only be provided if isFraud is true.

Maximum string length: 512
Example:

"Merchant is believed to commonly be used for card testing."

Response

Other fraud information reported successfully.

Response for reporting any kind of enrichment feedback.

details
string
Example:

"Chargeback successfully reported."