/v1/pay/payment

Description
결제 요청
Method
POST

Request

{ "userId": 0, // 수정 "sellerId": 2, "orderName": "string", // 수정 "amount": 0, // 수정 "redirectUri": "https://www.naver.com" // 수정 }
JSON
복사

Response

Body

// Success { } // Error { "status": 404, "message": "페이를 찾을 수 없습니다.", "data": null } { "status": 401, "message": "유효하지 않은 토큰입니다.", "data": null }
JSON
복사