[Refactor 3/3] NTROPY 통합 검증 및 조회 API 반영·VIRTUAL 재활성화 - #92
Merged
Conversation
hanjyoon01
approved these changes
Aug 7, 2026
hanjyoon01
requested review from
Kimd0ng,
SOOsuhyuncho,
bigwaveBigwave,
hanjyoon01 and
shinh09
August 7, 2026 13:51
hanjyoon01
approved these changes
Aug 7, 2026
bigwaveBigwave
approved these changes
Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
관련 이슈
작업 사항
DefaultPaymentSchedule(매월 25일)로 통일,AccountCollectionService가 계좌별 거래 수집 실패를 격리하도록 재구성(한 계좌 실패가 다른 계좌 처리를 막지 않음)VIRTUAL등록 재활성화 —LocalFinancialAccountCommandClient가VirtualAccountRegenerationService를 호출하도록 전환, 임시 차단 오류코드 제거PATCH /api/accounts/{accountId}/activate신설 — 비활성화 계좌를 상태만 되돌려 기존 거래내역을 보존참고 사항
VIRTUAL계좌 등록이 다시 열립니다.POST /api/accounts가 JWT 인증을 요구해서(OAuth 로그인 선행 필요) 이번 PR에는 포함하지 못했습니다. 후속으로 진행합니다.