api icon indicating copy to clipboard operation
api copied to clipboard

Expose Payments and Savers Information

Open all64bits opened this issue 1 year ago • 2 comments

My wife and I have a fairly complex system of payment splits and a large number of saver accounts with auto transfers to manage how our pay is distributed and categorised. I maintain a budget for our pay and expenses etc using a CLI application, and I replicate this budget in our Up account. However the process of inputting all of this into Up is a manual one, and prone to error.

I'd love to have this information exposed in the API so that I can do some validation and error checking on how I've set things up. If I had this info I could also programmatically compare it with our budget to make sure it aligns.

all64bits avatar Mar 06 '24 10:03 all64bits

Hi, there are other issues requesting various saver / payment information. Are there specific fields you'd like to see?

markbrown4 avatar Mar 19 '24 03:03 markbrown4

Thanks for getting back to us! The set of info that would be ideal for my particular use case is:

Auto transfers (for all accounts)

  • Account name
  • Amount
  • Transfer direction & transfer account name/reference
  • Frequency
  • Next transfer date
  • Pause once goal reached (true|false)

Scheduled payments (to all payees)

  • Payee
  • From account
  • Amount
  • Description
  • Scheduled (false|date)
  • Repeating (false|frequency)
  • End after (false|number of payments)

all64bits avatar Mar 19 '24 05:03 all64bits