1
- I'mport; REST Client
2
- --------------------
1
+ I'mport; REST Client Python
2
+ ---------------------------
3
3
4
4
[ ![ Python Versions] ( https://img.shields.io/pypi/pyversions/iamport-rest-client )] ( https://pypi.org/project/iamport-rest-client/ )
5
5
[ ![ 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
15
15
주의 사항
16
16
-------
17
17
* 이용 중 발생한 문제에 대해 책임지지 않습니다.
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) ` 에서 쓰기 위해 만들었습니다.
20
20
21
21
주요 기능
22
22
---
@@ -85,8 +85,6 @@ response = iamport.find(merchant_uid='{상품 아이디}')
85
85
response = iamport.find(imp_uid = ' {IMP UID}' )
86
86
```
87
87
88
-
89
- - 가격 확인
90
88
실제 제품 가격과 결제된 가격이 같은지 확인합니다.
91
89
92
90
``` python
@@ -101,7 +99,6 @@ iamport.is_paid(product_price, response=response)
101
99
```
102
100
103
101
104
- - 취소
105
102
결제를 취소합니다.
106
103
107
104
``` python
@@ -122,7 +119,6 @@ except Iamport.HttpError as http_error:
122
119
print http_error.reason # HTTP not 200 에러난 이유를 알 수 있음
123
120
```
124
121
125
- - 비인증 결제
126
122
1회성 비인증 결제를 진행합니다.
127
123
128
124
``` python
@@ -170,7 +166,6 @@ except Iamport.HttpError as http_error:
170
166
pass
171
167
```
172
168
173
- - 정기 예약 결제
174
169
정기 결제를 예약합니다.
175
170
176
171
``` python
@@ -232,7 +227,6 @@ except Iamport.HttpError as http_error:
232
227
pass
233
228
```
234
229
235
- - 결제 사전 검증
236
230
결제될 내역에 대한 사전정보를 등록합니다
237
231
238
232
``` python
@@ -265,7 +259,6 @@ except Iamport.HttpError as http_error:
265
259
pass
266
260
```
267
261
268
- - 본인인증 결과 조회 및 관리
269
262
본인인증결과를 조회합니다.
270
263
271
264
``` python
0 commit comments