5

Is there a means of looking up a bank name & branch through Javascript?

Perhaps an external service or an complete data-set that can be hosted internally and accessed through JSON?

Jonathan
  • 32,202
  • 38
  • 137
  • 208

2 Answers2

12

For anyone still looking, the APCA themselves publish a continually updated list of BSB numbers which you can download in CSV format here.

double-beep
  • 5,031
  • 17
  • 33
  • 41
Molloch
  • 2,261
  • 4
  • 29
  • 48
2

You can obtain BSBs from Australian Payment Network and load them into your database.

This is pretty good, but sometimes the list can be a little out of date. Also, the banks may close a branch and remove it from this master list of BSBs. However, transactions to that BSB will continue to work because they do a redirect to the new BSB.

WW.
  • 23,793
  • 13
  • 94
  • 121