Questions tagged [paypal-buttons]

anything to do with paypal's variety of buttons

Some Useful Links:

Related Tags

135 questions
0
votes
1 answer

Are IPN updates necessary for PayPal buttons?

We received a notification from PayPal that ipn verification needs to be updated to https. https://www.paypal.com/au/webapps/mpp/ipn-verification-https But we only use PayPal buttons generated from the PayPal website with some added drop down…
larry909
  • 145
  • 8
0
votes
1 answer

PayPal options os2, os3, etc. do not appear in transaction details?

My first two options are being passed to the transaction details without a problem. The phone and address. For the rest of the options only the title (on2, on3, etc) pass to the details. The value (os2, os3, etc) come through as N/A.
Mike Boory
  • 187
  • 1
  • 2
  • 11
0
votes
1 answer

Paypal HTML buttons for Installment Plan gives error when payment cycles are more then 4

I have created a HTML button for installment plan. Everything works good until the payment cycles increases to 4 or greater then 4. It throws the following error: Only four payment cycles are allowed in installment plan Also there were no variables…
hashtagerrors
  • 239
  • 4
  • 22
0
votes
1 answer

Creation of Paypal encrypted button returns the error 11945 invalid country and locale combination

I am implementing the creation of encrypted Paypal buttons using their Button Manager API. Despite all my efforts I am facing the error 11945 The button country and language code combination specified is invalid.. First I tried to implement the…
Gaim
  • 6,734
  • 4
  • 38
  • 58
0
votes
1 answer

How to cancel / prevent PayPal's checkout modal from popping up before a condition is met?

I'm trying to get PayPal's Server Side REST to work. Here is the form I'm working with: What I want to do is to prevent / cancel the payment if either amount or email fields are blank. According to docs, payment() is called after the button is…
Alex Lomia
  • 6,705
  • 12
  • 53
  • 87
0
votes
1 answer

"Create Paypal button" interface

When I try to create / modify a "Paypal button", I always arrive on a page that: Looks the same as 10 years ago Recommends to use "Internet Explorer 7 (!), Firefox 3 or Safari 4" for best results In this button creation page, I cannot find how to…
Basj
  • 41,386
  • 99
  • 383
  • 673
0
votes
1 answer

'Note to seller' not available with PayPal button

I have a PayPal button where cmd = _xclick. I have no_note set to 0, and in Sandbox there was a 'Note to seller' option. However, we've just launched and there's no note field. How can I enable it? Bonus points if you can make it open by default :)
Steve Taylor
  • 1,871
  • 4
  • 16
  • 18
0
votes
2 answers

Paypal Donation Button in asp.net page

I've created a paypal donation button from paypal business account with all default setting. I copy paste the html into my asp.net page, and it looks fine. The problem is when I click on the button simply nothing happen. Is this because I'm still on…
Mazdak
  • 771
  • 2
  • 11
  • 24
0
votes
1 answer

_xcart not working properly on Paypal payment form "Your shopping cart is empty"

After weeks of trying to get my Paypal payment form to show a list of the items, I have finally stopped the error messages with my code but when I click on the "buy" button and get taken through to Paypal, Paypal says that my shopping cart is empty…
ck777
  • 161
  • 1
  • 1
  • 20
0
votes
1 answer

PayPal button return url usage

I've got a PayPal html button on my site which should return back to my website with data. My understanding is that there's a return url (with a return method) and a notify url which can do this. The notify url requires an IPN listener which seems…
Slayer0248
  • 1,231
  • 3
  • 15
  • 26
0
votes
1 answer

How to pre-populate phone in paypal checkout?

I am trying to pre-populate all the fields in the paypal page, but the phone is not populating. Here is my code:
yanko-belov
  • 503
  • 2
  • 6
  • 15
0
votes
1 answer

Relation between payment made with createbutton api and ipn message

Our customers sends their requests for our products via email. Their requests are saved in our database and after we check their requests, we want to send them an email which contains the paypal payment link. To execute this, I am using…
Jesse Guetta
  • 15
  • 1
  • 4
0
votes
0 answers

Paypal Buttons Behaving Differently based on Email Program

I am using paypal buttons created with the paypal Button creation tool. The button is embedded in an html email, sent to a user. If I open the email in its native email program (yahoo, gmail, etc.) - the button redirects to the correct page and…
0
votes
1 answer

PayPal 'Buy Now' button option - how to access?

I am adding a PayPal "Buy Now" button to a web site using code supplied by the PayPal developer site. It's possible to have options, for example garment sizes, XL,L,M,S... I see how to set up the button so the user can make a choice, but how do I…
0
votes
1 answer

Paypal buy now button places payment on review

I am using paypal buy now button to accept payments. But after the payment is made by someone it is held under review. I want to be able to accept payment automatically. I have already tried using paymentaction variable and getting error "Unknown…
1 2 3
8 9