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

Получение баланса счета #5

Open
chertby opened this issue Apr 22, 2017 · 2 comments
Open

Получение баланса счета #5

chertby opened this issue Apr 22, 2017 · 2 comments

Comments

@chertby
Copy link
Member

chertby commented Apr 22, 2017

Open Bank API делает так - https://psd2-apiexplorer.openbankproject.com/?ignoredefcat=true&tags=#2_0_0-getCoreAccountById

{
  "id":"test2",
  "label":null,
  "number":"7492497040",
  "owners":[{
    "id":"",
    "provider":null,
    "display_name":"jpa"
  }],
  "type":null,
  "balance":{
    "currency":"EUR",
    "amount":"1000.00"
  },
  "IBAN":null,
  "swift_bic":null,
  "bank_id":"at02-bank-x--01",
  "account_routing":{
    "scheme":null,
    "address":null
  }
}

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

  • сложная структура
chertby added a commit that referenced this issue Apr 22, 2017
@abitrolly
Copy link
Member

Для получения баланса счёта сначала надо список счетов.

@chertby
Copy link
Member Author

chertby commented Apr 22, 2017

Добавить возврат информации о счете
{
"currency":"BYN",
"amount":"0.01"
}

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

2 participants