4 posts / 0 new
Last post
cobyzeng7822
Partner Reporting API doesn't return any transaction in Sandbox

Hi Payeezy team

I would like to check the transactions that are made during our testing in Sandbox. I don't think there is a user interface for me to see those transactions so I have used the Partner Reporting API to query, but it didn't return any result. Below is what I received:
{
"fields": null,
"metrics": null,
"offset": 0,
"rows": null,
"dimensions": null,
"search_terms": {
"merchant_id": "3176752955",
"txn_type_indicator": "S"
},
"total_element_number": 0,
"start_date": "20160101",
"end_date": "20160330",
"limits": 10,
"sort_by": null,
"transactions": [],
"column_headers": null
}

Is it because it's the sandbox environment?

How and where can I check the transactions for Sandbox testing?

When it goes live, is there an UI for the merchant to check the transactions?

Regards,
Coby


rohitrajagopal3538
Re: Partner Reporting API doesn't return any transaction in...

Coby - please use the Search for Events API (https://developer.payeezy.com/payeezy-api/apis/get/events) to retrieve old transactions. The partner reporting is not the right one for this.

In live, the merchant will definitely have a UI to search for transactions.

Regards,

Payeezy team


cobyzeng7822
Re: Partner Reporting API doesn't return any transaction in...

Thanks. I have got another question: are the date and time used and returned by events api UTC times?


rohitrajagopal3538
Re: Partner Reporting API doesn't return any transaction in...

Coby - It is in Eastern time (UTC-5:00)

Regards,

Payeezy team