I created a simple html form and put there a 'PayPal Buy Now' button: http://fortesting.edgework.com.ua/muzyka/price/popup.php. But when I press it, I see only 2 options:
Pay with my PayPal account.
Create a PayPal account.
But I want to give my…
We want to create an installment plan button using the button manager SDK, but we are getting this error message:
'ShortMessage' => 'SignUp for the Enhanced Recurring Payments package required.',
'LongMessage' => 'You need to have PayPal Business…
I have found that the Paypal generated buttons is a very good solution for my wife's website. However, whenever someone presses on the "add to cart" button, he/she is taken to a separate Internet Explorer tab. That's fine. However, if they chose to…
At http://dev.respectfulrevolution.org/you we have three PayPal donate "buttons"/forms that all work fine in all tested browsers except for IE8 and IE9. Instead of PayPal redirecting you to the appropriate donation page, it redirects you to the…
We currently have a bookings system on the site that uses the IPN. We also have a couple of Paypal buttons for Paypal gift certificates.
When someone purchases the Paypal gift certificates the booking script receives the IPN and doesn't know what…
I'm trying to build a form in wordpress with few contact details like name, phone, email, amount and then 'pay now' button. Checked with few plugins but no use. I tried integrating with CF7 but I got only paypal ID and without paypal button code, I…
I'm implementing an ecommerce application and one way of paying is with paypal and there's shipping values for when total is under a certain value. When this happen I put in my paypal payment button an shipping value wich is like this:
I have been trying for a while now to get this working.
I'm using source code from here... https://github.com/axefrog/XMerchant
I have uploaded a pub key to Paypal to generate a certificate in my sandbox account. I am passing the cert id into the…
It works fine for me using chrome, and a buddy using FF says it works as well. Doesn't work on IE at all. All I did was copy / paste the button code from paypal and put it into my footer. Page I'm getting says: Error Detected; Some required…
I'm using PayPal's Buy Now buttons to sell items. I want to prevent users from buying same item twice. I have unique combination of item id and user id and I want to use combination of those as an idempotence token that would be sent to PayPal.
I…
I'm using PayPal Payments Standard. On the x.com it says:
Mobile PayPal Payments Standard (MPPS) is based on PayPal Payments
Standard (PPS). PPS the easiest way to integrate a PayPal payment flow
into a website, and once integrated into a website,…
If you create an order id, and then create a button adding the order is like this:
paypal.buttons({
createOrder: function(data, actions) {
return orderId;
},
.
.
}).render('#my-paypal-container');
Then create a second order…
I'm building simple selling site where any user ( seller ) can upload photo and sell it to other users ( buyers )
Seller needs to write his PayPal account when he register, so when buyer order image he get transferred to paypal site, even if he…
I would like to check customer's username after they have paid in paypal system (IPN). And I found the solution. That's PayPal button sending custom variable through IPN.
This is my code that I've added in paypal button:
We already have a Donate button on our site. Now we want that button to bring up 2 choices of which fund the donation will go to. GENERAL FUND or BUILDING FUND. Is this possible and if so, how? We're not programmers.