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
When the installation is completed, you have two configuration options:
Set the global config: Do this in /config/config.global.php.
Or set your config when connecting to an endpoint. Like this:
usePayNL\Sdk\Config\Config;
$config = newConfig();
$config->setUsername($yourUsername); # Your tokencode$config->setPassword($yourPassword); # Your API token$myRequest->setConfig($config);
Notice: It is also possible to authenticate with SL-code as username and secret as password, except for the endpoints terminalGet, terminalBrowse, transactionStatus and transactionRefund.