Where does sandbox payments listed?

2019-08-30 06:28发布

$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条回答
贼婆χ
2楼-- · 2019-08-30 07:06

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.

查看更多
登录 后发表回答