php - PayPal testing without using Sandbox -


I am developing a website in PHP which accepts paypal payments, it uses IPN from PayPal, Custom payment templates, etc. It works very well through all the Sandbox servers, but when it comes to show to my client, I do not want to ask them to login / launch into the Sandbox account. Create a buyer's account and make a payment - he does not have time for it and probably will not be able to do so.

So, I have a question - is there any easy way I can make my client show PayPal integration in "test mode" without using the sandbox? I know that I can set the transaction value to 0.01 and just test it on the live paypal server but this is not an ideal solution.

Cheers!

EDIT: Just what I mean to explain better, this is my client when he first goes to checkout;

As you can see, after that it must buy the item before entering its sandbox account. User friendly.

Unfortunately there is no way around this problem paypal

  • Use Skype or similar service so that I can actually need to log my sandbox into the demo.

    Can share my screen because I do this work. This solution works quite well, and eliminates the need for additional steps required for them.

  • When I do some work, I want to do a quick demo for a customer and want to take it, I have started using it to allow me to make a quick video of this process It uploads it to my server and provides a URL, I can send the client to see what I did.

Wish I can provide another beautiful solution.


Comments