Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

웹훅 발생 이벤트 추가 #374

Merged
merged 1 commit into from
Mar 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/content/docs/ko/v2-payment/webhook.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ Webhook을 활용하면 커스텀 기능이나 다른 애플리케이션과 연

포트원 웹훅은 다음과 같은 이벤트에 발생됩니다.

- **결제창이 열렸을 때** - (status: `Ready`)
- **결제(예약 결제 포함)가 승인**되었을 때 (모든 결제 수단) - (status : `Paid`)
- **가상계좌가 발급**되었을 때 - (status : `VirtualAccountIssued`)
- **가상계좌에 결제 금액이 입금**되었을 때 - (status : `Paid`)
- **결제가 부분 취소**되었을 때 - (status : `PartialCancelled`)
- **결제가 완전 취소**되었을 때 - (status : `Cancelled`)
- **결제(예약 결제 포함)가 실패**했을 때 - (status: `Failed`)
- **결제 승인 대기** 상태가 되었을 때 (페이팔 연동 시 발생) - (status: `PayPending`)

## 웹훅 URL 설정

Expand Down