Search Wallet Transactions
1.9 Search Wallet Transactions
Returns the wallet transaction of given member .
Request
Method | URL |
GET | /wallet/v1/wallets/{member_id}/wallet-transactions?page={page_number}&size={size} |
Response
Status | Response |
200 | { "data": [ { "id": 1, "createdDate": "2024-01-17T12:34:56", "walletTransactionType": "DEPOSIT", "amount": 50, "walletId": 1 }, { "id": 2, "createdDate": "2024-01-17T12:35:00", "walletTransactionType": "WITHDRAWAL", "amount": 25, "walletId": 1 } ] } |
403 | |
400 | |
400 | |
401 | |
401 | |
500 |
Last updated