Hi team,
I have a test account and API codes. I am testing it into my application and its working fine.
I want to track all my transactions history into gateway.
I followed the link "https://certtransaction.hostedpayments.com/" provided in mail along with credentials. When I clicked, it redirected to a page as shown in attached image and nothing happened.
How to track my transaction ? Need help.
Unfortunately, there is no reporting interface like there is in Production in our cert/test environment to view your credit card transaction information. However, you can perform a programmatic TransactionQuery method to retrieve these details. More information on this method below. You can also get more details on page 118 of our Express Specification here: https://www.vantiv.com/content/dam/vantiv/developers/Express-Interface-Specification.pdf
TransactionQuery
The TransactionQuery method is used to retrieve transaction information based on Parameters object fields passed in. The ReportingData field will return transaction information in XML format, with a maximum of 1000 records returned.