Retrieve a Transaction Event

### GET Transaction Events `/events/transaction` endpoint allows you to operate on the [Transaction Events entity.](/guides/overview/entities#transaction-event). You can retrieve any transaction event you created using the [POST Transaction Events](/api-reference/api-reference/transaction-events/create) call.

Authentication

x-api-keystring
API Key authentication via header

Path parameters

eventIdstringRequired
Unique Transaction Identifier

Response

OK
transactionStateenum
Model for transaction states. E.g. Processing, Refunded, Successful etc.
timestampdouble315529200000-4133890801000
Timestamp of the event
transactionIdstring>=1 character
Transaction ID the event pertains to
eventIdstring or null
Unique event ID
reasonstring or null
Reason for the event or a state change
eventDescriptionstring or null
Event description
updatedTransactionAttributesobject or null
Model for transaction additional payload
metaDataobject or null
Model for device data
executedRuleslist of objects or null
hitRuleslist of objects or null
statusenum or null
Model for rule action if a rule is hit. This is returned in the API response and can be configured on Console by operational accounts like a Compliance Analyst
Allowed values:
riskScoreDetailsobject or null

Errors