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 |
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 <[hidden email]>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 > |
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 <[hidden email]> 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 > <[hidden email]>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 |
In reply to this post by Yoke Power
sounds like you have a payment system not included in ofbiz.
if your a developer then look a the the accounting\src\org\ofbiz\accounting\thirdparty folder for code, then write you own. look at the demo code and https://demo904.ofbiz.org/catalog/control/EditProductStorePaySetup?productStoreId=9000 as to how to implement them at the UI level. you may need someone to consult with on this, The mailing list is not the place to develop code, just get over specific areas. if your an end user that wants this implemented chose someone from the providers list to do this for you. Abhijeet Pandey sent the following on 8/13/2009 11:31 PM: > 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 <[hidden email]> 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 >> <[hidden email]>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 >>> > > > -- BJ Freeman http://www.businessesnetwork.com/automation http://bjfreeman.elance.com http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro Systems Integrator. |
Free forum by Nabble | Edit this page |