# 계좌조회 API

은행 사이트에 접속하지 않고 이용중인 시스템에 연동하여 계좌의 거래내역 및 잔액을 조회할 수 있는 API 입니다. 등록한 계좌를 실시간으로 조회하여 거래내역, 거래일시, 입출금금액, 잔액 등 거래에 대한 상세내역을 확인할 수 있습니다.

> 팝빌은 은행에서 반환하는 데이터를 가공없이 모두 제공하며, 은행별 정책에 따라 반환되는 데이터 항목이 변경될 수 있습니다.

## API 목록

### 계좌 관리

- [1. RegistBankAccount - 계좌 등록](https://developers.popbill.com/reference/easyfinbank/dotnetcore/api/manage#RegistBankAccount)
- [2. UpdateBankAccount - 계좌정보 수정](https://developers.popbill.com/reference/easyfinbank/dotnetcore/api/manage#UpdateBankAccount)
- [3. GetBankAccountInfo - 계좌정보 확인](https://developers.popbill.com/reference/easyfinbank/dotnetcore/api/manage#GetBankAccountInfo)
- [4. ListBankAccount - 계좌정보 목록 조회](https://developers.popbill.com/reference/easyfinbank/dotnetcore/api/manage#ListBankAccount)
- [5. GetBankAccountMgtURL - 계좌 등록 팝업 URL](https://developers.popbill.com/reference/easyfinbank/dotnetcore/api/manage#GetBankAccountMgtURL)
- [6. CloseBankAccount - 정액제 해지요청](https://developers.popbill.com/reference/easyfinbank/dotnetcore/api/manage#CloseBankAccount)
- [7. RevokeCloseBankAccount - 정액제 해지요청 취소](https://developers.popbill.com/reference/easyfinbank/dotnetcore/api/manage#RevokeCloseBankAccount)
- [8. DeleteBankAccount - 계좌 삭제](https://developers.popbill.com/reference/easyfinbank/dotnetcore/api/manage#DeleteBankAccount)

### 계좌 거래내역 수집 요청

- [1. RequestJob - 수집 요청](https://developers.popbill.com/reference/easyfinbank/dotnetcore/api/job#RequestJob)
- [2. GetJobState - 수집 상태 확인](https://developers.popbill.com/reference/easyfinbank/dotnetcore/api/job#GetJobState)
- [3. ListActiveJob - 수집 상태 목록 확인](https://developers.popbill.com/reference/easyfinbank/dotnetcore/api/job#ListActiveJob)

### 계좌 거래내역 확인

- [1. Search - 수집 내역 확인](https://developers.popbill.com/reference/easyfinbank/dotnetcore/api/search#Search)
- [2. Summary - 수집 내역 합계](https://developers.popbill.com/reference/easyfinbank/dotnetcore/api/search#Summary)
- [3. SaveMemo - 거래 내역 메모저장](https://developers.popbill.com/reference/easyfinbank/dotnetcore/api/search#SaveMemo)
