Skip to content

Commit

Permalink
웹훅 발생 이벤트 추가 (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
BaekGeunYoung authored Mar 25, 2024
1 parent f8bfa49 commit b95fe2f
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit b95fe2f

Please sign in to comment.