Conversation
Replace the client-side KYC API fetch in useKycDisclaimers with KycController.loadDisclaimers so Iron/MoonPay vendor terms use a single Engine source of truth. Wires preview @metamask/kyc-controller with minimal KycService/KycController init for disclaimer loading only. TRAM-3978 Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: Sébastien Van Eyck <sebastien.vaneyck@consensys.net>
…ers-from-controller
…ers-from-controller
Contributor
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
3 tasks
|
No dependency changes detected. Learn more about Socket for GitHub. 👍 No dependency changes detected in pull request |
roz0n
force-pushed
the
feat/TRAM-3923-neobank-routing
branch
from
September 8, 2026 15:19
87f370e to
008e628
Compare
10 tasks
…ntroller' into feat/vba-kyc-disclaimers-from-controller
Co-authored-by: Cursor <cursoragent@cursor.com>
Signed-off-by: Sébastien Van Eyck <sebastien.vaneyck@consensys.net>
Signed-off-by: Sébastien Van Eyck <sebastien.vaneyck@consensys.net>
Signed-off-by: Sébastien Van Eyck <sebastien.vaneyck@consensys.net>
Signed-off-by: Sébastien Van Eyck <sebastien.vaneyck@consensys.net>
Signed-off-by: Sébastien Van Eyck <sebastien.vaneyck@consensys.net>
…ntroller' into feat/vba-kyc-disclaimers-from-controller
…rrectly for iron already)
…ntroller' into feat/vba-kyc-disclaimers-from-controller
Co-authored-by: Cursor <cursoragent@cursor.com>
roz0n
force-pushed
the
feat/TRAM-3922-kyc-engine-wiring
branch
from
September 10, 2026 14:11
bb5c4c7 to
c787d07
Compare
roz0n
force-pushed
the
feat/TRAM-3923-neobank-routing
branch
from
September 10, 2026 14:11
008e628 to
b0a98a6
Compare
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
roz0n
force-pushed
the
feat/TRAM-3923-neobank-routing
branch
from
September 11, 2026 14:53
b0a98a6 to
26538df
Compare
|
Contributor
PR template — items to address before "Ready for review"Warnings — informational, address before merging:
See docs/readme/ready-for-review.md for the full Definition of Ready for Review. |
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.



Description
Routes Money Account onboarding from the stage returned by
RampsController.hydrateNeobankStore.The router only selects a screen. It does not launch SumSub. Missing terms go to Get Pix Key. KYC stages go to a dedicated KYC page whose focus hook initializes or resumes Iron KYC. Accepted terms are also passed to that page so the terms screen does not present the SDK directly.
The flow refreshes on app resume and fails closed for unknown or failed lookups.
State mapping
NoUserVendorTermsRequiredProviderTermsRequiredEmailOtpRequiredKycNotStartedKycStartedIncompleteKycNeedsReviewKycPendingWalletNotSignedAutorampNotCreatedAutorampPendingAutorampCreatedKycRejectedLookupFailedor unknownDependencies
@metamask/ramps-controllerversion containing Temp/notification integration sdk fixes #10116Tests
Related issue