Card Details

Card Details

Display a single card's full information: balance, card art, secure fields (PAN / expiry / CVV via MeaWallet MCD), action buttons (lock, manage), and recent events. Usually reached by tapping a card in the Card List.

Implementations

ApproachPlatformDescription
iOS MFEiOS (SwiftUI)CardDetailsView microfrontend — drop-in SwiftUI component with lock/manage callbacks
Android SDKAndroid (Jetpack Compose)UILibrary.CardPageView / CardOverview Compose components
Headless / APIAnyFetch event history and secure card data (TOTP + MCD) directly

What Card Details provides

  • Renders card art and, on demand, secure fields (PAN / expiry / emboss / CVV) via MeaWallet MCD.
  • Exposes onLockCard and onManageCard callbacks for host app navigation.
  • Optional horizontal card slider to swipe between cards (slider property).
  • Built-in loading, error, and retry states.

Prerequisites

  1. Complete Setup + Initialize for Android, or Setup + Initialize for iOS.
  2. A CardEntity obtained from Card List.
  3. MeaWallet MCD artifact configured if you need secure fields.