Transaction events
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 nameTimestampUTC– 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:
| Event | Description |
|---|---|
TransactionCreated | Vitesse received the transaction request. |
TransactionValidated | Vitesse completed validation checks. |
TransactionSucceeded | The transaction completed successfully. |
TransactionFailed | The transaction failed or was cancelled. |
TransactionReturned | The transaction was returned successfully. |
Additional events may appear depending on the route type, payment method, processing outcome, and internal workflow.
Updated 30 days ago
Did this page help you?