PHPでSquare Eコマース決済を試す
https://qiita.com/goofmint/items/c89fc7d711a665cb9d2a
上記のコードを使用し、Squareのsandbox環境でのテストを行なったところ、
ローカルサーバ上では問題なくTransactionオブジェクトのダンプが表示されましたが
リモートサーバ上ではエラーとなります。
Caught exception!
Response body:
object(stdClass)#12 (1) {
["errors"]=>
array(1) {
[0]=>
object(stdClass)#13 (3) {
["category"]=>
string(21) "INVALID_REQUEST_ERROR"
["code"]=>
string(9) "NOT_FOUND"
["detail"]=>
string(160) "Card nonce not found in this sandbox
application environment. Please ensure an application ID belonging to the same environment is used to generate the nonce."
}
}
}
エラーメッセージで検索をかけてみましたが解決せず、
わかる方がいらっしゃいましたらお力添えいただけますと幸いです。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/12/21 01:40
2018/12/25 00:58