DEV Community

Dilantha Nanayakkara
Dilantha Nanayakkara

Posted on • Originally published at dils.blog on

Using the Up bank API

Using the Up bank API

Up is a mobile first digital bank built on top Bendigo Bank, runs on Google Cloud and made in South Melbourne.

Moving Up

I started using Up Bank out of curiosity. I hadn't come across a neo bank before. I was just trying it out. I referred some friends onto it and we would do the lunch money splits on Up.

Later on when I realised Up doesn't charge international transaction fees like the big banks, I moved a few recurring payments over.

Tax Time

I usually download CSV statements from the bank and run a few grep commands to get my claim totals.

This year when I was preparing my taxes I found that Up doesn't have CSV statements. I downloaded the PDF statements for reference but if I was going to move more transactions over I needed my CSV files.

Up bank API

After some digging I found their API. Great, now I can get the exact data I need and do whatever I want with it.

Getting a personal access token was easy as scanning a QR code with the app. I fired up Postman and imported the following OpenAPI file and was off to the races.

https://raw.githubusercontent.com/up-banking/api/master/v1/openapi.json

Enter fullscreen mode Exit fullscreen mode

I did not think the day that I could access my banking data through an API will come so soon. Better late than never I guess.

References

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

Top comments (0)

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay