Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Paypal Sandbox payment state pending

I am using the (Java) Rest API to perform payments directly from credit cards in the sandbox. The payments all receive "pending" status, which according to the docs (https://developer.paypal.com/webapps/developer/docs/api/#create-a-payment) is not even a valid state to be returned by the payment create call. Payment review is disabled.

I would like to see the process through and complete the transaction. How do I do that in the sandbox? Or should I receive a different state right away?

like image 229
user2638156 Avatar asked Oct 22 '22 03:10

user2638156


1 Answers

Under http://developer.paypal.com, Application tab, find out the email associated to the REST app. Now click on "Sandbox accounts", Click on the REST app email, click on "Profile" link. Select "Setting" tab, and turn off "Payment review". You shall get "Approved" payment and "Completed" Sale json object.

like image 190
LeeSeng Avatar answered Oct 27 '22 21:10

LeeSeng