v1

latestOpenAPI 3.0.12026-07-2662118182.1 KB
Transactions

Get Card Transactions

get/api/v1/cards/{publicToken}/transactions

Path parameters

publicTokenstring required

Query parameters

fromDatestring

The start date transaction search parameter (YYYYMMDD).

toDatestring

The end date transaction search parameter (YYYYMMDD).

Response

Success

idinteger

Transaction ID.

descriptionstring nullable

Description.

dateTimestring date-time

Date and time.

lifeCycleIdstring nullable

Lifecycle ID.

productIdinteger nullable

Product ID.

cardNetworkstring nullable

Card network.

processingCodestring nullable

Processing Code.

recordIdinteger

Record ID (may refer to a number of related entities).

notestring nullable

Processing Code.

systemTraceAuditNumberinteger

System Trace Audit Number (STAN).

transactionCountrystring nullable

Transaction country.

transactionLinkinteger nullable

ID of the related Transaction.

paymentTokenIdinteger nullable

ID of the card payment token.

paymentMethodstring nullable

Card/Wallet/None

ehiModeinteger

EHI mode for the product type.

Example response

[
  {
    "description": "amazon",
    "dateTime": "2022-01-01T00:00:00.0000000+00:00",
    "amount": {
      "transactionValue": 1.2345
    },
    "cardNetwork": "Super Best",
    "processingCode": "03",
    "note": "Refunded",
    "transactionCountry": "GBR",
    "ehiMode": 2
  }
]