gpt4 book ai didi

.net - Payflow Pro .Net SDK (Payflow_dotNET.dll) 缺少查询交易命令的 CUSTREF 选项

转载 作者:太空宇宙 更新时间:2023-11-03 16:31:51 25 4
gpt4 key购买 nike

我怀疑它只是从 Payflow_dotNET.dll 库(我检查了 4.50 版)中丢失了,但想看看是否有其他人注意到您不能将查询交易命令与 CUSTREF 一起使用。他们的SDK documentation在第 39 页引用它。

我认为您不能只使用 CUSTREF 代替 ORIGID 参数,但也许其他人在这方面比我更有经验。

最佳答案

在随 SDK 安装的示例中,它们在 DOInquiry.cs 中展示了如何进行。它涉及使用该 CustRef 创建发票并将其传递。

// To use CUSTREF instead of PNREF you need to set the CustRef and include the INVOICE object in your
// request. Since you will be using CUSTREF instead of PNREF, PNREF will be "" (null).
// Create a new Invoice data object with the Amount, Billing Address etc. details.
Invoice Inv = new Invoice();
Inv.CustRef = "A54321";
InquiryTransaction Trans = new InquiryTransaction("", User, Connection, Inv, PayflowUtility.RequestId);

关于.net - Payflow Pro .Net SDK (Payflow_dotNET.dll) 缺少查询交易命令的 CUSTREF 选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22361844/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com