kellymeeks Posted June 10, 2003 Posted June 10, 2003 I've got a client using payflow link, and I've run into a interesting problem. I'm hoping I just don't have something configured correctly. If you go thru the whole process, and you click on the 'Confirm Order' button, it takes you to the Payflow Link screen that tells you if your order is confirmed, declined, etc. If it is confirmed, and the user doesn't click the confirming button at the bottom of the screen - their card is charged, an oscommerce never records the order, because as far as it's concerned, it never gets finalized. What should be set in payflow link to prevent this? I currently have the return url with a post method as http://www.mysite.com/catalog/verisignreturn.php Are there correct settings for : silent post url force silent url post confirmation failed silent post return url that will correct this? Please help! Quote
Spinlock Posted June 10, 2003 Posted June 10, 2003 According to their documentation putting the same URL for silent POST should post the same information that they have on their screen to the URL you place in the manager.verisign.com interface. This should save the order for you correctly. I havent' tested this though. Quote
delishus Posted June 18, 2003 Posted June 18, 2003 Kellymeeks Did you ever find a solution to your verisign problem? I'm also setting up a Payflow Link system and having the same problems no matter what set up I use in the verisign manager. Can you point me in the right direction if you get an answer. Thanks Del Quote
Apex Posted June 24, 2003 Posted June 24, 2003 we've ran into the same problem as well. OSC doesn't have the record but the customer gets charged. We have to call the customer and get the order information. Is this a easy fix we all missed? Quote
delishus Posted June 24, 2003 Posted June 24, 2003 So far I've just put a strong message in the button "You must click here to complete your order". I'm also working on a way to just authorize the card and then charge before shipping. Check out my other forum entry and see if this would be useful. http://www.oscommerce.com/forums/viewtopic.php?t=48972 Del Quote
delishus Posted June 24, 2003 Posted June 24, 2003 Actually if you put checkout_success.php in the return URL and verisignreturn.php in the silent post URL it records the order to the database whether the ustomer clicks the final button or not. Del Quote
delishus Posted June 24, 2003 Posted June 24, 2003 Actually if you put checkout_success.php in the return URL and verisignreturn.php in the silent post URL it records the order to the database whether the ustomer clicks the final button or not. Del Quote
wsg Posted June 30, 2003 Posted June 30, 2003 Thank you sooooo much! I have been experiencing that problem as well and it is so frustrating. This solution works! Three cheers for Del! Quote
Guest Posted July 21, 2003 Posted July 21, 2003 Problem: All my silent posts are working just fine, BUT when the AVS fails (security features) the payment gets voided... but the user believes that the service was accepted and the account goes through and I get the order. According to verisign... Solution ID: vs4426Solution Title: Transaction approved but voided: Payflow Link Goal: Transaction approved, then automatically voided Resolution: Reasons for transactions being automatically voided after transaction was approved: 1) Check the Address Verification Security (AVS) settings located under Payflow Link Info in VeriSign Manager. The setting may be set too sensitive. See Solution: vs10630 for more information regarding AVS. 2) Check the Silent Post URL field to verify if silent post feature is being implemented. See Solution: vs9363 for more information regarding Silent Post. 3) Check the Failed Silent Post URL field to verify if failed silent post is being implemented. See Solution: vs9363 for more information regarding Silent Posting failing. Is there a solution for this? About 1 in 10 of my transactions are being voided because of the AVS check (we validate the zip code as the billing zip code). This is an important security feature and I would hate to lose the feature as it reduces chargebacks. As an example, today I had a customer place the order at 7:17:48 and it recorded the sale, and then the sale was voided at verisign at 7:17:52. I show a completed order, but in fact I haven't been paid. Quote
sokkerbob Posted July 21, 2003 Posted July 21, 2003 Ok, what the problem is that the verisignreturn.php script as it is written updates the shopping cart when it receives a silent return from verisign. This includes even when the credit card is denied. The original author of script expected us to hit the return to site button which would only occur if the transaction was approved. Since we are using the silent return method which sends data even if the transaction is denied, you need to add an if clause that keeps script from executing if the card is denied. Check out this thread. http://www.oscommerce.com/forums/viewtopic.php?t=47399 FYI the reason i check for the variable "result" to be 0 is because according to their documentation this in only code that is used for an approved transaction. Quote
jameslong Posted November 12, 2003 Posted November 12, 2003 Hi All, I have implemented verisign payflow link and almost everything is ok, however there is one problem. After the payment is processed and the customer clicks on the button to return to shopping on my site, they have to log back into the system which is not a good thing. Does anyone know a way to stop the customer from being logged out when returning to the site after the payflow link payment? I have set the following up in the payflow link manager: Return URL: https://secure.mydomain.com.au/checkout_success.php Silent post URL: https://secure.mydomain.com.au/verisignreturn.php Any assistance or ideas are appreciated. Regards, James Quote Don't forget to check out http://wiki.oscommerce.com/Top for OsCommerce support documentation
Kohn Posted December 13, 2003 Posted December 13, 2003 Hi Everyone, I have similar problem with Met00. It seems that whenever the customer leaves from the confirmation page onto VeriSign's website, the verisignreturn.php is updated, or for whatever reason, the order is complete. This is regardless if the credit card is declined or approved, or if the customer clicks the continue bottom. I also do not see silent post URL in the who's online page. What could be the problem? This is really important and I hope somebody can help. Please. Thank you. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.