paypal

PayPal IPN - minimum fields required for a purchase button?

I am using "buy it now" PayPal buttons but I DO NOT want to use the previously saved buttons on my PayPal account, I want to create a custom form that has a submit button. However, I need to know which fields are the minimum required ones for a form. I thought it would be something like this <input type="hidden" name="cmd" value="_s-xcl...

PayPal: IPN and PDT scripts working together and simultaniously

Hi, I am working on integrating PaylPal as a payment module in my webshop. I use PHP and Mysql. After a payment has been made with PayPal the customer is redirected to my webshop. At that time my IPN en DPT scripts are called simultaniously. I do that because sometimes IPN has a (tiny) delay. I don't want my customer to wait for the IP...

Format a PayPal account to not take e-checks?

How do you configure a paypal account to NOT accept e-checks? Is this something that I adjust in my PP panel or can I send it in code when I make my "Buy Now" buttons? ...

Can a PayPal transaction include a third party?

The situation is as follows: there's a website that connects sellers and buyers, like Ebay. Among other things the owner of the website needs to know the details of each transaction initialized from there. Essentially I am looking for a payment method that returns a digital receipt. Is it possible to do something like that with PayPal?...

PayPal transaction in mobile app

I want to develop a mobile app that allow user to finish PayPal transaction without redirecting to web browser, all stuff (login, paying, etc) are done in app itself. I don't know how to perform PayPal login in the app, almost all examples on internet are redirecting to paypal site to finish login. Is there a way to perform login witho...

Make Transactions with PayPal and PHP

So I have a basic form for the users Name, Email, Address, and Gender. At the end is a normal Submit button and the Form's action is a file called register.php which uses POST. It then does a standard check to see whether the information entered was correct. But now I want to integrate PayPal payment into it. Now, if you can head over t...

Using Paypal IPN for subscription-like purchase

I'm trying to integrate paypal in a php website but I'm not sure how to use IPN.. or if IPN is the right choice. In general, for $8 a user can post something for 30 days. After 30 days their posting will expire. For this I will need to insert into the database the date the user made a payment. Is this possible with IPN? If yes, can som...

Insert Paypal payment date in database with PHP

I'm not sure how to go about doing this.. I want to add a Paypal "buy now" button on my website and when a user pays I want to save the date they paid into the database using mysql. How would this be possible? ...

Paypal Integration

HI, can any one guide me to integrate paypal with php? ...

Using paypal pro for repeat nonrecurring charges

Is there anyway to use paypal pro to allow a customer to make repeat purchases without setting up a recurring payment. The use case is a customer who does not have a paypal account enters payment info once for a purchase. When they return to the website, it would be nice if they didn't have to enter payment details again. This is poss...

Any other money transaction methods Except Paypal For In-App purchase-iphone

Hi!!! I want to know the Transaction methods for receiving money from user for selling application or contents within the another application(in-app purchase). I know paypal is provide the library for this kind of money transaction within the application. I want to know any other money transaction method is possible for in-app purchas...

PayPal custom payment page HTML

I really hate to bring such a basic question to the table, but a client of mine wants to tweak to the donation process on their website. After clicking the Donate button on the site (which is just a button; no dropdowns or anything), the user will be taken to the payment page, where they will be able to choose from among 4 different sug...

Setting Up a Simple Retreat Registration w/ PayPal API and PHP

So I'm running out of time on this project and I posted here in hopes that someone can help me. Backstory There's a church retreat coming up and I'm in charge of making the website. The Meaty Info On the site there's a simple registration form on the page that has some basic information (I have to add fields for Location, Phone Numbe...

Paypal integration with Google application engine-python

Hi all, I have to integrate paypal with my application which is built on app engine patch with python. I searched over the web and found some issues reported in paypal integration with google application engine like here: http://groups.google.com/group/google-appengine/browse_thread/thread/9059b0750c45703b/b1d0611dd4b04273 There is ...

Paypal Integration

Can any one guide me how to integrate a PHP page with Paypal? ...

Redirect/POST Form Data to Site After Inputs are Validated in PHP

So I have a retreat registration form that is hooked up to PayPal. Now, before I hooked it up to PayPal, I setup code in PHP to go through and check if each field was valid and sanitize them properly. After that, it would add this person to a database. Now, what I wanted to happen after that is for it to redirect the user to the PayPal ...

Does email address has a Paypal account?

Is there an easy way (API) to find out if a user has a Paypal account or not? Thanks ...

Format PayPal array nicely in PHP

I have an array returning like this from PayPal: Array ( [responseEnvelope.timestamp] => 2010-09-07T23%3A06%3A33.737-07%3A00 [responseEnvelope.ack] => Success [responseEnvelope.correlationId] => b9d9ca4f54f44 [responseEnvelope.build] => 1437064 [estimatedAmountTable.currencyConversionList(0).baseAmount.code] => USD ...

Is it possible to use the PayPal API Web service to process Website Payments Standard payments?

I already have the HTML form method implemented but it's very slow encrypting the form data and redirecting to PayPal & an unencrypted form is not an option. What I would ideally like to do is something similar to how Google Checkout Integration works. Connect to the PayPal web service, send across the contents of the basket and then re...

Which payment method do I need to use for PHP PayPal API?

Hi Guys, I need to setup a payment method on my website that allows a certain user to pay another via two email address'. So essentially, user1 comes to a page, downloads an invoice and has the option to pay that invoice using a link which redirects to paypal with the prefilled details i.e. payeremail, receiveremail, amt, currencycode. D...