Ok just read the whole PDF (https://cms.paypal.com/cms_content/en_US/
files/developer/PP_OrderMgmt_IntegrationGuide.pdf) on this matter and
it's so easy I want to cry:

We just need to add a hidden "notify_url" input in the last form
before submitting to Paypal.
That input should have the url that leads to the ipn view which should
be something like  "http://yourshop.com/shop/checkout/paypal/ipn/";.
You can also specify that notify url in your paypal profile under the
"Selling preferences" column.
The notify_url input value will OVERRIDE the one you specify in your
profile.

thats it.

thanks again Bruce.

On Jan 23, 2:00 pm, Bernard <[email protected]> wrote:
> damn it's so easy...
>
> here's some docs for those that get stucks like me...
> from paypal's IPN 
> page:https://www.paypal.com/cgi-bin/webscr?cmd=p/xcl/rec/ipn-intro-outside
>
> On Jan 23, 1:54 pm, Bruce Kroeze <[email protected]> wrote:
>
> > On Fri, Jan 23, 2009 at 10:51 AM, Bernard <[email protected]> wrote:
>
> > > I just took a good look at how the ipn function in
> > > satchmo.payment.modules.paypal.views works and it seems I have to POST
> > > some values to the ipn url (paypal/ipn/) so that it interacts with a
> > > Paypal and receive a payment confirmation.
>
> > You tell PayPal to call your IPN.  It does the POST.
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to