Where does sandbox payments listed?

自闭症网瘾萝莉.ら 提交于 2019-12-11 14:13:42

问题


$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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!