get https://dev.vantapp.com/api/partner/transaction/account
Log in to see full request history
Responses
xxxxxxxxxx
curl --request GET \
--url https://dev.vantapp.com/api/partner/transaction/account \
--header 'accept: application/json'
xxxxxxxxxx
54}
{
"data": [
{
"ref": "VNT_H3t_1688699702",
"amount": 1000,
"reason": "Wallet Funding",
"status": "successful",
"type": "credit",
"date": "2023-07-07T03:15:02.000000Z",
"account_number": "1001580921"
},
{
"ref": "VNT_pId_1689039648",
"amount": 2000,
"reason": "Withdrawal",
"status": "successful",
"type": "debit",
"date": "2023-07-11T01:40:52.000000Z",
"account_number": "1001580921"
}
],
"links": {
"first": "http://localhost:8004/api/partner/transaction/account?page=1",
"last": "http://localhost:8004/api/partner/transaction/account?page=1",
"prev": null,