Questions tagged [paypal-sandbox]

The PayPal Sandbox is a self-contained environment within which you can prototype and test PayPal features and APIs. The PayPal Sandbox is an almost identical copy of the live PayPal website.

Link Paypal Developer

Create, edit and manage multiple PayPal apps. In each app, select the specific PayPal capabilities you want to offer to your customers. Every app gets a unique set of live and test API credentials. Log In with a PayPal account to get started.

Existing Log In with PayPal (formerly PayPal Access) apps are now brought over from devportal.x.com. Log in to manage your apps.

Related Tags

3631 questions
8
votes
1 answer

How to remove a PayPal product from v1/catalogs API?

I would like to remove a product from the catalogs, but I can't find any API method that do this, here is the documentation. I know how to get all the…
sfarzoso
  • 1,356
  • 2
  • 24
  • 65
8
votes
4 answers

Capturing payments: The requested action could not be performed, semantically incorrect, or failed business validation

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": { "currency_code":…
Ziad Alzarka
  • 333
  • 1
  • 2
  • 12
8
votes
1 answer

Creating Sandbox Account in PayPal developer returns error status

I'm trying to create a sandbox app to use for paypal checkout. I go to Create app page but nothing is shown in the account dropdown: As the error message says: To create an application, you must create a business sandbox account. If you already…
nickornotto
  • 1,946
  • 4
  • 36
  • 68
8
votes
3 answers

Testing PayPal with Rails

I need to test a new PayPal integration with my application. I use PayPal sandbox in development env. In order to test the entire interface, I figured out that ngrok might solve the problem of messages from PayPal. I installed ngrok using apt-get…
guyaloni
  • 4,972
  • 5
  • 52
  • 92
8
votes
0 answers

Paypal iOS SDK Sandbox error while making payment

I am using Paypal SDK 2.12.3. When i made payment through Paypal, some times i got below alert while making transaction. And got this in my Console: PayPal SDK: Request has failed with error: PAYER_ACTION_REQUIRED - System error…
AllianceTek
  • 201
  • 2
  • 6
8
votes
3 answers

How do you troubleshoot an "Internal Error" error from Paypal Website Payments Pro?

I have a billing routine that uses recurring billing profiles in Paypal's Website Payments Pro. This routine successfully creates profiles and gets the profile information after creation using the paypal profileid and the…
Justin
  • 2,914
  • 5
  • 41
  • 66
8
votes
3 answers

How to set up a PayPal sandbox "Seller" account, a "Buyer" account and an Application Tutorial

I am trying to set up a Web site which is using PayPal. Unfortunately the PayPal developer site/concept is heavily changed, so all tutorials I found are seem to be useless. For example this (very good) youtube tutorial which is very clear is using…
g.pickardou
  • 32,346
  • 36
  • 123
  • 268
8
votes
2 answers

PayPal in Symfony2

I'm trying to use JMSPaymentCoreBundle with JMSPaymentPaypalBundle and I can't find a clear example anywhere on how to do it. I've done all steps specified in the documentation and I'm not able to get it working. Can anybody help me please?
Xavi
  • 205
  • 6
  • 12
8
votes
1 answer

Meaning of Auth in PayPal(Standard) Subscribe Button Return URL?

I have a subscribe button (using PayPal Payments Standard Integration) in my WordPress website.
Upeksha
  • 445
  • 1
  • 6
  • 9
7
votes
2 answers

Where is the return URL option in the Paypal sandbox?

According to Paypal's documentation, one sets a return URL like so: Log in to your PayPal account at https://www.paypal.com. The My Account Overview page appears. Click the Profile subtab. The Profile Summary page appears. Under the Selling…
Questioner
  • 7,133
  • 16
  • 61
  • 94
7
votes
1 answer

PayPal MECL transaction problems

I'm trying to setup inapp paypall MECL transaction. But it keeps failing in getting a device token (couldNotFetchDeviceReferenceToken) and beside of that when the library is initialized, i get the button but the onClickListeneren gets only the first…
Luciano
  • 2,691
  • 4
  • 38
  • 64
7
votes
2 answers

custom field in the IPN of paypal adaptive payment

I have implemented Adaptive Payment in my website. First It was Standard Payment so in that i was passing a custom parameter in the form and i was getting it in IPN. But i am unable to find how to pass this parameter in Adaptive Payment. Thanks
jimy
  • 4,848
  • 3
  • 35
  • 52
7
votes
1 answer

How to handle elements on PayPal popup with cypress.io

I need to automate an end to end test that include purchase an order with PayPal. This test includes validate some elements in a screen that appears once the order is purchased. I'm currently trying with cypress.io. I know cypress recommend against…
Mariano Jover
  • 129
  • 1
  • 7
7
votes
1 answer

Paypal Missing Payer Address with Orders API V2 / Sandbox

I am setting up a payment integration with PayPal Checkout Buttons and Paypal Orders API V2, which I test in the sandbox environment (no fancy shop system in use). When an order is paid and status is completed, the Paypal Orders API V2 returns a…
Stefan
  • 151
  • 1
  • 6
7
votes
2 answers

How to emulate a curl request using node-fetch module

i have an e-commerce application and trying to reach out to the paypal rest api, "paypal for partners" service specifically, i did read the Paypal Documentation and its all good but the problem is that they mentioned the request example using curl…
Mahmoud Fawzy
  • 1,635
  • 11
  • 22