Responding to Ethoca or Verifi Alerts with the Alerts Actions API

When you receive an Alert notification for Ethoca or Verifi, you can send your response back to Ethoca or Verifi with the Alert Action API. Initiate a new HTTP call to the Alerts Actions endpoint for the appropriate environment:

Alerts Actions API URL

Sandbox API endpoint

https://api-sandbox.kount.com/kff/alerts/actions

Production API endpoint

https://api.kount.com/kff/alerts/actions

HTTP Method

Method: POST

Current API Reference

Example Request Payload

This example shows a request payload for submitting alert actions to Ethoca and Verifi. Include one action object for each alert response.

   {
    "actions": [
        {
            "id": "bebf622e-3706-4e21-8707-e2beadb7e5e7",
            "statusCode": "REFUNDED"
        }
    ]
}

This table describes the fields that can be included in each action object.

Field

Required

Notes

id

Required

Equifax unique identifier provided in the Alert.

status code

Required

Status code to return with the action for alerts (see table for valid codes).

Valid status codes are listed in the Valid Status Code Values table. Each status code represents a complete alert outcome. Unlike the legacy Alerts Actions API, the current version does not require a separate action value to indicate the alert disposition.

Status Code

Description

REFUNDED

Full Refund Issued: A full refund was issued on this transaction or voided the transaction prior to settlement.

PARTIALLY_REFUNDED

Refund Previously Issued: The transaction was refunded prior to receiving the alert.

NOT_REFUNDED

No Refund Issued: Did not issue a refund; allow to advance to a chargeback.

PREVIOUSLY_REFUNDED

Refund Previously Issued: The transaction was refunded prior to receiving the alert.

DUPLICATE

Duplicate Alert: The transaction has already received another alert from another provider.

DISPUTE_RECEIVED

Already a Chargeback: A chargeback was issued on this transaction prior to receiving the alert.

TRANSACTION_DECLINED

Declined Transaction/Failed Authorization: The transaction was declined; no refund was required.

TRANSACTION_HAS_3DS

3DS Authentication: This transaction was authenticated by 3D Secure; no refund was required.

TRANSACTION_NOT_FOUND

Not Found: The transaction could not be found in CRM or gateway.

REFUND_FAILED

Unable to Issue Refund: The refund was declined for this transaction.

Was this article helpful?
0 out of 0 found this helpful