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
2 answers

How do i get Paypal Adaptive payment pay response

i want to implement paypal adaptive payment for my spring web application. i refer the following link and implement flow https://developer.paypal.com/webapps/developer/docs/classic/adaptive-payments/gs_AdaptivePayments/ i have followed following…
SENTHIL SARAVANAN
  • 719
  • 1
  • 12
  • 28
1
vote
0 answers

HTTP 302 (Redirect) in Paypal sandbox adaptive payment

I want to implement paypal adaptive payment for my Spring WebApplication in sandbox mode. I have submit the following HTML Form
SENTHIL SARAVANAN
  • 719
  • 1
  • 12
  • 28
1
vote
1 answer

"Only single payment transaction currently supported" on single transaction

I'm a newbie into PayPal integration, and I'm trying to create first payment, I send following request to PayPal Rest API, via their simulator(https://devtools-paypal.com/apiexplorer/PayPalRestAPIs): { "intent": "sale", "payer": { …
Marc Ostan
  • 79
  • 4
1
vote
1 answer

Paypal PHP API integration

Recently I'm playing with paypal API PHP. I have downloaded a code from this url. https://github.com/paypal/rest-api-curlsamples/blob/master/execute_all_calls.php The code really works good with test creditcard(type:mastercard). The code looks like…
hjaffer2001
  • 933
  • 6
  • 18
  • 38
1
vote
1 answer

testing recurring payments using cmd=_xclick-subscriptions

I've got a form which is automatically submitted to paypal. If someone signs up for a recurring subscription, the following fields are added to the form: cmd=_xclick-subscriptions a3=(dollar amount) p3= (billing frequency) t3= (billing period) p3…
merk
  • 1,721
  • 5
  • 23
  • 39
1
vote
1 answer

Unable to redirect merchant site after successful paypal payment

im using paypal sandbox testing buyer and seller accounts. using these seller account to integrate paypal payment gateway. after payment successful it should automatically redirect to the success page. here is the code im using
1
vote
1 answer

Payment Transfer in Delayed Chained Payment in Paypal

I want to set Delayed Chain Payment of PayPal. I have few questions regarding that: How can i set expiration date for transfer amount to the Secondary Receiver? How can i transfer amount from Primary Receiver to Secondary Receiver through php? All…
1
vote
1 answer

How to send item information to paypal?

I am trying to send item information to paypal using json formatted array in php, but I haven't been able to find any resources to figure out how to do this. Here is my current json array being passed to paypal with cURL in php: $dataArray = array( …
Jason247
  • 974
  • 4
  • 16
  • 38
1
vote
2 answers

how to enable DPRP in PayPal Sandbox account?

I am calling "CreateRecurringPaymentsProfile' method to create recurring payments on CreditCard. But, I am getting 11586 "DPRP is disabled for this merchant". I have been searching through all related threads but none of them is working. I created a…
FatalError
  • 922
  • 12
  • 31
1
vote
0 answers

paypal returnurl not working even if the auto Return is set to On

I have newly set up the sandbox test accounts. The requirement is , user purchase click on payment we redirect user to paypal they can pay via credit card and then come pack to our site. On successful payment we are showing order confirmation…
user269867
  • 3,266
  • 9
  • 45
  • 65
1
vote
2 answers

Non-English Characters Not Allowed in PayPal Express Checkout Page

My product names contain non-English characters like ç, ş, ı, ğ so I get the following error: Error Message: transactions[0].item_list.items[1].name","issue":"Must contain only these characters: a-z, A-Z, 0-9, punctuation(.,#-'), and…
Farid Movsumov
  • 12,350
  • 8
  • 71
  • 97
1
vote
1 answer

PayPal IPN/PDT with credit card

I am writing an IPN application for doing theater seat reservations. I place a temporary hold on the seats before going off to PayPal. When the IPN handler is called and detects a successful payment, the seats are reserved permanently. The…
Booboo
  • 38,656
  • 3
  • 37
  • 60
1
vote
1 answer

Payment gateway using paypal

I am creating a web app using jsp where I require to implement a payment gateway. I got this site https://developer.paypal.com/webapps/developer/docs/classic/paypal-payments-standard/ht_test-pps-buttons/ This is similar to what I want but in this…
Standin.Wolf
  • 1,224
  • 1
  • 10
  • 32
1
vote
1 answer

how to get the paypal adaptive payments IPN posts?

So I have my PHP IPN script working, now I am just not sure how to get the post values? Paypal returns the post as an array like…
Wes
  • 163
  • 1
  • 12
1
vote
0 answers

In Direct Payment CreateRecurringPaymentsProfile give 10001 error with timeout

I have used nvr... $date=strtotime(date('Y-m-d')); // if today :2013-05-23 $newDate = date('Y-m-d',strtotime('+30…
1 2 3
99
100