You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the error that you're getting? A lot more information will be required to troubleshoot your issue. Do be aware that to use Direct connection you also need to be PCI-DDS compliant.
You may also want to clean up you code sample. Try surrounding your code with code tags (3 back ticks ` followed by "PHP" at the beginning and end of your code) 😄
no errors (browser)
no php error logs
no transactions in the portal
thanks for the tip
It might pay to put some echos in your code to see what line it is failing on. It may be further up the chain. Also, are you sure that your sandbox credentials are loaded? test and 123123 won't return you anything. It needs to be the details from your developer sandbox account.
`<?php
error_reporting(1);
require_once DIR.'/vendor/autoload.php';
require_once DIR.'/config.php';
//defined('APIKEY') or define('APIKEY', 'test');
//defined('APIPASS') or define('APIPASS', '123123');
try {
} catch (Exception $ex) {
echo 'Exception: '.$ex->getMessage();
}`
The text was updated successfully, but these errors were encountered: