Skip to main content
POST
/
transactions
/
report
Report transaction outcome
curl --request POST \
  --url https://api.txcloud.io/v1/transactions/report \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "score_id": "<string>",
  "outcome": "completed",
  "transaction_id": "<string>",
  "fraud_reported": true,
  "notes": "<string>"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
score_id
string
required
outcome
enum<string>
required
Available options:
completed,
cancelled,
declined,
reversed,
fraud_confirmed,
disputed
transaction_id
string
fraud_reported
boolean
notes
string

Response

200

Outcome recorded