-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Hello, I am using the Up API to forward data to YNAB. I want to be able to keep track of pending transactions there as well so I can always have the same live balance in YNAB as I do in Up. I noticed today that if I receive a webhook event for TRANSACTION_DELETED, although I receive a transaction ID, I am unable to query for more information about that transaction from the GET /transactions/{id} endpoint as I receive a 404. Intuitively, this does make some sense... however, I am missing information on which account this transaction came from, which is necessary for me to identify the corresponding YNAB transaction and then delete it.
How can I know which account a transaction that has been deleted is/was associated with?
Thanks in advance! I'm really enjoying that you have totally changed the game in banking with this API ❤️