POST
/
transactions
/
report
curl --request POST \
  --url https://east.sandbox.spade.com/transactions/report \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "enrichmentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "errorDescription": "Enrichment has an incorrect location. Wrong postal code.",
  "incorrectLocation": true,
  "incorrectLocationDescription": "The location'\''s city is incorrect.",
  "incorrectCategory": false,
  "incorrectCategoryDescription": "The category returned is incorrect.",
  "incorrectChannel": false,
  "incorrectChannelDescription": "The spending channel should have been physical.",
  "incorrectCounterparty": false,
  "incorrectCounterpartyDescription": "The counterparty is incorrect."
}'
{
  "details": "Enrichment Successfully Reported."
}

Authorizations

X-Api-Key
string
header
required

Body

application/json

Schema for reporting an enriched transaction.

Response

200
application/json

Enrichment reported successfully

Response for reporting an enriched transaction.