Alex Trandafir
Alex Trandafir

Reputation: 25

Add funds to PayPal from Bank Account

Is there any way to add funds to my PP account from associated bank account using PayPalAPI ? All operations must be made without user interaction.

For example: a cron runs every month(last day) - and transfers a specific amount from bank to PayPal, so later I can make a mass pay.

Upvotes: 2

Views: 1723

Answers (1)

ChrisLively
ChrisLively

Reputation: 88074

I'm not sure why you're trying to do this.

In the event of making a payment out of your PayPal account when you do not have the funds to cover it, PayPal will automatically pull those funds from your funding source (bank account) to cover the transaction. See ExecutePayment.

Given the above, as far as just transferring funds from your bank to your paypal account.. I'd bet they don't see a reason to do this. After all there's no real reason to just transfer funds to paypal, unless those funds are involved in immediately sending a payment to someone else..

Upvotes: 1

Related Questions