You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using PHP sdk for authorized.net. Using functions like charging from card, charging saved customer profile.
I want make transactions with saved card within a minutes and was having this error: "A duplicate transaction has been submitted."
I am using PHP sdk for authorized.net. Using functions like charging from card, charging saved customer profile.
I want make transactions with saved card within a minutes and was having this error: "A duplicate transaction has been submitted."
I read this article: https://support.authorize.net/s/article/Error-11-A-duplicate-transaction-has-been-submitted
And saw we can manage it by x_duplicate_window=0 in our request. But in php sdk I dont see any method to pass this parameter.
Need help!
The text was updated successfully, but these errors were encountered: