Transaction Status Updated

Overview

Sent when an outbound transfer (Wire or ACH) status changed or when comply advantage approved a pending screening.

Data Object

FieldDescription

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

Amount

Transaction amount

Description

Transaction description

DateTime

Transaction date

bPending

is transaction pending

Data Example

{
        "Id": "53105295-5905-41e6-ad16-b5dea5c0f2ad",
        "Type": "TRANSACTION_STATUS_UPDATED"
        "Data": {
                "Id": 19605,
                "AccountsId": 2141,
                "FromTransactionsId": null,
                "FromAccountsId": null,
                "ToTransactionsId": null,
                "ToAccountsId": null,
                "Amount": -100,
                "Description": "External transfer - Test External",
                "DateTime": "2023-10-16T14:14:44.43+00:00",
                "bPending":false
        }
}

Last updated