首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >网络源错误,安全数据: UsernameToken身份验证失败

网络源错误,安全数据: UsernameToken身份验证失败
EN

Stack Overflow用户
提问于 2014-06-30 06:31:30
回答 1查看 8.9K关注 0票数 2

我正在使用网络资源进行信用卡支付。

为安全数据创建了用户名令牌,并创建了测试帐户

执行时

代码语言:javascript
复制
    self.response = self.client.service.runTransaction(**options)

获取错误

代码语言:javascript
复制
    Server raised fault: '
    Security Data : UsernameToken authentication failed.
    '

提前谢谢

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2014-07-01 04:23:28

我拿到了.

只需生成事务安全密钥并将生成的密钥作为密码。能够成功地连接。

创建键的步骤

代码语言:javascript
复制
Using a web browser, navigate to the CyberSource Enterprise Business Center (EBC) Test Environment login page
Log in using a username with Administrator credentials
Click Account Management from the menu bar on the left side of the screen
Click Transaction Security Keys In the expanded sub-menu,
Click the link, Security Keys for the Simple Order API on the Transaction Security Keys page
Click Generate Key

At this point you may see a pop-up dialog box asking if you want to block dynamic content on the page. Select No if this dialog box appears.

Click Generate Certificate Request when it appears (it may take a few seconds to load)

When the key generation script is done, a dialog box will appear which asks you to select a location on your computer where the new security key will be saved.

Save the key (the naming convention is <your merchant id>.p12)
Deploy the key to your system
票数 4
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/24484119

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档