1- I'mport; REST Client
2- --------------------
1+ I'mport; REST Client Python
2+ ---------------------------
33
44[ ![ Python Versions] ( https://img.shields.io/pypi/pyversions/iamport-rest-client )] ( https://pypi.org/project/iamport-rest-client/ )
55[ ![ PyPI Release (latest by date)] ( https://img.shields.io/pypi/v/iamport-rest-client?color=blue )] ( https://pypi.org/project/iamport-rest-client/ )
@@ -15,8 +15,8 @@ I'mport; REST Client
1515주의 사항
1616-------
1717* 이용 중 발생한 문제에 대해 책임지지 않습니다.
18- * ` lexifdev ` 님의 도움을 받아 작성되었습니다( ` lexifdev's iamport 모듈 < https://github.com/lexifdev/iamport> ` _ )
19- * 최초 작성은 ` 핑크퐁 북스토어 < https://store.pinkfong.com> ` _ 에서 쓰기 위해 만들었습니다.
18+ * ` lexifdev ` 님의 도움을 받아 작성되었습니다[ `lexifdev's iamport 모듈] ( https://github.com/lexifdev/iamport )
19+ * 최초 작성은 ` [ 핑크퐁 북스토어]( https://store.pinkfong.com) ` 에서 쓰기 위해 만들었습니다.
2020
2121주요 기능
2222---
@@ -85,8 +85,6 @@ response = iamport.find(merchant_uid='{상품 아이디}')
8585response = iamport.find(imp_uid = ' {IMP UID}' )
8686```
8787
88-
89- - 가격 확인
9088실제 제품 가격과 결제된 가격이 같은지 확인합니다.
9189
9290``` python
@@ -101,7 +99,6 @@ iamport.is_paid(product_price, response=response)
10199```
102100
103101
104- - 취소
105102결제를 취소합니다.
106103
107104``` python
@@ -122,7 +119,6 @@ except Iamport.HttpError as http_error:
122119 print http_error.reason # HTTP not 200 에러난 이유를 알 수 있음
123120```
124121
125- - 비인증 결제
1261221회성 비인증 결제를 진행합니다.
127123
128124``` python
@@ -170,7 +166,6 @@ except Iamport.HttpError as http_error:
170166 pass
171167```
172168
173- - 정기 예약 결제
174169정기 결제를 예약합니다.
175170
176171``` python
@@ -232,7 +227,6 @@ except Iamport.HttpError as http_error:
232227 pass
233228```
234229
235- - 결제 사전 검증
236230결제될 내역에 대한 사전정보를 등록합니다
237231
238232``` python
@@ -265,7 +259,6 @@ except Iamport.HttpError as http_error:
265259 pass
266260```
267261
268- - 본인인증 결과 조회 및 관리
269262본인인증결과를 조회합니다.
270263
271264``` python
0 commit comments