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
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,
}
]
403
400
401
500
Last updated 2 years ago