Transaction Details

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)
Body Params

All fields are optional. At least one parameter has to be set.

transactionIds
array of uuids

The unique identifiers of the transactions.

transactionIds
cardIds
array of uuids

The unique identifiers of the credit cards used for making the transaction(s).

cardIds
cardholderIds
array of uuids

The unique identifiers of the cardholders.

cardholderIds
organizationIds
array of uuids

The unique identifiers of the organizations.

organizationIds
cardAccountIds
array of uuids

The unique identifiers of the card accounts.

cardAccountIds
pagination
object
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json