GET
/
v3
/
transaction-conditions
[
  {
    "code": "ATM",
    "name": "POS PBT Contactless"
  }
]

Query Parameters

auditUser
string
required

The audit user to log the request

Response

Successful lookup of the transaction conditions

code
string

Transaction conditions define the specific circumstances under which a card transaction occurred. For example, they describe whether the chip was read or if the transaction was contactless, how the cardholder was authenticated, and whether the transaction was e-commerce or card-present. For more information, see our Transaction Conditions Service Description.

Example:

"ATM"

name
string

Transaction condition names describe the condition name associated with the transaction condition code. For more information, see our Transaction Conditions Service Description.

Example:

"POS PBT Contactless"