Fraud notification service
After a successful transaction with antifraud (payment status CON
, PPC
, PPN
or EST
), the merchant may identify that, in reality, a fraud occurred. In this case, the merchant can call the fraud notification service to warn the risk analysis institution about this occurrence. This will refine the analysis process of said institution, making it more accurate and preventing more frauds in the future.
Currently, this API supports the following antifraud institutions:
- Konduto
- Fraud Detect
- ClearSale REST
#
Call details- Resource:
/v1/transactions/{nit}/fraud
- HTTP method:
POST
- Request format:
JSON
- Response format:
JSON
- Header parameters:
Parameter | Description | Format | Mandatory |
---|---|---|---|
merchant_id | Merchant code on Carat Portal. The production and certification codes will be different. | < 15 AN | YES |
merchant_key | Merchant authentication key on Carat Portal. The production and certification keys will be different. | < 80 AN | YES |
Content-Type | It must be sent with the value application/json . | = 15 AN | YES |
#
ExamplesBelow is an example of a fraud notification service call using the cURL tool.
Request:
To use this example, don't forget to define the variable {{url}}
with the value
esitef-homologacao.softwareexpress.com.br
#
Request parametersParameter | Description | Required |
---|---|---|
marked_data | Informs which fields will be relevant to inform CyberSource that this transaction was a fraud attempt. This field receives a list of values. Ex: "marked_data":["account_key_hash","customer_account_id","customer_email"] Fields that can be informed:
| NO |
#
Response parametersIf successful, the HTTP response code will be 201
. Any other code must be interpreted as an error. The table below describes the response parameters of the fraud notification service:
Parameter | Description | Format |
---|---|---|
code | Carat Portal response code. Any code different from 0 means failure. Learn more. | < 4 N |
message | Carat Portal response message. | < 500 AN |
analysis | ||
code | Risk analysis institution response code. | < 4 N |
message | Risk analysis institution response message. | < 500 AN |