v1

latestOpenAPI 3.0.32026-07-26208618579.9 KB
Get transaction data

Get available transaction conditions

This operation will respond with available transaction conditions.

get/v3/transaction-conditions

Query parameters

auditUserstring required

The audit user to log the request

Response

Successful lookup of the transaction conditions

codestring

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.

namestring

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

Example response

[
  {
    "code": "ATM",
    "name": "POS PBT Contactless"
  }
]