For our solution, we require to filter transactions for only those transactions that come from a specific checking account. We're looking to find an attribute that we can filter for to make sure that that is the account we should receive the transactions from.
Could anyone point us in the right direction or tell us what the unique identifier could be that helps us filter for only those related (checking) accounts?
We tried looking in the transaction and account attributes to figure out the unique identifier that had to do with the specific checking account product, but did not find it. We've tried accountType and AccountSubType, but these are not specific enough as it's a specific checking account we're looking for that has our product attached to it.
Now we're doing things manually but we'll need to automate this soon.