项目作者: flavioheleno

项目描述 :
List of banks and related information
高级语言:
项目地址: git://github.com/flavioheleno/bank-list.git
创建时间: 2020-11-19T15:46:59Z
项目社区:https://github.com/flavioheleno/bank-list

开源协议:MIT License

下载


bank-list

List of banks and related information such as legal name, link etc.

Currently available lists

Brazil

Data is available here in json format and it follows the format below:

  1. {
  2. "001": {
  3. "nick": "BB",
  4. "name": "BANCO DO BRASIL S/A",
  5. "ispb": "00000000",
  6. "link": "www.bb.com.br"
  7. }
  8. }
  1. 001: Object key, is also the bank code (a three number long code);
  2. nick: An optional string with the Bank’s nickname, or its more commonly known name;
  3. name: A required string, the Bank’s legal name;
  4. ispb: An optional string representing the Bank’s Brazilian Payment System Identifier, it’s a number used by Brazil’s Central Bank;
  5. link: An optional string indicating Bank’s website.

Sources

All data present in this file was extracted from the following sources:

Contributing

Feel free to open a new pull-request to add new banks, details or countries.

License

This library is licensed under the MIT License.