Re: Ofbiz Payment Integration

2019-04-15 Thread Shrilesh Korgaonkar
Thank for replies I'm able to create an external payment Regards, Shrilesh K. On Tue, Apr 9, 2019 at 11:27 AM Rishi Solanki wrote: > Dear Shrilesh, > Please refer payment method type starts with EXT_ (for example EXT_PAYPAL). > You may need to follow it, like it never handles the auth request

Re: Ofbiz Payment Integration

2019-04-08 Thread Rishi Solanki
Dear Shrilesh, Please refer payment method type starts with EXT_ (for example EXT_PAYPAL). You may need to follow it, like it never handles the auth request because in case of external payment AUTH is payment gateway responsibility and taken care by it. Instead of service we do redirection to

Re: Ofbiz Payment Integration

2019-04-08 Thread Shrilesh Korgaonkar
Hi Rishi, Thank for ur reply I was thinking of external payment service like hand over the user to the payment gateway and after payment success or failure, he comes back to the website I created a service add a new ext_payumoney this is the error I'm getting

Re: Ofbiz Payment Integration

2019-03-29 Thread Rishi Solanki
Dear Shirlesh, All payment service providers basically 5 methods. Authorize, Capture, Refund, Void/Release and Settle. To integrate into OFBiz you need to write 5 services depending upon the payment service providers APIs. To check how they get invoked, please refer ProductStorePaymentSetting

Ofbiz Payment Integration

2019-03-29 Thread Shrilesh Korgaonkar
*Hi Guys,* *I'm trying to integrate PayUMoney Or PhonePe or Bhim UPI in ofbiz* *did anybody has done that before, **help me if possible?* *And if not then can anybody tell* *how to Integrate a new payment method or payment gateway?* *OR* *how does the payment method work or the structure checkout

Payment Integration

2009-11-10 Thread Ofbiz Learner
Hi All, Is there any step by step process is defined if a user wants to integrate a new payment gateway? Can someone let me know how to go about it. -- Thanks, Akhil

Re: Payment Integration

2009-11-10 Thread Abdullah Shaikh
I don't know if there is already an step by step guide, but I will be writing one shortly, till then you can get an idea by looking at test processors in PaymentGatewayServices.java or anyone of the implemented gateway code, I went through Authorizedotnet code. - Abdullah On Tue, Nov 10, 2009 at

Payment Integration

2009-09-03 Thread Abhijeet Pandey
Hi All, I want to integrate my site with ccavenue (http://www.ccavenue.com/) for credit card transaction. Does anybody has done this ? If not then Can someone Plz guide me how to go about it. Many Thanks in advance. -- Abhijeet Pandey