Hello Everybody
we are Integrating paypal payment processing in our web application[Java].
Our Web application based on deal publishing & collective group buying web portal.
In my web application, When particular deal say total 100 Qty purchased by say 25 user then I want to made payment for all user in batch at a time. bcoz my deal is on or sold when say 100 Qty purchased.
Our deal is on/sold when particular deal qty purchased by different user in our web application.
If any user purchase deal with price 5$ with qty 3 then all credit card etc. validation done by paypal but not to charge 5$ * 3 =15$ immediately.
amount should be deducted [charges] to user when our deal is on/sold. we will call/request to paypal using coding [ java Programming] when deal is on] how to do this ?
At this moment when user purchase deal with some qty then immediately that cosponsoring amount deducted[charge] from his/her Account[Credit card]
We want payment processing in Batch [number of users] at particular event/time i.e (Deal is sold or on) .
Is there any way or solution to do this?
How to made paypal payment processing in Batch at a time ?
please reply as soon ASAP!!!
Thank you in advance