我尝试使用用户rest API创建新用户。
我正在使用以下SDK作为我的NodeJS应用。
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
是什么原因?
答案 0 :(得分:1)
用户名对应 clientId ,密码为密码。您订阅时应该通过电子邮件收到这些信息。