Paypal Sandbox payment state pending

2020-06-19 07:27发布

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?

2条回答
仙女界的扛把子
2楼-- · 2020-06-19 07:44

this is the same issue with paypal status is pending so answer should be the same, just check the seller's selling preferences on the sandbox account like Max-P said, this is just different currency and config issue on paypal

查看更多
Evening l夕情丶
3楼-- · 2020-06-19 07:48

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.

查看更多
登录 后发表回答