$result = $transactions_api->charge($location->getId(), $request_body);
$result
has been successfully charged using sandbox, where can i find them through dashboard?
Please help...
$result = $transactions_api->charge($location->getId(), $request_body);
$result
has been successfully charged using sandbox, where can i find them through dashboard?
Please help...
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.