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: Basic <encoded-value>'
[
  {
    "code": "ATM",
    "name": "POS PBT Contactless"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.enfuce.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

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"