From b95fe2f448d6b51ccf86a21f61cdd089852f8059 Mon Sep 17 00:00:00 2001 From: Kai <40847155+BaekGeunYoung@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:45:29 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9B=B9=ED=9B=85=20=EB=B0=9C=EC=83=9D=20?= =?UTF-8?q?=EC=9D=B4=EB=B2=A4=ED=8A=B8=20=EC=B6=94=EA=B0=80=20(#374)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/docs/ko/v2-payment/webhook.mdx | 2 ++ 1 file changed, 2 insertions(+) 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 설정