没有返回ccauthReply_paymentNetworkTransactionID作为响应

问题描述

我正在尝试测试COF / MIT交易。我正在提交一个信用卡请求,并且其firstFirstAuth字段设置为true,并且网关返回了成功的响应。但是,我希望ccauthReply_paymentNetworkTransactionID会填充在响应中,而不是。我发现有一篇支持文章说要使用$ 6102.01,但似乎不起作用。

<requestMessage xmlns="urn:schemas-cybersource-com:transaction-data-1.170">
            <merchantID>go_transverse</merchantID>
            <merchantReferenceCode>E00F9BBD-E579-4F11-9207-9B575124ACC1</merchantReferenceCode>
            <clientLibraryVersion>4.2.3.GA/3.3.6</clientLibraryVersion>
            <clientEnvironment>Mac OS X/10.15.6/Oracle Corporation/1.8.0_181</clientEnvironment>
            <clientApplication>TRACT</clientApplication>
            <clientApplicationVersion>${version.bleep.platform}/1.170</clientApplicationVersion>
            <clientApplicationUser>TRACT</clientApplicationUser>
            <billTo>
                <firstName>Dirk</firstName>
                <lastName>Gently</lastName>
                <street1>123 Awesome Street</street1>
                <city>Awesome</city>
                <state>TX</state>
                <postalCode>12345</postalCode>
                <country>US</country>
                <email>test@example.com</email>
            </billTo>
            <item id="0">
                <unitPrice>6102.01</unitPrice>
                <quantity>1</quantity>
            </item>
            <purchasetotals>
                <currency>USD</currency>
            </purchasetotals>
            <card>
                <accountNumber>4111111111111111</accountNumber>
                <expirationMonth>12</expirationMonth>
                <expirationYear>2022</expirationYear>
                <cardType>001</cardType>
            </card>
            <decisionManager>
                <enabled>false</enabled>
            </decisionManager>
            <merchantDefinedData/>
            <ccAuthService run="true">
                <commerceIndicator>recurring</commerceIndicator>
            </ccAuthService>
            <ccCaptureService run="true"/>
            <afsService run="false"/>
            <subsequentAuthFirst>true</subsequentAuthFirst>
        </requestMessage>
<c:replyMessage xmlns:c="urn:schemas-cybersource-com:transaction-data-1.170">
            <c:merchantReferenceCode>56F6D21E-90B9-4CEB-84F2-BA9695B58109</c:merchantReferenceCode>
            <c:requestID>6033236650446293604008</c:requestID>
            <c:decision>ACCEPT</c:decision>
            <c:reasonCode>100</c:reasonCode>
            <c:requestToken>Axj//wSTRw/6YB+G6JaoABEg3cuWDRu0ZxY8eTUg0miiOF5S5xwFRHC8pc4+kFJT5kEnhk0ky3SA9xYgMCcmjh/0wD8N0S1QAAAA4RBL</c:requestToken>
            <c:purchasetotals>
                <c:currency>USD</c:currency>
            </c:purchasetotals>
            <c:ccAuthReply>
                <c:reasonCode>100</c:reasonCode>
                <c:amount>6102.01</c:amount>
                <c:authorizationCode>888888</c:authorizationCode>
                <c:avsCode>X</c:avsCode>
                <c:avsCodeRaw>I1</c:avsCodeRaw>
                <c:authorizedDateTime>2020-10-21T23:41:05Z</c:authorizedDateTime>
                <c:processorResponse>100</c:processorResponse>
                <c:reconciliationID>79904743EGGITAR4</c:reconciliationID>
            </c:ccAuthReply>
            <c:ccCaptureReply>
                <c:reasonCode>100</c:reasonCode>
                <c:requestDateTime>2020-10-21T23:41:05Z</c:requestDateTime>
                <c:amount>6102.01</c:amount>
                <c:reconciliationID>79904743EGGITAR4</c:reconciliationID>
            </c:ccCaptureReply>
            <c:card>
                <c:cardType>001</c:cardType>
            </c:card>
            <c:pos>
                <c:terminalID>111111</c:terminalID>
            </c:pos>
        </c:replyMessage>

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)