Is there any way to test my paypal account without making any payment. ( I am using paypal IPN for database updation)
Please help me.
Check out http://www.paypaldev.org. There is an IPN tester somebody made, but I forget the URL. It's a .uk site. Or, you can use a second paypal account to test and just refund all the tests since it'll refund the fees too.
In PAYPAL, after my payment is success and when i click "continue Button" Then an error message comes "Method not allowed for the URL".
Why this error comes. I am using notify_url for database updation
Here's a small tip... don't use the forward to update the database... once they make a sucessful payment, ipn will send you data. Have all DB code work from the IPN code.