Skip to main content

Unified Banking Suite

Launch Integrated Demo

Experience the complete customer lifecycle from onboarding to lending.

Workflow Demonstrated

  1. Onboard (KYC): New customer uploads ID. Primus.Banking.KYC verifies identity and screens against sanctions lists.
  2. Open Account: Upon approval, Primus.Banking.Accounts creates a checking account and Primus.Banking.Cards issues a virtual debit card.
  3. Transact: Customer deposits funds via Primus.Banking.Transactions. Primus.Banking.AML monitors for suspicious activity.
  4. Borrow: Customer applies for a personal loan. Primus.Banking.Loans checks Primus.Banking.Credit score and funds the loan.

Architecture

graph LR
KYC[KYC Verifier] -->|Approved| Acct[Account Manager]
Acct -->|Issue Card| Cards[Card Manager]
Acct -->|Deposit| Ledger[Transaction Engine]
Ledger -->|Monitor| AML[AML Monitor]
Ledger -->|Fund Loan| Loans[Loan Originator]
Loans -->|Check Score| Credit[Credit Scorer]