diff --git a/src/content/docs/ko/v2-payment/webhook.mdx b/src/content/docs/ko/v2-payment/webhook.mdx index 289ecde68..7b99b652f 100644 --- a/src/content/docs/ko/v2-payment/webhook.mdx +++ b/src/content/docs/ko/v2-payment/webhook.mdx @@ -31,12 +31,14 @@ Webhook을 활용하면 커스텀 기능이나 다른 애플리케이션과 연 포트원 웹훅은 다음과 같은 이벤트에 발생됩니다. +- **결제창이 열렸을 때** - (status: `Ready`) - **결제(예약 결제 포함)가 승인**되었을 때 (모든 결제 수단) - (status : `Paid`) - **가상계좌가 발급**되었을 때 - (status : `VirtualAccountIssued`) - **가상계좌에 결제 금액이 입금**되었을 때 - (status : `Paid`) - **결제가 부분 취소**되었을 때 - (status : `PartialCancelled`) - **결제가 완전 취소**되었을 때 - (status : `Cancelled`) - **결제(예약 결제 포함)가 실패**했을 때 - (status: `Failed`) +- **결제 승인 대기** 상태가 되었을 때 (페이팔 연동 시 발생) - (status: `PayPending`) ## 웹훅 URL 설정