I\'m developing an application in rails, my problem is that now with the new design of PayPal\'s screen, when it redirects the client to my web page to notify him if the transaction has been done corr
I am using Paypal buy now button on my website. For testing purpose I am using paypal sandbox account. The problem is when I click on buy now button, it takes me to sandbox sign in page when I have no
i want to charge a one time fee from the customers of my website so i am using Paypal buy now button but the problem is customer have to enter shipping details as well whereas in my case there is not
Here is my request: Array ( [METHOD] => CreateRecurringPaymentsProfile [VERSION] => 69.0 [PWD] => 1314109393 [USER] => redhot_1314109355_biz_api1.gmail.com [SIGNATURE] => AFcWxV21C7fd0
I am try开发者_StackOverflow社区ing to integrate Paypal with one of the registration forms in my site.
I am trying to get the transaction info of paypal transaction that is passed to our website when customer is redirected to our website.
I\'m using sandobx to test my mas开发者_JAVA百科spay code. I make everything like in docs: https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_MassPayUsingAPI#i
I have paypal sandbox account. Everything works fine for single payments - I set business=test@gmail.com and make a payment using ..._biz@gmail.com account which was created under \"Test Accounts\" me
I\'m using Paypal Sandbox to test IPN, which is successful but it isn\'t updating my MYSQL database.How can i change the code below so that when Paypal sends IPN to my website it updates the mysql dat
I\'m working with Ruby On Rails 3, and I would like to do the following, but from the code behind: <% form_tag \"https://www.sandbox.paypal.com/cgi-bin/webscr\" do %>