string
A unique identifier for this specific event. This ensures that each event can
be tracked and processed individually.
string
Describes the type of event. In this case, it signifies that a transaction has
been received into a virtual bank account.
integer
The timestamp when the event was generated, typically in milliseconds since
the Unix epoch (January 1, 1970). This value can be used to track when the
event occurred.
string
A unique identifier for the specific virtual bank account transaction. This ID
ties the event back to the individual credit received into the account.
integer
The amount received, expressed in the smallest unit of the currency. Here,
50000 represents 500.00 USD (because USD uses two decimal places).
string
The currency of the transaction, as a three-letter ISO 4217 code (e.g.
USD).integer
The timestamp when the underlying bank transaction occurred, in milliseconds
since the Unix epoch. This reflects when the funds were credited to the
account, which may differ from
eventTime.string
The descriptor that appeared on the bank statement for this credit. Use it to
identify the payer or reconcile the transfer against an invoice.