EMV Compliant Transaction Types

Description

The emvCompliantTransactionTypes endpoint is used to get the list of the EMV Compliant Transaction types that can used by the application.

Request

Endpoint

ui/refdata/v1/emvCompliantTransactionTypes

Method

GET

Response

[[
    {
        "name": "STRICT"
    },
    {
        "name": "RELAXED"
    }
]

Tabular Format

EMV COMPLIANT TRANSACTION TYPE NAME
STRICT
RELAXED

Updated As Of Version: 6.1.0.3