Events
Events are transactions or actions:
- Transactions are monetary exchanges that occur on your platform.
- Actions are events that happen on your platform such as logging in, logging out, upgrading account and so on.
Transactions involve a monetary amount, a currency type, a sender and a receiver entity.
Actions involve an entity and an action type (login, logout...).
Transactions
To access information about a transaction, go to the Data Explorer page and select the Transactions tab.
You can use the search filter to find the transaction of your choice.
To view additional information about the event, select it from the search results. A pane in the left side of the window will open up with the information.
These are some of the fields that describe a transaction in the Unit21 system:
Field | Description | Example |
---|---|---|
event_id | Unique identifier of the event | event-453-gfdf |
event_type | Type of Event. Must be either "transaction" for monetary event or "action" for system change events | transaction |
event_subtype | Additional information about how your company classifies the event | ach |
status | Status of the event in your system | settled |
sent_amount | The monetary value of the transaction, specified in terms of the currency set in the sent_currency field | 117.95 |
sent_currency | The currency that the sender sent | USD |
sender_entity_id | Identifier of the sender entity | a-123-b-456-c-789 |
sender_instrument_id | Identifier of the sender's transaction instrument | cc_8654 |
received_currency | The currency that the receiver received | EUR |
receiver_entity_id | Identifier of the receiver entity | user_3892-ahg |
receiver_instrument_id | Identifier of the receiver's transaction instrument | walet_4237845387 |
amount | The normalized monetary value of the transaction in your system's home currency | 145.89 |
Events
To access information about an event, go to the Data Explorer page and select the Events tab:
You can use the search filter to find the event of your choice.
To view additional information about the event, select it from the search results. A pop up will appear with the information.
These are some of the fields that describe a actions in the Unit21 system:
Fields | Description | Example |
---|---|---|
event_id | event-564-hgjg | |
event_type | Type of Event. Must be either "transaction" for monetary event or "action" for system change events | action |
action_type | A keyword (of your choosing) that describes an action event | login |
action_details | Extra information that provides more context about the event. | app |
entity_id | Identifier of the entity that is associated with this action event | user_3892-ahg |
Updated 10 months ago