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...
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?
...
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...
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...
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...
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...
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...
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/?&cmd=_render-content&content_ID=developer/e_howto_api_nvp_r_CreateRecurringPayments#i...
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
...
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? It's a "Subscription" created via Hosted button.
I have the "Automatic payment number" and the "Transaction ID".
...
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...
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...
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...
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...
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...
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, ...
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...
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...
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...