Logo
Developer portal API Documentation

Account Transactions

POST https://demo-api.vivapayments.com/dataservices/v2/accounttransactions/Search?PageSize=500&Page=1&OrderBy=Descending

 

Body PARAM

Key Datatype Required Description 
PageSize
number
Page
number
OrderBy
string



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'https://demo-api.vivapayments.com/dataservices/v2/accounttransactions/Search?PageSize=500&Page=1&OrderBy=Descending?PageSize=500&Page=1&OrderBy=Descending' -d '{"DateFrom":"2018-01-20 13:45:03.5200000 +02:00","DateTo":"2024-04-27 13:45:03.5200000 +02:00","WalletId":123456789012,"SubTypeIds":[22,25,30],"AmountFrom":0,"AmountTo":2000}'

ENDPOINTS