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