Answer

Aug 18, 2006 - 08:17 PM
What payment processing system are you using? Verisign Pay Flow Pro has an undocumented feature that you can call tech support to turn on the allows you to assign a unique number to the transaction ahead of time and they will not process a transaction with that number twice. I think they call it "duplicate detection".
Otherwise you may consider doing something similar in your app: Create a unique ID, put it in a hidden field on the form, write it to the database on submit, but check first to see if it has been written to the database before you actually run the credit card.
Otherwise you may consider doing something similar in your app: Create a unique ID, put it in a hidden field on the form, write it to the database on submit, but check first to see if it has been written to the database before you actually run the credit card.
Add New Comment