Where does sandbox payments listed?

2019-08-30 06:14发布

问题:

$result = $transactions_api->charge($location->getId(), $request_body);

$result has been successfully charged using sandbox, where can i find them through dashboard?

Please help...

回答1:

Sandbox transactions are not visible in your Square Dashboard. The way to view sandbox transactions is to call the ListTransactions endpoint with your sandbox credentials to get a sandbox transaction report. Only live transactions will be visible on your Square Dashboard.

Feel free to visit our Developer Doc for more information on Testing with the API Sandbox.