Transaction events record activity that occurs during transaction processing.

When you retrieve a transaction, the API returns an Events array containing the events recorded so far.

For more information, see Retrieve transaction.

Transaction event object

Each event includes:

  • EventType – Event name
  • TimestampUTC – Date and time the event occurred in UTC

Example event

{
  "EventType": "TransactionCreated",
  "TimestampUTC": "2020-01-15T09:38:24.2490007Z"
}

Common transaction events

Vitesse records events throughout transaction processing.

Examples include:

EventDescription
TransactionCreatedVitesse received the transaction request.
TransactionValidatedVitesse completed validation checks.
TransactionSucceededThe transaction completed successfully.
TransactionFailedThe transaction failed or was cancelled.
TransactionReturnedThe transaction was returned successfully.

Additional events may appear depending on the route type, payment method, processing outcome, and internal workflow.


Did this page help you?