v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
i) Card Management

List card transaction activities

get/eclipse-conductor/rest/v1/tenants/{tenantId}/cards/{cardId}/activities

Path parameters

tenantIdinteger required
cardIdinteger required

Query parameters

cardBinstring
cardLast4Digitstring
dateFilterOnstring

Field to apply the date filter to. Use 'transactionDate' to filter by transaction date; defaults to created date.

dateFromInclstring

Start of the date range (inclusive). ISO-8601 date-time string.

dateToExclstring

End of the date range (exclusive). ISO-8601 date-time string.

limitinteger
merchantIdstring
messageTypeIdstring
offsetinteger
responseCodestring
terminalIdstring
transactionTypestring

Response

OK

acquiringInstitutionIdstring
authCodestring
cardHistoryIdinteger
maskedPanstring
merchantIdstring
merchantLocationstring
merchantTypestring
mtistring
processingCodestring
responseCodestring
rrnstring
settlementAmountnumber
settlementCurrencyCodestring
settlementDatestring date-time
terminalIdstring
tracingContextstring
transactionAmountnumber
transactionCurrencyCodestring
transactionDatestring date-time
transactionTypestring

Example response

[
  {
    "settlementDate": "2022-03-10T12:15:50-04:00",
    "transactionDate": "2022-03-10T12:15:50-04:00"
  }
]