{"id":15693308,"url":"https://github.com/michaelsproul/bulk-pay-aus","last_synced_at":"2025-05-08T03:48:41.957Z","repository":{"id":66210902,"uuid":"77661425","full_name":"michaelsproul/bulk-pay-aus","owner":"michaelsproul","description":"Make batch payments from Australian banks","archived":false,"fork":false,"pushed_at":"2024-02-27T01:04:26.000Z","size":129,"stargazers_count":7,"open_issues_count":3,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-08T03:48:35.900Z","etag":null,"topics":["aba","australia","automation","banking","cemtex","payment"],"latest_commit_sha":null,"homepage":"https://sproul.xyz/csv_to_aba/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/michaelsproul.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-12-30T04:55:45.000Z","updated_at":"2024-01-21T03:34:38.000Z","dependencies_parsed_at":"2024-02-04T07:23:07.340Z","dependency_job_id":"a8865917-8912-48e6-a0cc-2db43e66969b","html_url":"https://github.com/michaelsproul/bulk-pay-aus","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelsproul%2Fbulk-pay-aus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelsproul%2Fbulk-pay-aus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelsproul%2Fbulk-pay-aus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/michaelsproul%2Fbulk-pay-aus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/michaelsproul","download_url":"https://codeload.github.com/michaelsproul/bulk-pay-aus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252996198,"owners_count":21837616,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aba","australia","automation","banking","cemtex","payment"],"created_at":"2024-10-03T18:42:49.774Z","updated_at":"2025-05-08T03:48:41.938Z","avatar_url":"https://github.com/michaelsproul.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSV to ABA/Cemtex\n\nThis is a web-based tool for creating ABA/\"Cemtex\" files used by Australian banks for bulk payments.\n\nYou upload a CSV file in a simple format, and the website converts it to the ABA format.\n\nThis might be the right solution for you if you've ever asked any of the following questions:\n\n* How do I make payments to multiple people at once?\n* How do I automate payments for my business?\n* How do I transfer money from a bank account using an API?\n\n# Quickstart - Using Docker\n\nBuild it...\n\n```\n$ docker build -t aba .\n```\n\nRun it...\n\n```\n# run this if you're on macOS - your timezone will be set correctly\n$ docker run --rm -ti -p 8000:8000 -e \"TZ=$(readlink /etc/localtime | sed 's#/var/db/timezone/zoneinfo/##')\" aba\n\n# run this one if you're not (your time zone will be UTC, sorry)\n$ docker run --rm -ti -p 8000:8000 aba\n```\n\nOpen it...\n\nDirect your browser to http://localhost:8000/\n\n![screenshot](./screenshot.png)\n\n\nDone!\n\n\n# CSV Format\n\n1. Recipient BSB, formatted with a dash, e.g. 123-456\n2. Recipient account number\n3. Recipient name\n4. Amount in cents to pay to this recipient\n5. Transaction reference - some text that the recipient will see\n\n```\n123-456,12345678,Recipient Name,350,PAY OF THREE FIFTY\n```\n\n## License\n\nCopyright Michael Sproul 2016.\n\nLicensed under the terms of the GNU General Public License Version 3 or later (GPLv3+).\n\n## Credits\n\nABA generation is done using [@jkal][jkal]'s [python-aba][] library.\n\n\n[jkal]: https://github.com/jkal\n[python-aba]: https://github.com/jkal/python-aba\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelsproul%2Fbulk-pay-aus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichaelsproul%2Fbulk-pay-aus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichaelsproul%2Fbulk-pay-aus/lists"}