paypal Questions

2

I have created my PayPal App to get payments in my website build in a PHP framework. This is server-side and I'm using PayPal REST API and PayPal-PHP-SDK library. Everything is perfect on Sandbox...
Cherlycherlyn asked 14/4, 2018 at 9:39

3

Solved

I'm playing around with the new PayPal Javascript SDK buttons here https://developer.paypal.com/docs/checkout/reference/customize-sdk Our app sells digital goods and doesn't require a shipping add...
Tournai asked 11/3, 2019 at 0:10

3

I'm integrating PayPal into my website, using these settings. paypal.Buttons({ locale: "en_GB", style: { color: 'blue', shape: 'pill', label: 'pay', height: 40 }, If you use PayPal all ...
Kazmirci asked 12/1, 2020 at 19:2

2

I'm trying to integrate with PayPal and can't get the sdk/js to load. I literally pared this back to their example code, and it still gives an HTTP error 400 loading the SDK js. Following steps a...
Pronounced asked 4/7, 2019 at 4:46

4

Solved

I received API credentials but I need api application id to send Adaptive Accounts API Requests. I used their sandbox app id: APP-80W284485P519543T. now it's time to go live.
Prowess asked 28/2, 2012 at 13:33

27

Solved

I'm working on my project for a course and I'm totally stuck right now. I'm creating a website to sell products through paypal and the paypal return/cancel pages are not rendering properly. I...
Avicenna asked 16/8, 2017 at 22:36

4

I'm trying to set up PayPal login on a website, and used the custom button generator on the PayPal website to make the login button: <div id="proceed-to-confirmation-page-link" class="text-righ...
Jamnis asked 21/8, 2017 at 21:38

9

I am trying to integrate paypal, but stuck with this error. We’re sorry. This seller doesn’t accept payments in your currency. Please return to the seller and choose another way to pay. The c...
Studdard asked 20/5, 2018 at 19:3

4

I integrated PayPal's Identity API in my webpage. As usual when user clicks login with paypal(JavaScript button) it opens a new window for login purpose. But after a valid login it redirect me to t...
Paunch asked 3/4, 2014 at 18:40

2

I'm using PayPal Smart Payment Buttons to enable payments on my website. I managed to disable the shipping address fields, but I can't disable the billing address. From what I've seen most of the ...
Intracranial asked 23/11, 2019 at 10:58

7

Solved

I specified an amount that was too low for my testing needs, when creating a personal paypal sandbox account. Is there any way to add money to an account, after it has been created?
Devin asked 28/3, 2014 at 21:56

8

Trying to take my paypal REST api site live. It works well in sandbox mode, with verified transfers. When I switch my sandbox for live client ID and secret, I get the error {"error":"invalid_clie...
Selfjustifying asked 4/2, 2019 at 7:19

3

I am using ubercart module in Drupal, and I need help to configure return URL from PayPal sandbox. I tried creating business account in https://developer.paypal.com/webapps/developer/dashboard , bu...
Millimicron asked 12/3, 2013 at 7:7

2

Solved

I have a Flutter Web project. I have the following HTML script that I need to put into HtmlElementView: <script src="https://www.paypal.com/sdk/js?client-id=YOUR_CLIENT_ID"></scr...
Hoecake asked 19/4, 2020 at 1:57

4

As Paypal updated their response, I need to update security protocols TLS to v1.2 in my existing application which is on .NET 3.5 framework. What changes required to update this in existing code, ...
Altigraph asked 27/2, 2017 at 11:41

4

I am working with Expresscheckout on Paypal, For single time Users payment integration. Working flow 1st create token and user redirect to paypal page and success to my return url page. 1.SetExpres...
Devinna asked 15/9, 2015 at 12:56

3

I have to move the payment methods in the checkout page of a Woocommerce website above the order review, but I don't know how. The problem is, that I tried using the following code: remove_action(...
Psalterium asked 26/3, 2017 at 13:35

6

Solved

Some APIs, like the paypal API use a string type in JSON to represent a decimal number. So "7.47" instead of 7.47. Why/when would this be a good idea over using the json number value type? AFAIK ...
Daffi asked 29/2, 2016 at 21:3

2

Solved

A proposed scenario is, assume the shopping cart site, where buyer has to pay for a product. The sold product costs will be transferred to the respective merchant. Here, the website owner has to be...
Septuagesima asked 27/8, 2013 at 8:50

8

I have integrated Paypal smart button to my page and it works. 3 days ago Do not pass Pay-xxx directly gave an error and told me to send a token instead. This time, when I make a reference to it, i...
Bluebird asked 25/7, 2019 at 8:49

2

Solved

At the end of my PayPal buttons theres this line: <img alt="" border="0" src="https://www.paypalobjects.com/en_AU/i/scr/pixel.gif" width="1" height="1"> It ruins the aesthetics of my desig...
Sommelier asked 6/9, 2012 at 5:12

7

Solved

Just been trying to find the new IPN History link on the new PayPal website and I can't see it anywhere. Are they still supporting this?
Eisenhower asked 23/7, 2014 at 9:2

4

I integrated the REST API into our system. Only thing missing is a response to a webhook I created. The webhook is registered in my app for the sandbox, but when I create a payment in the sandbox ...
Cenogenesis asked 8/3, 2016 at 15:22

4

Solved

I'm attempting to add a donate button (because I like money) to my google chrome extension. I'm having trouble with it because the Chrome extension tries to open the paypal created donation button ...
Obstetrics asked 15/9, 2011 at 22:42

8

Solved

UPDATE 1: According to this tutorial on Using PayPal's Instant Payment Notification with PHP, PayPal cannot access locally hosted websites unless certain router ports are opened. Is this because t...
Vanhorn asked 1/4, 2011 at 8:42

© 2022 - 2024 — McMap. All rights reserved.