Transaction Status Updated
Overview
Sent when an outbound transfer (Wire or ACH) status changed or when comply advantage approved a pending screening.
Data Object
Id
Transaction Id
AccountsId
Transaction account Id
FromTransactionsId
Nullable linked from transaction Id
FromAccountsId
Nullable linked from account Id
ToTransactionsId
Nullable linked to transaction Id
ToAccountsId
Nullable linked to account Id
RollbackTransactionsID
In cases where a transaction is rejected, failed, or refunded, this field will contain the ID of the refund transaction
Amount
Transaction amount
Description
Transaction description
DateTime
Transaction date
bPending
True when transaction is pending
bCompleted
True when the transaction is completed successfully
bRejected
True when a transaction is Rejected. When a transaction is rejected, it will be refunded. The transaction ID of the refund is found in RollbackTransactionsId
Data Example
Completed Example
Rejected Example
Last updated