I'm trying to establish withdrawals facility to my customers using Paypal API. User can simply enter the email and place the request to which we transfer the amount from business account we use.
Here there is one issue, if my Paypal account balance is zero, we get a standard error message stating "Insufficient funds" where payment processing does not happen. But I want to process the payment here by using bank account associated to my paypal account immediately.
Is there any Paypal API that allows us to transfer funds directly from bank account if the paypal balance is zero or insufficient using bank account associated?
Please advise and put me in right direction.