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
| Approach | Platform | Description |
|---|---|---|
| iOS MFE | iOS (SwiftUI) | CardDetailsView microfrontend — drop-in SwiftUI component with lock/manage callbacks |
| Android SDK | Android (Jetpack Compose) | UILibrary.CardPageView / CardOverview Compose components |
| Headless / API | Any | Fetch 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
onLockCardandonManageCardcallbacks for host app navigation. - Optional horizontal card slider to swipe between cards (
sliderproperty). - Built-in loading, error, and retry states.
Prerequisites
- Complete Setup + Initialize for Android, or Setup + Initialize for iOS.
- A
CardEntityobtained from Card List. - MeaWallet MCD artifact configured if you need secure fields.
Updated 3 months ago
