我正在将Sofort集成到我的项目中,我已经安装了API,现在我需要测试过程的API凭据才能进入我的配置,如下所示:
/**
* API-Key as provided in user account on sofort.com
*
* @var string
*/
protected $_apiKey = '';
/**
* Complete Config-Key as provided in user account on sofort.com
*
* @var string
*/
protected $_configKey = '';
我如何通过使用Sofort创建帐户来尝试获取开发人员测试密钥,但它没有显示任何API部分。