| { | |
| "wallets": { | |
| "default": { | |
| "balance": 15420.50, | |
| "status": "ACTIVE", | |
| "holds": [], | |
| "transactions": [ | |
| { | |
| "id": "tx1", | |
| "title": "Transfer from RAHA", | |
| "amount": 5000.00, | |
| "type": "IN", | |
| "category": "Income", | |
| "date": "Today, 10:30 AM", | |
| "bank": "Meezan Bank" | |
| }, | |
| { | |
| "id": "tx2", | |
| "title": "Payment to K-Electric", | |
| "amount": -8200.00, | |
| "type": "OUT", | |
| "category": "Bills", | |
| "date": "Yesterday, 04:15 PM", | |
| "bank": "Meezan Bank" | |
| }, | |
| { | |
| "id": "tx3", | |
| "title": "Foodpanda Order", | |
| "amount": -1450.00, | |
| "type": "OUT", | |
| "category": "Food", | |
| "date": "May 14, 08:30 PM", | |
| "bank": "EasyPaisa" | |
| } | |
| ] | |
| } | |
| }, | |
| "fraud_ledger": [ | |
| { | |
| "sender": "0300-1234567", | |
| "type": "Fake Helpline", | |
| "risk": "HIGH", | |
| "pattern": "JazzCash account block threat" | |
| }, | |
| { | |
| "sender": "0311-9876543", | |
| "type": "OLX Fraud", | |
| "risk": "SUSPICIOUS", | |
| "pattern": "Advance payment request for iPhone" | |
| } | |
| ] | |
| } | |