| Page | Method | URL | Description |
|---|---|---|---|
| Payment | POST | /api/payment/order | 결제하기 |
true: 200 ok, SuccessPayment와 함께 반환 |
|||
false: 에러코드 |
|||
ERP503: 결제 금액이 일치하지 않습니다. |
|||
ERP501: 재고가 부족합니다 |
|||
ERP502: 포인트가 부족합니다. |
|||
ERP700: 액세스 토큰 발급 실패 |
|||
ERP701: API 결제조회 실패 |
/api/payment/order
No Parameters{
"imp_uid": "string",
"merchant_uid": "string",
"amount": 0,
"usedPoint": 0,
"orderId": 0,
"paymentId": "string"
}
200 OK{
"orderName": "string",
"amount": 0,
"buyerName": "string"
}