Fraud Feedback
Use the /fraud
endpoint to create a fraud feedback request that informs the Real-Time Decisioning risk model whether an approved transaction was confirmed to be fraud.
For details on how to use this endpoint, see Using the Fraud Feedback API.
Create fraud feedback
Copy section link
Create feedback on whether an approved transaction was confirmed to be fraud.
Action: POST
Endpoint: /fraud
Body field details (request)
Copy section link
Fields | Description |
---|---|
transaction_token
string
|
Unique identifier of the transaction. Allowable Values: Format: UUID |
is_fraud
boolean
|
Indicates whether the transaction has been determined to be fraud. Allowable Values:
|
status
string
|
The fraud status. Allowable Values:
|
actor
string
|
The party making the call. Allowable Values:
|
amount
string
|
The amount of the transaction. Allowable Values: A valid transaction amount. |
Feedback response
Copy section link
Returns a response code and message from the feedback request. For a successful request:
201
{"message":"success"}
Fields | Description |
---|---|
message
string
|
The message from the feedback request. Allowable Values: maxLength: 256 |
Response errors
Copy section link
Error code | Description |
---|---|
400 |
Bad request. |
401 |
Unauthorized. |
403 |
Forbidden. |
500 |
Internal server. |