api icon indicating copy to clipboard operation
api copied to clipboard

Identifiable Transaction Owners

Open fourben opened this issue 2 years ago • 2 comments

I am currently working on ingesting our banking data into a home dashboard I’m building. I can’t see a way to differentiate my partners 2UP transactions from my own.

Potentially by assigning cards to the system and relying on the card number suffix, but it would be great to explicitly know.

Use case being rendering charts based on each of our spending categorisations and amounts.

Is this something that can be exposed in some way?

Cheers

fourben avatar Jun 12 '23 17:06 fourben

The downside to the assigning cards method is that I cannot track any non-card related transactions for my partner.

fourben avatar Jun 13 '23 08:06 fourben

I’d also love to see this. I agree that using the last four from the card number would only be a partial solution.

Like a few people around here I’m integrating my Up accounts with YNAB and want to notify each of us separately to confirm transactions as they arrive. The person who spent the money has the most context to easily confirm and categorise it.

willem-h avatar Jan 12 '24 06:01 willem-h

Transactions will soon expose a "performingCustomer" with this e.g.

"performingCustomer": { "displayName": "$mark" }

It'll return either the Upname or preferred name.

markbrown4 avatar Jul 02 '24 00:07 markbrown4