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
1
vote
1 answer

Paypal sandbox account balance doesn't change

I am using Paypal Express checkout ... When the user clicks "checkout with paypal" in mysite I send a SetExpressCheckout to paypal with the required information to get the token and redirect him to this…
Kareem Mohamed
  • 251
  • 3
  • 14
1
vote
0 answers

View transactions on a test credit card in PayPal sandbox account

I am currently testing paypal integration on my website. I have created PayPal sandbox account, both merchant and buyer. Each buyer account has an associated credit card with it. When I use that card to pay for the goods, my test merchant account…
Vitalij
  • 4,587
  • 9
  • 42
  • 65
1
vote
1 answer

In sand box account(test account) echeck payment option not visible

i want to test echeck type of payment on sandbox account for testing how is it works. But how can i check because i tried a lot but echeck type payment selection option not visible on change method option what can i do ? for testing it....please…
user3094370
  • 211
  • 1
  • 2
  • 7
1
vote
1 answer

PayPal Adaptive Payment API, multiple receivers, which apiUsername/apiPassword/apiSignature?

I am working on an eCommerce platform that will allow a buyer to buy products from multiple stores and checkout with one payment using Paypal (unified checkout). My scenario is exactly like…
1
vote
1 answer

PayPal Sandbox subscription return url not being invoked

I'm testing my website with the Paypal Sandbox. The website gives users the option set up a subscription. My problem is that the user interface at PayPal is different for subscription and non-subscription purchases. Specifically, the problem is that…
mcaleaa
  • 451
  • 5
  • 9
1
vote
2 answers

Paypal IPN Sending Custom variables for the callback

I need to send some custom variables like product ID to PayPal. I need this custom travel through the payment process and be passed to my IPN callback URL. I cant find anywhere how to send custom variables from the basket that can then be retrieved…
Jonathan Thurft
  • 4,087
  • 7
  • 47
  • 78
1
vote
1 answer

paypal android SDK integration with my app is not working

Hi i am trying to integrate Paypal AndroidSDK with my android application. i followed the paypal integration document and tried to integrate as per the instructions. But when i press Buy button screen is navigate to paypal screen which displayed…
Raj
  • 1,843
  • 2
  • 21
  • 47
1
vote
1 answer

paypal ipn missing letters on transaction array

would anyone tell me if this is an IPN correct response? I found no documentation indicating the index transactions with missing letters. Has anyone experienced this problem? { "payment_request_date": "Wed Nov 20 18:27:12 PST 2013", …
1
vote
1 answer

paypal parallel payment 550001 error User is not allowed to perform this action

i integrated paypal parallel payment In sandbox environment (Language:php) and it works fine but when i go live , it will give me error "550001 User is not allowed to perform this action" how come i get over from this error ?
Sona
  • 490
  • 2
  • 5
  • 19
1
vote
1 answer

How can multiple URLS in a row be called by PayPal IPN mechanism?

My understanding of the Paypal IPN mechanism is that my website should send over a message that includes: a URL to go to if the USER completes the Paypal payment process a URL to go to if the user hits CANCEL instead a URL to go to once the payment…
1
vote
1 answer

Granting permission to application Paypal payment pro - unable to find apisignature - Beginner

I am integrating paypal payment pro (direct) to my website. According to this project i am looking for APIUSERNAME, APIPASSWORD AND APISIGNATURE. But, i am unable to find the api signature as shown in the screenshot below. The path i took is :…
Sharon Watinsan
  • 9,620
  • 31
  • 96
  • 140
1
vote
0 answers

How can I test Paypal Express Checkout integration with Malaysian Ringgit (MYR) currency?

We're developing a service for customers in Malaysia and would like to use Paypal Express Checkout for payment processing According to the paypal documentation: Malaysian Ringgit Note:This currency is supported as a payment currency and a currency…
bodacious
  • 6,608
  • 9
  • 45
  • 74
1
vote
0 answers
1
vote
2 answers

Paypal Java script integration

Want to integrate Paypal with my mobile web application. I tried to get the access token using client id and secret id but unable to get the access token. Below is the sample Ajax call with I am making to retrieve the access token. function…
Megha
  • 1,581
  • 2
  • 18
  • 33
1
vote
1 answer

Paypal Adaptive Live App not correctly working Sandbox OK

I have a Paypal app that uses adaptive pre-approved adaptive payments. The sandbox is performing great, meaning all functions work fine including the below 2 points; however, the Live app is not working properly as per the below. When a user makes…
Mel
  • 27
  • 1
  • 9
1 2 3
99
100