It seems that Paypal limits what what information can be retrieved by the paypal IPN php file after the user pays. I want users to be able to make an username and password that they will use to log in
How can I manipulate the code so that the return value is sent to my thank you page (www.website.com/thankyou.php) instead of the root homepage, while keeping everything else intact? The code 开发者_运
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I\'ve been pulling my hair out going through the Paypal documentation maze. My question is开发者_开发问答 simple. Is it possible to instigate a refund via an API call with web payments standard?
When you click the Express Checkout PayPal button on any webshop, it redirects you to a spesific paypal login link, for paying the order.
First time on here, am having an issue with a website I am writing in php.I am trying to get Paypal to accept a single payment passing it the values below.I used their Create Button tool, and added a
I am trying to implement Paypal IPN but it never reaches the url I\'ve set. I\'ve written a script to log visits to this url and all I get are my visits.
When I add the PayPal API to my iPhone application, I\'m seeing the following errors: \"_xmlNodeListGetString\", re开发者_运维技巧ferenced from:
I\'m trying to find the PayPal IPN HTML variables that I would need to set up recurring payments where the first payment is different that the recurring payments. I\'m really unclear as to whether sub
What are the private key, Your Public Certificate etc etc of P开发者_StackOverflow中文版aypal payment standard. I cant get these things creating sandbox test accounts?