Skip to main content
GET
/
v3
/
transaction-conditions
Get available transaction conditions
curl --request GET \
  --url 'https://integration-api-cat2.{{environment}}.ext.{{realm}}.cia.enfuce.com/transaction/v3/transaction-conditions' \
  --header 'Authorization: Bearer <token>'
[
  {
    "code": "ATM",
    "name": "POS PBT Contactless"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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"