Paysafe 3D Secure 2 API问题

时间:2019-09-06 19:01:45

标签: .net paysafe

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

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

},函数(deviceFingerprintingId,错误){...});

还使用以下方法在后台服务实现中测试API函数 https://api.test.paysafe.com/threedsecure/v2/accounts/{{account_id}}/authentications让我得到了这个答复:

{
"liveMode": true,
"error": {
    "code": "5269",
    "message": "Merchant configuration not found",
    "details": [
        "No merchant configuration with merchant account id 1001290230 found."
    ]
}

}

我是否需要根据要求指定测试模式或其他内容? 如何正确使用此新改进?

PS:我正在使用测试模式,并且我的商家ID在我的测试帐户中。

谢谢。

1 个答案:

答案 0 :(得分:2)

您的帐户是否启用了3DS2? 我的旧帐户不是,所以我不得不请支持团队这样做。