HI, what i want to do is let us say i have my Payment server with which i want to integrate. i have integrated this with my other site. What i does in that i call the client.executeMethod(method); and in method i set the URL and parameter. i got response via response = method.getResponseBodyAsString();
and do the action based on response. Now i want use same gateway with ofbiz. i want to call my http://payment.xxx.com/paymentW/Moto.jsp with the details. and based upon the response from that i want to do further action. How and where i can do that. Plz guide. Thanks, Abhijeet Pandey On Fri, Aug 14, 2009 at 7:54 AM, Yoke Power <[email protected]> wrote: > Hi, > > There is a Business setup guide which explains configuring WorldPay and > Paypal. > http://docs.ofbiz.org/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide > > The Manager Reference guide for Account explains the Payment process > > http://docs.ofbiz.org/download/attachments/742/ManagerReferenceAccounting.pdf > > - YOKE POWER > > On Thu, Aug 13, 2009 at 8:11 AM, Abhijeet Pandey > <[email protected]>wrote: > > > Hi, > > > > How i can configure Payment ? > > > > Is there any document available for this. I want to take the user input > for > > credit card and want to forward it to my Payment gateway. > > > > Also , i want documentation for for Worldpay and Paypal configuration. > > > > Thanks in advance. > > > > -- > > Abhijeet Pandey > > > -- Abhijeet Pandey
