任何幫助在這裏將不勝感激。Authorize.net CIM API重複交易
從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>