Skip to content

Webhooks

Two inbound webhooks under /api/v1/webhooks. Both currently handle identity verification (KYC / 본인인증) — not payments.

Method · RouteSource
POST /stripeWebhookEndpoints.cs:168
POST /portone:53

Handles identity.verification_session.verified → completes the user’s KYC, bumps User.Level, and sends a notification (:184). Invalid signatures return 400.

A safety net for Korean identity verification when the client’s Finalize call fails. Handles IdentityVerification.Verified and runs FinalizeKoreanIdentityVerificationCommand (idempotent).