paypal-sandbox 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

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

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

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

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

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

2

I'm integration Paypal SDK com.paypal.checkout:android-sdk:0.3.0. All the configuration is done at the app level. Here is the official documentation link:- https://developer.paypal.com/docs/busines...
Norite asked 25/6, 2021 at 7:18

1

In our paypal integrated website,We have used Paypal buttons with a fixed amount such as $5 button. Now we need to add sales tax to the paypal. right now we are planning to calculate sales tax from...
Diverticulum asked 2/3, 2023 at 8:3

3

Solved

We are trying to integrate paypal checkout into our web app. I can hide the pay later ( credit) and the card option from showing up easily using the query parameter disable-funding=credit,card as i...
Obligor asked 10/11, 2020 at 17:43

2

Solved

I'm having trouble trying to verify paypal webhook signatures with PHP. Using the new V2 of paypals APIs I am receiving the paypal webhook on my page. However I can not seem to successfully validat...
Itemize asked 5/4, 2020 at 10:22

7

Solved

after 5 hours of research and reading outdated paypal documentation I finally give up! I need to test a simple paypal subscription button with the paypal sandbox. Button Code: <form action="h...

6

Solved

I am trying IPN callback, using servlet. The code I am using is provided by paypal for verifying the ipn data. But every time i getting a INVALID response. Here is the code: Enumeration en = req....
Praxis asked 28/9, 2009 at 7:27

1

Solved

I'm using PayPal webhooks to get subscription information automatically. However, we have to wait about 20 seconds between the payment and the subscription activation. Is it because of the sandbox ...
Journalist asked 5/7, 2022 at 12:42

5

Solved

I'm having trouble testing credit card payments with PayPal's sandbox. When viewing a buyer's sandbox account's profile from within developer.paypal.com, I can see the following credit card details...
Lowbred asked 3/2, 2014 at 20:40

2

I encounter an issue when I try to use the Paypal sandbox API. I've created my 2 sandbox accounts (the facilitator and the buyer), and I've created my app to get the credentials. Then, I use the c...
Silvan asked 9/8, 2018 at 6:31

8

Solved

Working with the PayPal API and using the Name-Value Pair Interface PHP source codes from SDKs and Downloads: Simplify Integrations with Downloads and SDKs. My question is similar to "Removing (or...
Charie asked 26/11, 2010 at 7:24

0

I am trying to implement Django- PayPal in my project , now it has been 3 days , I am still stuck on this , I don't understand how we perform IPN handshake, I am receiving a signal from PayPal afte...

7

Solved

I've signed in to the developer website but when I go to the apps page to create my app I see the following error message: Problem creating sandbox facilitator account [Error code: 2001] When I ...
Bestial asked 26/8, 2014 at 11:12

4

Solved

I have a problem with the new PayPal API (v2) and sandbox 1- Create an order https://api.sandbox.paypal.com/v2/checkout/orders { "intent": "CAPTURE", "purchase_units": [ { "amount": { "curre...
Siltstone asked 22/4, 2019 at 17:13

4

Solved

I'm trying to integrate Paypal and I'm using sandbox in the process. I follow the step of the accepted answer in the below question. Setting PayPal return URL and making it auto return? But when I...
Mills asked 21/1, 2013 at 10:19

1

I am using Paypal Server Integration using an HTML page created at my end in iOS (Swift) and loading contents of this html file in WKWebView. It was wroking fine but suddenly the Paypal buttons sta...
Famagusta asked 29/4, 2021 at 9:23

3

I have followed PayPal Android SDK Integration from this link: https://developer.paypal.com/docs/limited-release/native-checkout/android/invoking-sdk. I am getting this error page on reaching PayPa...
Macromolecule asked 26/2, 2021 at 6:15

5

I'm pretty confused with new PayPal. I have sandbox accounts, but now I needed to create production (business) account for actual real payment. But all look and feel are different now and all the l...

4

Solved

I have two Smart button on my website for a monthly subscription (working well). I successfully receive the IPN response with the payment information ready to be added to the Database. But I need t...
Offside asked 12/11, 2019 at 13:42

14

I'm trying to implement PayPal on my website. I use this class: http://www.micahcarrick.com/php-paypal-ipn-integration-class.html Right now I'm testing using the PayPal sandbox. Here is the pro...
Fruiterer asked 28/11, 2010 at 17:51

© 2022 - 2024 — McMap. All rights reserved.