Webhooks
Two inbound webhooks under /api/v1/webhooks. Both currently handle identity verification (KYC / 본인인증) — not payments.
| Method · Route | Source |
|---|---|
POST /stripe | WebhookEndpoints.cs:168 |
POST /portone | :53 |
Stripe
Section titled “Stripe”Handles identity.verification_session.verified → completes the user’s KYC, bumps User.Level, and sends a notification (:184). Invalid signatures return 400.
PortOne (V2)
Section titled “PortOne (V2)”A safety net for Korean identity verification when the client’s Finalize call fails. Handles IdentityVerification.Verified and runs FinalizeKoreanIdentityVerificationCommand (idempotent).