HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🧚
[1기]최종 프로젝트 데브코스
/
📜
[팀13] 사각사각 ✏️
/
🗒️
다이어그램 문서
/
결제 완료

결제 완료

Tags
API
작성자
Method
POST

Request

notion image

Response

{ "series": { "email": "dahee@test.com", "nickname": "daheeNic", "title": "성공한 인생", "thumbnail": "https://monthsub-image.s3.ap-northeast-2.amazonaws.com/series/1/thumbnail/776e9d4b-c9e6-4509-961e-d4ec36ce17bd.jpg", "category": "POEM", "price": 10000, "articleCount": 7, "startDate": "2021-03-21", "endDate": "2021-04-21", "date": [ "monday", "friday" ], "time": "13:00:00" }, "user": { "point": 90000 } }
 
 

예외1) 결제 중복 (이미 결제 했을 경우) P001

Response

{ "exception": "PaymentDuplicated", "message": "[이미 결제되었습니다.]", "status": 400, "errors": [], "code": "P001", "severTime": "2021-12-15T15:23:40.5970647" }