Auto payout on every week using Sandbox

paras_dev
Contributor
Contributor

Hello,

 

I'm trying to integrate PayPal Auto recurring payouts on weekly basis in my PHP Application. Can anyone please suggest me how can i do.

Here basic information about my Application :
We are hiring employees for particular task or projects and give weekly payment to employees as per working hours.

I need to integrate auto recurring payout every week to all employees with commision amount ($1) should be deduct from total payable amount to particular PayPal Email (PayPal Adaptive payments single sender multiple receiver).

Login to Me Too
2 REPLIES 2

angelleye
Advisor
Advisor
Adaptive Payments is no longer available, but the Payouts API runs on the REST API, so that's what you need. You'll need to get Payouts enabled on your account/app, and then you could setup a CRON job on your server that runs each day to process any payments that should be processed that day.
Angell EYE - www.angelleye.com
PayPal Partner and Certified Developer - Kudos are Greatly Appreciated!
Login to Me Too

paras_dev
Contributor
Contributor

Hello Angelleye,

Thank's for your reply, I have integrated payouts API but getting ERROR: Got Http response code 403 when accessing https://api.paypal.com/v1/payments/payouts?.  with my sandbox account but, if i use given credential at https://github.com/paypal/PayPal-PHP-SDK/issues/793 then it's work fine.


Please help me.
Thanks

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.