Get transactions for the specified wallet id.
Transactions by wallet response
Invalid input
Unauthorized access.
Resource not found.
Service unavailable or server error.
{- "status": "Success",
- "message": null,
- "codes": null,
- "payload": {
- "total": 4,
- "transactions": [
- {
- "invoice_id": "inv_2V2Zx56BmcIhD80qftT8ErfpdBN",
- "wallet_id": "wal_2V2cKKKnzmnVvJCl02O0Bc9KnfV",
- "transaction_id": "db3c13d3-2f57-4474-bd91-48dd37e05571",
- "transaction_type": "user_purchase",
- "date": "2023-08-11T21:45:14.961665Z",
- "transaction_status": "processed",
- "balance_after": 100,
- "amount": -500,
- "currency": "VIR",
- "amount_usd": 5,
- "balance_after_usd": 1
}, - {
- "invoice_id": "inv_2V2XDLW6zogChdShdFh8WKOhHii",
- "wallet_id": "wal_2V2cKKKnzmnVvJCl02O0Bc9KnfV",
- "transaction_type": "user_purchase",
- "date": "2023-08-11T21:45:14.961665Z",
- "transaction_status": "processed",
- "balance_after": 600,
- "amount": 100,
- "currency": "VIR",
- "amount_usd": 1,
- "balance_after_usd": 6
}, - {
- "invoice_id": "inv_2GPyjBQdWFxd9RoefDZFiuf46gz",
- "wallet_id": "wal_2V2cKKKnzmnVvJCl02O0Bc9KnfV",
- "transaction_type": "balance_transfer",
- "transaction_subtype": "fund_user",
- "date": "2023-08-11T21:45:14.961665Z",
- "transaction_status": "processed",
- "balance_after": 8900000,
- "amount": 100000,
- "currency": "VIR",
- "amount_usd": 50000,
- "balance_after_usd": 4450000,
- "transaction_id": "bt_2GPyj5Ro5T5vDVr0tiGghoYWGF8"
}, - {
- "invoice_id": "inv_2Tr9QDX54gMLXwGPRzMVOkOHOIy",
- "wallet_id": "wal_2V2cKKKnzmnVvJCl02O0Bc9KnfV",
- "date": "2023-08-11T21:45:14.961665Z",
- "balance_after": 8888661,
- "amount": 300,
- "currency": "VIR",
- "amount_usd": 150,
- "balance_after_usd": 4444330.5,
- "transaction_status": "processed",
- "transaction_id": "tx_2Tr9QDX54gMLXwGPRzMVOkOHOIy",
- "transaction_type": "refund"
}
]
}
}