paypal-api

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...

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? ...

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...

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...

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...

PayPal CreateRecurringPaymentsProfile required fields

In my CreateRecurringPaymentsProfile request I don't sent any address information, and still get "success" response from paypal sandbox server allthough in API documentation these fields are marked as required: https://cms.paypal.com/us/cgi-bin/?&amp;cmd=_render-content&amp;content_ID=developer/e_howto_api_nvp_r_CreateRecurringPayments#i...

Is there an option to enable recurring payments in iPhone framework of PayPal?

Hi All, I am creating an iPhone app, Where I need to use PayPal framework for billing the user for purchasing some kind of service. But I need the bill the user on monthly basis. Is there any option to enable recurring payment option in the framework? Please help me Regards ypk ...

How to delay payment like Groupon with payment APIs (e.g, PayPal, Amazon)?

We need to mimic Groupon style payment, where users enter a credit card but aren't charged unless some trigger event occurs. (No, this isn't for another deal site.) Which payment APIs are best suited for this? PayPal? Amazon? We want to offload as much of the payment processing as possible. Ideally, we don't store credit card infor...

Can you cancel a PayPal automatic payment via API? (Subscription created via Hosted button)

Can you cancel a PayPal automatic payment via API? It's a "Subscription" created via Hosted button. I have the "Automatic payment number" and the "Transaction ID". ...

Why doesn't my WWW::Mechanize submit a PayPal form work?

Nothing I've tried can get my code to submit correctly. Can anyone else figure this out? #!/usr/bin/perl use WWW::Mechanize; my $user = '[email protected]'; my $pass = 'hackswipe'; # Test account; don't worry my $browser = WWW::Mechanize->new(); $browser->get("https://www.paypal.com/"); $browser->form_with_fields("login_e...

Step-By-Step To Create A Checkout Form (PHP) Using Paypal Sandbox

Good day, everyone! Currently I'm working with my school project. I need to create a checkout form using Paypal and the website is written in php/apache/localhost. After a little research I know that we can use Paypal Sandbox (not the real paypal) to simulate payment. But I've no clue how to do it. I've read some tutorial, but just make...

How to get a user's PayPal account using the PayPal API?

My application needs to pay some users regularly and automatically via PayPal. I'm planning to do this using Adaptive Payments APIs. To use the API I need to know the user's PayPal account. Of course I can simply ask the user for his account name, but without validation it's quite possible that he will make a typo or some other mistak...

Paypal checkout and mass payment integration with cakephp

I'm dealing with a problem when starting with a project evolving cakephp and paypal. I never used paypal in my life and I have a lot of questions about it. I want to know if any of you have ever seen a really starter tutorial to paypal development and a good cakephp plugin to perform this. The project consists of a payment system by cre...

Additional PayPal IPN options not working?

I'm trying to pass some additional variables to PayPal IPN... it says it should accept these varaibles. I'm putting these hidden elements in the form: <input type="hidden" name="address_country_code" value="xxxx" /> <input type="hidden" name="first_name" value="xxxx" /> <input type="hidden" name="last_name" value="xxx" /> <input type="h...

Flow for: fill form, make paypal payment, create account

I've implemented a paypal transaction before but this one has a twist that I'm not quite sure what's the best way to handle it. The basic idea is I want to create an account for the user when he provides some details and makes a payment via PayPal. Until BOTH the user details are filled out correctly AND the payment is made correctly, ...

how to accept both credit cards & paypal from one page? guest checkout?

i have a site that i am developing, and the customer wants to use Paypal for all of their transactions. i implemented Express Checkout, but noticed that there is no immediate way to enter a credit card. i am looking to forward the buyer to the paypal page that features text fields for credit card entry on the left, and for the abilit...

New appstore Review guidelines issue

Hello, I need some help for iphone application,i have some question regarding the new iOS development guidelines. Please take a look here first. http://www.scribd.com/doc/37160656/App-Store-Review-Guidelines-App-Store-Resource-Center The point 11.1 & 11.2 states below are the points on which i seek more clarifications. 11.1 Apps that...

Charge to an existing paypal profile (not recurring profile)

Given that a user has made a purchase in our online store through payments pro (using API) - how, the next time the user comes to make a purchase, can we display to the user a credit card of theirs to choose from for the new purchase? This would be instead of making them provide the credit card details again. Once the user selects the cr...