v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBi.2) Proxy Card Management
List activities for a proxy card
Returns transaction and activity records for the specified proxy card, with support for date range and type filtering.
get/eclipse-conductor/rest/v1/tenants/{tenantId}/proxy-cards/{cardIdentifier}/activities
Path parameters
tenantIdinteger required
cardIdentifierstring 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 date string.
dateToExclstring
End of the date range (exclusive). ISO date string.
limitinteger
merchantIdstring
messageTypeIdstring
offsetinteger
responseCodestring
terminalIdstring
transactionTypestring
Response
OK
Example response
[
{
"settlementDate": "2022-03-10T12:15:50-04:00",
"transactionDate": "2022-03-10T12:15:50-04:00"
}
]