Retrieve a Transaction Event

GET
/events/transaction/:eventId

GET Transaction Events

/events/transaction endpoint allows you to operate on the Transaction Events entity..

You can retrieve any transaction event you created using the POST Transaction Events call.

Path parameters

eventIdstringRequired

Unique Transaction Identifier

Response

This endpoint returns an object.
transactionStateenum

Model for transaction states. E.g. Processing, Refunded, Successful etc.

timestampdouble

Timestamp of the event

transactionIdstring

Transaction ID the event pertains to

eventIdstringOptional

Unique event ID

reasonstringOptional

Reason for the event or a state change

eventDescriptionstringOptional

Event description

updatedTransactionAttributesobjectOptional

Model for transaction additional payload

metaDataobjectOptional

Model for device data

executedRuleslist of objectsOptional
hitRuleslist of objectsOptional
statusenumOptional
Allowed values: ALLOWFLAGBLOCKSUSPEND

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

riskScoreDetailsobjectOptional

Errors

Built with