# 공통 API

전체 서비스에서 함께 이용하는 API 입니다.\
공통 API는 포인트를 관리할 수 있는 ‘포인트 관리’ 와 연동회원, 담당자, 회사 정보를 관리할 수 있는 ‘회원 관리’ API로 구성됩니다.

## API 목록

### 포인트 관리

- [1. GetUnitCost - 조회 단가 확인](https://developers.popbill.com/reference/closedown/php/common-api/point#GetUnitCost)
- [2. GetChargeInfo - 과금정보 확인](https://developers.popbill.com/reference/closedown/php/common-api/point#GetChargeInfo)
- [3. GetBalance - 연동회원 잔여포인트 확인](https://developers.popbill.com/reference/closedown/php/common-api/point#GetBalance)
- [4. GetChargeURL - 연동회원 포인트 충전 팝업 URL](https://developers.popbill.com/reference/closedown/php/common-api/point#GetChargeURL)
- [5. PaymentRequest - 연동회원 무통장 입금신청](https://developers.popbill.com/reference/closedown/php/common-api/point#PaymentRequest)
- [6. GetSettleResult - 연동회원 무통장 입금신청 정보확인](https://developers.popbill.com/reference/closedown/php/common-api/point#GetSettleResult)
- [7. GetPaymentHistory - 연동회원 포인트 결제내역 확인](https://developers.popbill.com/reference/closedown/php/common-api/point#GetPaymentHistory)
- [8. GetPaymentURL - 연동회원 포인트 결제내역 팝업 URL](https://developers.popbill.com/reference/closedown/php/common-api/point#GetPaymentURL)
- [9. GetUseHistory - 연동회원 포인트 사용내역 확인](https://developers.popbill.com/reference/closedown/php/common-api/point#GetUseHistory)
- [10. GetUseHistoryURL - 연동회원 포인트 사용내역 팝업 URL](https://developers.popbill.com/reference/closedown/php/common-api/point#GetUseHistoryURL)
- [11. Refund - 연동회원 포인트 환불신청](https://developers.popbill.com/reference/closedown/php/common-api/point#Refund)
- [12. GetRefundHistory - 연동회원 포인트 환불내역 확인](https://developers.popbill.com/reference/closedown/php/common-api/point#GetRefundHistory)
- [13. GetPartnerBalance - 파트너 잔여포인트 확인](https://developers.popbill.com/reference/closedown/php/common-api/point#GetPartnerBalance)
- [14. GetPartnerURL - 파트너 포인트 충전 팝업 URL](https://developers.popbill.com/reference/closedown/php/common-api/point#GetPartnerURL)
- [15. GetRefundInfo - 환불 신청 상태 조회](https://developers.popbill.com/reference/closedown/php/common-api/point#GetRefundInfo)
- [16. GetRefundableBalance - 환불 가능 포인트 조회](https://developers.popbill.com/reference/closedown/php/common-api/point#GetRefundableBalance)

### 회원 관리

- [1. CheckIsMember - 연동회원 가입여부 확인](https://developers.popbill.com/reference/closedown/php/common-api/member#CheckIsMember)
- [2. CheckID - 연동회원 아이디 중복 확인](https://developers.popbill.com/reference/closedown/php/common-api/member#CheckID)
- [3. JoinMember - 연동회원 신규가입](https://developers.popbill.com/reference/closedown/php/common-api/member#JoinMember)
- [4. QuitMember - 연동회원 탈퇴](https://developers.popbill.com/reference/closedown/php/common-api/member#QuitMember)
- [5. GetCorpInfo - 회사정보 확인](https://developers.popbill.com/reference/closedown/php/common-api/member#GetCorpInfo)
- [6. UpdateCorpInfo - 회사정보 수정](https://developers.popbill.com/reference/closedown/php/common-api/member#UpdateCorpInfo)
- [7. RegistContact - 담당자 추가](https://developers.popbill.com/reference/closedown/php/common-api/member#RegistContact)
- [8. GetContactInfo - 담당자 정보 확인](https://developers.popbill.com/reference/closedown/php/common-api/member#GetContactInfo)
- [9. ListContact - 담당자 목록 확인](https://developers.popbill.com/reference/closedown/php/common-api/member#ListContact)
- [10. UpdateContact - 담당자 정보 수정](https://developers.popbill.com/reference/closedown/php/common-api/member#UpdateContact)
- [11. DeleteContact - 담당자 삭제](https://developers.popbill.com/reference/closedown/php/common-api/member#DeleteContact)
- [12. GetAccessURL - 팝빌 로그인 팝업 URL](https://developers.popbill.com/reference/closedown/php/common-api/member#GetAccessURL)
