ive got no problem wi开发者_高级运维th inserting the transaction after puchased is completed. the problem is how do i update the data.
I have a page with many forms that will send a user to a PayPal page with some preset values. Depending on a value they change, the form will concatenate those into the final \"item_name\" hidden inpu
is it possible to make a payment w开发者_如何学运维ith user\'s paypal balance using Direct Payment? I know that Direct Payment offers recurring payments but I\'d like to use it not only for credit car
I was wondering if PayPal has a payment service which allows the users to enter their credit card details on my site (the user wouldn\'t even be aware they are paying by paypal).I then need to make su
As I\'m currently integrating a paypal layer in my spring based server (that should be usable by multiple clients asking me to implement their webstore):
I own a website selling greeting cards. I had programmers help me build the site, but upon testing, I realised that the PayPal checkout link still points to PayPal sandbox instead of the real PayPal.
I am making a Ruby on Rails app and I need to be able to bill us开发者_Go百科ers. I would like to use either PayPal, credit cards, or both. I looked at Saasy (https://github.com/maccman/saasy) but it
I\'m trying to start with Adaptive Payments by Paypal using SOAP interface. When adding service reference to https://svcs.sandbox.paypal.com/AdaptivePayments?WSDL the following warning is shown by Vis
My problem is that my SESSION variables are being destroyed during the Paypal IPN process. I have successfully written my IPN listener to talk to Paypal and I have no problem manipulating the predefi
I am using the PayPal Pay API, with Adaptive (Chained) Payments. I am trying to forward a user to paypal and afterwards back to my predefined return_url.