【发布时间】:2016-04-17 20:06:08
【问题描述】:
我们将不胜感激。
截至 3 天前,我们的网站开始在 authorize.net CIM 交易上随机授权交易两次,其详细信息完全相同。由于这突然出现而我们没有任何改变,我试图设置 duplicateWindow 或 x_duplicate_window 来停止第二笔交易,因为我不知道它来自哪里(它似乎没有关于它何时发生的模式)。
以下是正在发送但似乎不起作用的 xml 示例。再次感谢任何帮助。
<createCustomerProfileTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd">
<merchantAuthentication>
<name>ACCOUNT_ID</name>
<transactionKey>TRANS_KEY</transactionKey>
</merchantAuthentication>
<refId></refId>
<transaction>
<profileTransAuthOnly>
<amount>5.97</amount>
<customerProfileId>CUST_PROFILE</customerProfileId>
<customerPaymentProfileId>PAY_PROFILE</customerPaymentProfileId>
<order>
<invoiceNumber>4032486</invoiceNumber>
<description></description>
<purchaseOrderNumber></purchaseOrderNumber>
</order>
</profileTransAuthOnly>
</transaction>
<extraOptions><![CDATA[x_duplicate_window=10]]></extraOptions>
</createCustomerProfileTransactionRequest>
【问题讨论】:
标签: xml api authorize.net