如何获取Sofort测试的API凭据

时间:2017-06-05 20:28:00

标签: api configuration payment

我正在将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部分。

0 个答案:

没有答案