I am getting the following error when I run the charge API.
Exception when calling TransactionApi->charge:
/API/PaymentController.php:243:
object(stdClass)[487]
public 'errors' =>
array (size=1)
0 =>
object(stdClass)[486]
public 'category' => string 'INVALID_REQUEST_ERROR' (length=21)
public 'code' => string 'NOT_FOUND' (length=9)
public 'detail' => string '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.' (length=160)
Square Community