Questions tagged [paypal-buttons]

anything to do with paypal's variety of buttons

Some Useful Links:

Related Tags

135 questions
14
votes
2 answers

Changing the style of a PayPal Checkout Button as an Angular.js component?

How do you set the style option of the PayPal Checkout Button when using it as Angular.js element directive? this.paypal = { // ... style: { color: 'black', shape: 'rect' } } It would seem that the style option cannot be passed in a…
jshbrntt
  • 5,134
  • 6
  • 31
  • 60
6
votes
1 answer

permission_denied error when capturing paypal order with paypal buttons and php

since a few weeks ago I receive an error, when capturing a paypal order. All works fine in the sandbox but not in the production environment. The buttons are rendered correctly and the paypal window opens. After I login to paypal the console on the…
hansrouge
  • 113
  • 1
  • 6
5
votes
2 answers

Paypal Form Ruins My ASP.NET webforms layout -> How to Solve?

I am a student who is doing up a simple website in asp.net. My problem is, I wish to integrate Paypal on one of the pages, but asp.net has the ridiculous
that is getting in my way. I am building a simple site layout using…
Raphael
  • 51
  • 1
  • 2
5
votes
1 answer

How can I show a PayPal Smart Subscription Button and a PayPal Smart Capture Button on the same page?

When trying to add a PayPal subscription button and a capture/order button for one-time payments to the same page, you need to import PayPal's Javascript file twice with different parameters (intent=subscription&vault=true versus just…
5
votes
1 answer

How do I add PayPal Smart Buttons to a Chrome Extension?

I thought that it would be an easy 2 line integration as seen here. But after adding the correct CSP in order to allow in line executions, the behavior is not as intended. The window pops up and closes immediately. Here is my popup.html …
5
votes
1 answer

PayPal Smart Payment Buttons: How to change the language

How can I change the language of a PayPal Smart Payment Button? My current code looks like this: paypal.Buttons({ locale: 'en_US', style: { size: 'small', color: 'gold', shape: 'pill', label: 'pay', layout: 'horizontal', …
Philipp S.
  • 827
  • 17
  • 41
5
votes
2 answers

How to know if PayPal Smart Payment Button has finished rendering

I'm trying to add the PayPal Smart Payment button to my website. The HTML container for rendering the button is received through an AJAX request with the paypal.Buttons.render() method called onsuccess of the AJAX request. Now everything works well,…
Cedric Ipkiss
  • 5,662
  • 2
  • 43
  • 72
4
votes
1 answer

Advanced card payments SDK showing error during submission of form

Error: "Hosted Fields payment is already in progress." I have copied it from this PayPal documentation, and in the SDK URL pass a proper sandbox clientID. if (paypal.HostedFields.isEligible()) { paypal.HostedFields.render({ …
Ravi Kumar
  • 176
  • 1
  • 9
4
votes
1 answer

How to change PayPal button locale?

I am having problems with changing the language displated on the PayPal Button: PayPal Demo When I add the following code, the language does not change (according to the documentation, it should change): paypal.Buttons({ locale: 'de_DE', …
Marek
  • 3,935
  • 10
  • 46
  • 70
4
votes
3 answers

Is there any gem to integrate paypal button api to rails application?

Is there any gem to integrate paypal button api to rails application?
Oksana
  • 13,442
  • 10
  • 53
  • 89
4
votes
6 answers

My pay pal button will not link to pay pal. It only refreshes page, why?

I have the following code in my registration page to go to a paypal button. But when I click on the button it just refreshes the page. Is their something I am missing? I should be able to include a paypal button on an aspx page right? …
JPJedi
  • 1,498
  • 7
  • 32
  • 58
4
votes
3 answers

PayPal IPN Issue, but works in Sandbox fine

Using the code located on GitHub here: https://github.com/Quixotix/PHP-PayPal-IPN Ok, so, I have a php page like so which I am using as my ipnlistener for the sa=paypal_verify part of the url within variables, in Step 3 of button creation like…
Solomon Closson
  • 6,111
  • 14
  • 73
  • 115
3
votes
2 answers

After Updating on react 18 paypal button show twice

Hello everyone i want to ask about the issue that after updating my react app my PayPal-buttonv2 rendering couple of times and shows Strictmode issues, please guid me thanks in advance react-dom.development.js:86 Warning: findDOMNode is deprecated…
3
votes
1 answer

Horizontal layout of PayPal buttons

I would like to arrange the PayPal and the Credit Card buttons horizontally as is described in the documentation. When I stacked them vertically, both buttons were displayed just fine. However, the Credit Button does not show in the horizontal…
AlwaysLearning
  • 7,257
  • 4
  • 33
  • 68
3
votes
1 answer

Paypal Buy Now does it trigger webhooks of received payment?

Does Paypal "Buy Now" button triggers webhooks? What's the disadvantage of using the Buy Now button versus a fully integrated payment system in a website selling digital goods?
Francesco Belladonna
  • 11,361
  • 12
  • 77
  • 147
1
2 3
8 9