Questions tagged [paypal-buttons]

anything to do with paypal's variety of buttons

Some Useful Links:

Related Tags

135 questions
0
votes
1 answer

PayPal Buy button without 'Pay with a Card' option

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…
yura
  • 169
  • 4
  • 10
0
votes
1 answer

Create Installment Button

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…
Till
  • 1,107
  • 12
  • 28
0
votes
4 answers

Paypal checkout opens on a separate tab - how to change this?

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…
ventus
  • 1
  • 1
0
votes
1 answer

PayPal donate button not submitting/redirecting properly internet explorer 8 and 9?

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…
0
votes
1 answer

Can I remove the paypal IPN on a per button basis

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…
0
votes
1 answer

Paypal 'Pay now' button with contact form in wordpress

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…
Kishor Kumar
  • 543
  • 1
  • 12
  • 33
0
votes
1 answer

Paypal not adding shipping value to total price

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:
patricia
  • 1,075
  • 1
  • 16
  • 44
0
votes
1 answer

"We were unable to decrypt the certificate id" - Paypal EWP asp.net c#

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…
Jonny C
  • 581
  • 3
  • 8
0
votes
1 answer

Paypal Donation button doesn't work

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…
ignu5_
  • 27
  • 8
0
votes
0 answers

How to ensure idempotency when using PayPal Buy Now button

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…
Andrej Slivko
  • 1,236
  • 2
  • 12
  • 27
0
votes
1 answer

Paypal can't detect mobile devices on checkout

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,…
enenen
  • 1,967
  • 2
  • 17
  • 33
-1
votes
1 answer

Does a second call to Paypal button JS SDK createOrder method result in two orders?

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…
Dom
  • 2,980
  • 2
  • 28
  • 41
-1
votes
2 answers

PayPal integration inside site for different accounts

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…
SharkTheDark
  • 3,089
  • 4
  • 24
  • 29
-1
votes
1 answer

Paypal send variable back to my system instead of value

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:
user43755
  • 1
  • 3
-1
votes
2 answers

Donate button option

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.
1 2 3
8
9