api
api copied to clipboard
The Up Banking API Specification
Hi team. I am experimenting with webhooks but haven't managed to get any to work yet. My webhooks: * Accept `POST` calls with any content * Respond with `200` within
This is something that is desperately needed for a lot of financial institutions processing bank statements digitally. Sometimes without the BSB/ACC exposed within the API, it does not proceed further....
would be nice to have these in the /accounts/{id} attributes response
Currently the **Retrieve Transaction** API supports returning: - `rawText` - `description` - `message` However if a transaction occurs that is a transfer from another person, and they only entered a...
This is a great api. I know there is another comment about roadmaps but is there a plan to actually create a payment through this API?
At the moment you can only add a tag after a payment has been processed (via the app or the API). Would be good if you could add a tag...
I've been working on a web app using the UP API (basically a desktop transaction viewer for my personal use) but I'd like to use it as an example project...
Currently displaying transactions in a table is really ugly without the images like in the app.
I use the cover transaction feature to draw down from different pools of money. Recently I've been looking for a way to categorise my uncovered transactions (transactions drawing down from...
So atm I can grab all transactions and filter them on my end. However it would be more ideal if this was already done in the business logic side of...