GithubHelp home page GithubHelp logo

michaelsproul / bulk-pay-aus Goto Github PK

View Code? Open in Web Editor NEW
7.0 3.0 4.0 129 KB

Make batch payments from Australian banks

Home Page: https://sproul.xyz/csv_to_aba/

License: GNU General Public License v3.0

Python 43.68% Shell 3.06% CSS 2.34% HTML 30.89% JavaScript 17.11% Dockerfile 2.92%
australia payment aba cemtex automation banking

bulk-pay-aus's Introduction

CSV to ABA/Cemtex

This is a web-based tool for creating ABA/"Cemtex" files used by Australian banks for bulk payments.

You upload a CSV file in a simple format, and the website converts it to the ABA format.

This might be the right solution for you if you've ever asked any of the following questions:

  • How do I make payments to multiple people at once?
  • How do I automate payments for my business?
  • How do I transfer money from a bank account using an API?

Quickstart - Using Docker

Build it...

$ docker build -t aba .

Run it...

# run this if you're on macOS - your timezone will be set correctly
$ docker run --rm -ti -p 8000:8000 -e "TZ=$(readlink /etc/localtime | sed 's#/var/db/timezone/zoneinfo/##')" aba

# run this one if you're not (your time zone will be UTC, sorry)
$ docker run --rm -ti -p 8000:8000 aba

Open it...

Direct your browser to http://localhost:8000/

screenshot

Done!

CSV Format

  1. Recipient BSB, formatted with a dash, e.g. 123-456
  2. Recipient account number
  3. Recipient name
  4. Amount in cents to pay to this recipient
  5. Transaction reference - some text that the recipient will see
123-456,12345678,Recipient Name,350,PAY OF THREE FIFTY

License

Copyright Michael Sproul 2016.

Licensed under the terms of the GNU General Public License Version 3 or later (GPLv3+).

Credits

ABA generation is done using @jkal's python-aba library.

bulk-pay-aus's People

Contributors

michaelsproul avatar timatlassian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bulk-pay-aus's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.