我正在尝试使用用户rest创建新用户。
我正在为我的NodeJS应用程序使用下面的SDK。
https://github.com/larafale/mangopay
配置如下
{
username: 'bundle',
password: '{my password used when I login to this dashboard}',
production: false
}但我会跟着错误走。
https://www.dropbox.com/s/gjk0l6n6g3glrys/mangopay.PNG?dl=0
原因何在?
发布于 2016-01-10 22:04:54
用户名对应于clientId,密码对应于密码。当你订阅时,你应该通过电子邮件收到这些信息。
https://stackoverflow.com/questions/30673873
复制相似问题