Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeonghyoin/open-api-practice
https://github.com/jeonghyoin/open-api-practice
express mysql nodejs open-api
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jeonghyoin/open-api-practice
- Owner: jeonghyoin
- Created: 2019-12-10T07:40:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T17:01:37.000Z (about 2 years ago)
- Last Synced: 2024-10-01T00:04:50.612Z (4 months ago)
- Topics: express, mysql, nodejs, open-api
- Language: JavaScript
- Size: 2.5 MB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## openbanking-api-practice
[금융결제원 오픈뱅킹 테스트베드](https://developers.open-platform.or.kr/)
* 사용자인증 API를 통해 신규사용자 및 계좌를 등록하고, 사용자일련번호를 부여받은 후 이용
* 테스트 API 호출 시 `https://testapi.openbanking.or.kr` 호출* API 목록
1. 사용자 인증(/authorize)
2. 토큰 발급(/token)
3. 출금 이체(/withdraw/fin_num)
4. 입금 이체(/transfer/deposit/fin_num)
5. 잔액 조회(/account/balance/fin_num)
6. 사용자 정보 조회(/user/me)