-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
is it possible to send money using paypal API to any paypal account (not just to API credentials owner). I know that it's possible to do that using IPN, but I need to use SOAP.
many thanks
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
I used paypal sandbox to test my code and my ipn is working. but
Now i need to go to original paypal account. My confusion is in sandbox we make buyers and sellers account. and we get [email protected] like seller account. is it needed in original account?
if needed how to make it…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
PayPal IPN sends a notification to your script directly. Since the notification is coming from PayPal - NOT the customer that placed the order - My Login session doesn't exits this context .Therefore,all my login data doesn't exist in the session.I need my login session values to update my DB…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
Before going live I try to test the paypal process against the paypal sandbox mode, but after the summary of what the user is going to pay on my website(buy now button), the link does not redirect to a paypal summary of the prder but ask the user to connect to paypal. Even after logging into the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Although the HTTP spec says that headers are case insensitive; Paypal, with their new adaptive payments API require their headers to be case-sensitive.
Using the paypal adaptive payments extension for ActiveMerchant (http://github.com/lamp/paypal_adaptive_gateway) it seems that although the headers…
>>> More