简体   繁体   中英

Paypal adaptive payments api pending status issue

I am using paypal adaptive payments api to send payment to my user on my website. when i am sending payments some status are pending. is there any paypal api or function which provide me after some days that pending status is completed or not. thanks in advance for help.

Take a look at Instant Payment Notification (IPN) . It will POST transaction data to a listener script you have on your web server in real-time so you can automate tasks based on pending payments, completed payments, refunds, disputes, etc.

For PHP there are lots of IPN templates/classes available for you to use. Here's one that I built years ago that is still very useful. There are good options on Packagist so you can easily load them up in Composer, too, if you'd rather go that route.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM