Click here to Skip to main content
15,889,462 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing a site which includes paypal. Most of the work is done but I want that when user's credits becomes 0 my application automatically recharges his account. So can anyone tell me that how to
auto-recharge (paypal)?
Posted
Updated 27-May-10 12:41pm
v2

What does 'auto recharge' mean ? You want to automate taking money out of paypal ? That should be easy, so long as you don't expect to be able to take money without the users approval. Then I am not sure if their API would support it.
 
Share this answer
 
Its not possible with paypal. The user always must confirm it manually.
 
Share this answer
 
Simple answer, you cannot achieve this.

It is part of the PayPal architecture that ONLY the account holder can control the money going in and out.

However, you can send notification that there are insufficient funds, and prompt the user to 'top up' the account.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900