mysql - Integrating Paypal payment APIs on server side -


i have java server providing web services frone end web application. 1 of functionality of our web application accept recurring payments our customer , pay sales agents using"pay me" option.

i want backend java server talk paypal apis directly , deal payments. ex: when sales agent says "pay me", capture his/her paypal account id , store in database. backend process kick in , payment agent using paypal apis.

is possible paypal apis?

i have seen every paypal integration can onyl happen via web

as long system can carry out api operation backend, there isn't reason shouldn't work. have cron job set runs every morning , performs api call.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -