问题
$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.
来源:https://stackoverflow.com/questions/49444572/where-does-sandbox-payments-listed