platformpackages/platform/prepaid-wallet
prepaid-wallet package
prepaid-wallet — focused capability inside the platform domain, boundary at packages/platform/prepaid-wallet.
- Stability
- Stable
- Scope
- Global
- Boundary
- packages/platform/prepaid-wallet
prepaid-walletpackages/platform/prepaid-wallet
Foundational layer
Runtime stack5 layers
- edge
- gateway
- services
- platformyou are here
- storage
Uptime
99.68%
Resolved configprepaid-wallet.config
Uptime
99.68%
+0.01%
p99 latency
36 ms
-7%
Active connections
3,170
Active tenants
302
+5%
packages/platform/prepaid-walletplatform · Lowest shared layer · zero-app coupling
Usageprepaid-wallet.ts
typescriptprepaid-wallet.ts
1import { prepaidWallet } from "@nebutra/prepaid-wallet";
2
3// Lowest shared layer — every higher capability composes on top.
4prepaidWallet.configure({
5 tenantId: org.id,
6 // Production-tuned defaults; override via @nebutra/config.
7});