
Matching API Transactions
What are the limitations on matching for API transactions?
Just had one imported, and i want to match it with a Scheduled transaction, but it will not let me.
-
I just confirmed that API transactions are treated as manually entered transactions. You can only match a scheduled or manually entered transaction with one that was imported, which is why it's not an option to match those two transactions.
It's definitely something that's on our radar to investigate!
-
Hey everyone.
So, we're building a importer for banks here in Brazil that you currently don't support. And it'd be great for us if the API did the matching logic by itself. Right now, if the I have added manually some transaction using the app or the the site, and latter the importer, I get a a duplicate transaction without the possibility to match those transactions.
-
Matching is now supported! When specifying an import_id when creating a transaction, we'll attempt to match to a user-entered, non-imported transaction on the same account, with the same amount, within a +/-10 day window. If matched, the new matched_transaction_id field will be populated and the imported and user-entered matched transactions will be returned in the response. Only the user-enter side of the match is visible in the client apps.