Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Список банков в РБ #1

Open
2 tasks
abitrolly opened this issue Apr 22, 2017 · 6 comments
Open
2 tasks

Список банков в РБ #1

abitrolly opened this issue Apr 22, 2017 · 6 comments

Comments

@abitrolly
Copy link
Member

abitrolly commented Apr 22, 2017

Как юзверь, как мобилная аппа, хочу получать актуальный список банков в РБ.

  • как:
  • api.nbrb.by/banks - список
  • id банка (BIC)
  • человекочитаемое название
@chertby
Copy link
Member

chertby commented Apr 22, 2017

Список ID банков на НБРБ http://www.nbrb.by/payment/bic-rb.xls

@abitrolly abitrolly changed the title Список банков Список банков в РБ Apr 22, 2017
@abitrolly
Copy link
Member Author

Тупо табличка https://www.nbrb.by/system/banks/list

chertby added a commit that referenced this issue Apr 22, 2017
Первоначальная версия списка банков (#1)
@abitrolly
Copy link
Member Author

Open Bank API делает так - https://apiexplorersandbox.openbankproject.com/?version=2.0.0#1_2_1-getBanks

{
  "banks":[{
    "id":"rbs",
    "short_name":"The Royal Bank of Scotland",
    "full_name":"The Royal Bank of Scotland",
    "logo":"http://www.red-bank-shoreditch.com/logo.gif",
    "website":"http://www.red-bank-shoreditch.com"
  },{
...

Из недостатков:

  • id не bic
  • short_name и full_name не локализованы
  • website и logo ценности для API не несёт

bamunra added a commit to bamunra/api.nbrb.by that referenced this issue Apr 22, 2017
Draft списка API (openapiby#1)
@chertby
Copy link
Member

chertby commented Aug 25, 2017

НБРБ добавил свой API http://www.nbrb.by/apihelp/bic

[{
 "typ":"Банк",
 "CDBank":"ABLTBY22",
 "CDHeadBank":"ABLTBY22",
 "NrBank":"898",
 "BICStatus":"0",
 "NmBankShort":"ЗАО 'АБСОЛЮТБАНК'",
 "AdrBank":"Г.МИНСК",
 "CdControl":null,
 "DtControl":null,
 "CdBankSuccessor":null
},{
...

@bamunra
Copy link
Contributor

bamunra commented Aug 25, 2017

Видишь, Толя. А ты плохо про них думал. Дело партии живёт.

@chertby
Copy link
Member

chertby commented Aug 25, 2017

Для 1С, этого не хватит, так что будем продолжать).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants