首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Paysafe 3D Secure 2 api问题

Paysafe 3D Secure 2 api问题
EN

Stack Overflow用户
提问于 2019-09-07 03:01:45
回答 1查看 201关注 0票数 0

我正在将我的网站与3D Secure 2集成,但我不知道如何获取执行JavaScript SDK启动功能所需的信息

代码语言:javascript
复制
paysafe.threedsecure.start("my Base64 encoded single-use API key", {
environment: "TEST",
accountId: "Preferred account ID",
card: {
    cardBin: "The card BIN"
}

},function (deviceFingerprintingId,error) {...});

此外,使用https://api.test.paysafe.com/threedsecure/v2/accounts/{{account_id}}/authentications测试后台服务实现上的应用程序接口函数得到了以下响应:

代码语言:javascript
复制
{
"liveMode": true,
"error": {
    "code": "5269",
    "message": "Merchant configuration not found",
    "details": [
        "No merchant configuration with merchant account id 1001290230 found."
    ]
}

}

我是否需要在请求时指定测试模式或其他内容?如何正确地使用这个新的改进?

附注:我正在使用测试模式,我的商家id在我的测试帐户中。

提前谢谢。

EN

回答 1

Stack Overflow用户

发布于 2019-09-25 19:13:25

您的帐户是否启用了3DS2?我以前的账号没有,所以我不得不要求支持团队这么做。

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/57827318

复制
相关文章

相似问题

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