POST
/
enrichments
/
{enrichmentId}
/
fraud
curl --request POST \
  --url https://east.sandbox.spade.com/enrichments/{enrichmentId}/fraud \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "isFraud": false,
  "fraudType": "card_not_present",
  "fraudNotes": "Merchant is believed to commonly be used for card testing."
}'
{
  "details": "Chargeback successfully reported."
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

enrichmentId
string
required

The enrichmentId of enrichment associated with the transaction.

Body

application/json

Response

200
application/json

Other fraud information reported successfully.

Response for reporting any kind of enrichment feedback.