Issue with paypal shipping callback

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue with paypal shipping callback

Varun Bhansaly
Hi,

Has anyone tried configuring "Shipping callback url" in the paypal payment
gateway configuration screen in ofbiz 10.04 ?
As far as I understand paypal would invoke this URL to calculate shipping
charges.

I've configured "Shipping callback url" to
http://mysite.com:8080/ecommerce/control/payPalCheckoutUpdate, but this url
is NEVER invoked.

If anyone has any tips, please do share.


--
Regards,
Varun Bhansaly
Reply | Threaded
Open this post in threaded view
|

Re: Issue with paypal shipping callback

Scott Gray-2
Been a while but I'm pretty sure that their API can't handle host names that have the port number specified meaning you have to host the request on port 80:
http://mysite.com/ecommerce/control/payPalCheckoutUpdate

Took me a LONG time to figure that one out.

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 24/05/2011, at 3:17 AM, varun bhansaly wrote:

> Hi,
>
> Has anyone tried configuring "Shipping callback url" in the paypal payment
> gateway configuration screen in ofbiz 10.04 ?
> As far as I understand paypal would invoke this URL to calculate shipping
> charges.
>
> I've configured "Shipping callback url" to
> http://mysite.com:8080/ecommerce/control/payPalCheckoutUpdate, but this url
> is NEVER invoked.
>
> If anyone has any tips, please do share.
>
>
> --
> Regards,
> Varun Bhansaly


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Issue with paypal shipping callback

Varun Bhansaly
Thanks scott, this was the issue indeed.
May be we should update the the guide here at
https://cwiki.apache.org/confluence/display/OFBENDUSER/Apache+OFBiz+Business+Setup+Guide#ApacheOFBizBusinessSetupGuide-payPalPaymentSetup

On Tue, May 24, 2011 at 2:59 AM, Scott Gray <[hidden email]>wrote:

> Been a while but I'm pretty sure that their API can't handle host names
> that have the port number specified meaning you have to host the request on
> port 80:
> http://mysite.com/ecommerce/control/payPalCheckoutUpdate
>
> Took me a LONG time to figure that one out.
>
> Regards
> Scott
>
> HotWax Media
> http://www.hotwaxmedia.com
>
> On 24/05/2011, at 3:17 AM, varun bhansaly wrote:
>
> > Hi,
> >
> > Has anyone tried configuring "Shipping callback url" in the paypal
> payment
> > gateway configuration screen in ofbiz 10.04 ?
> > As far as I understand paypal would invoke this URL to calculate shipping
> > charges.
> >
> > I've configured "Shipping callback url" to
> > http://mysite.com:8080/ecommerce/control/payPalCheckoutUpdate, but this
> url
> > is NEVER invoked.
> >
> > If anyone has any tips, please do share.
> >
> >
> > --
> > Regards,
> > Varun Bhansaly
>
>


--
Regards,
Varun Bhansaly