Risk decision feedback enables Incognia to continuously evaluate the quality of its risk assessments. The Incognia Feedback API was built to facilitate the sharing of risk feedback. Clients can send details about a risk decision when one of Incognia's APIs has been called or at any important event. For example, the Feedback API can notify Incognia when a new application, login or payment is approved or denied.
Empty.
Missing installation_id or signup_id.
Empty.
Empty.
{"timestamp": 1610570403068,"event": "signup_accepted","installation_id": "LX2K9uIfkPIL2UIXxQCqSXDTPKkG8gLG2heKnlMrwAaCLV2KHxuji1WLElDrFBlWYJLCwbkghZVmp5WVb6UAjfxlgcExS3W1fgQ4j0ikcp7Z8x9dGTaYcVFXVf0fupbcvhI8Nh0RO9oy+3NavbBX7Q","account_id": "214312130","signup_id": "5e76a7ca-577c-4f47-a752-9e1e0cee9e49"}
Using cURL:
curl -v -X POST-H "Content-Type: application/json"-H "Authorization: Bearer {TOKEN}"-d '{"timestamp": 1610570403068,"event": "signup_accepted","installation_id": "LX2K9uIfkPIL2UIXxQCqSXDTPKkG8gLG2heKnlMrwAaCLV2KHxuji1WLElDrFBlWYJLCwbkghZVmp5WVb6UAjfxlgcExS3W1fgQ4j0ikcp7Z8x9dGTaYcVFXVf0fupbcvhI8Nh0RO9oy+3NavbBX7Q","account_id": "214312130","signup_id": "5e76a7ca-577c-4f47-a752-9e1e0cee9e49"}'"https://incognia.inloco.com.br/api/v2/feedbacks/"
The event field possible values are described below:
Possible value | Descriptions |
signup_accepted | The account was successfully created as the client classified it as a trusted account. |
signup_declined | The account was not created as the client classified it as an account that could not be trusted. |
payment_accepted | The payment was successfully executed as the client classified it as a trusted transaction. |
payment_declined | The payment was not executed as the client classified it as a potentially fraudulent transaction. |
login_accepted | The account successfully logged in to the app as the client classified it as a trusted login. |
login_declined | The account did not log in to the app as the client classified it as a potentially fraudulent login. |
verified | The client has verified that the new account is legitimate. Incognia recommends sending both the |
not_verified | The client has identified that the new account is fraudulent. |
account_takeover | The installation logged in to an account that doesn't belong to its owner. Besides the |
chargeback | User requested chargeback on some transaction. |
​