View activities for specific cards or over a date range
View activities for a specified list of cards and a given time frame. View activities for all cards belonging to a specified list of accounts and a given time frame. View all activities for a single card when a single card ID is specified, time frame is optional.
Query parameters
Activities with a created date equal to or after this date. Format: 'yyyy-MM-dd'T'HH:mm:ssZ'. Value cannot be more than 7 days in the past when mandatory. Value is optional if only a single Card ID has been provided
Activities with a created date before this date. Format: 'yyyy-MM-dd'T'HH:mm:ssZ'. Value is optional if only a single Card ID has been provided or from date is within last 7 days
Activities with possibly multiple statuses equal to this value. Omitting this is equivalent to supplying all values
Activities with possibly multiple types equal to this value. Omitting this is equivalent to supplying all values
Activities with possibly multiple card IDs equal to this value. Only one of 'cards' or 'accounts' must be supplied
Activities with possibly multiple account IDs equal to this value. Only one of 'cards' or 'accounts' must be supplied
Activities with the specified IDs. Only 'page' and/or 'size' may be used in conjunction with this filter.
Activites with specified Order Id
Id of channel manager to return activities for
A list of fields to sort the response by. Sorting will be applied in the order the fields are given
A list of orders to apply to the respective sortFields. The only accepted sortOrders will be ASC and DESC (case insensitive)
Page to fetch (0 indexed)
Size of page to fetch
Response
Card activity data returned successfully
Example response
{
"content": [
{
"id": "X000000001",
"orderId": "1234",
"cardId": "V000000001",
"reason": "Account has insufficient funds",
"createdDate": "2019-01-29T11:22:00+0000",
"transactionCurrency": "EUR",
"billingCurrency": "GBP",
"mcc": "5182",
"merchantName": "Loudons Cafe",
"merchantId": "123456789012345",
"merchantCountry": "GBR",
"acquirerReferenceNumber": "123451234512345"
}
]
}