Returns all transaction details for the given IDs. You can also request transaction details per card(s), cardholder(s) or organization(s).
The API returns all transaction details to the given input which can be found in the system. So you can also combine the different input fields (OR relation).
Be aware that the usage of card, cardholder or organizations IDs most likely add multiple transaction details themselves.
Also cardholders can be part of multiple organizations, thus when searching via cardholder IDs, it might return more data than it would for just one organization this cardholder is part of.
At least one parameter has to be set.
This endpoint has changed in comparison to the previous version of the API. The following changes were made:
- we removed the following data from the response body:
merchantId
(field),merchantName
(field) - we added the following data to the response body:
merchantData
(object),merchantRawData
(object),authCode
(field)