결제 웹훅 수신 API에서 서명 헤더, payload 검증, 중복 eventId 처리를 검증하세요.
연습 대상 API
베이스 경로 /api/practice
메서드경로인증
POST/webhooks/payment결제 웹훅 수신 (401 / 400 / 200)-
헤더 x-qaground-signature: test-signature 를 넣어야 합니다. 본문 예: { "eventId": "evt-100", "type": "payment.succeeded", "amount": 39000 }.