That's not the error I was getting. I just took a quick look at the paypal ipn view ( http://bitbucket.org/chris1610/satchmo/src/tip/satchmo/apps/payment/modules/paypal/views.py#cl-110) and I'm not seeing any permissions based stuff, at first glance.
Are you sure that you put the right url in for the configuration on paypal? I haven't worked with this in a few months, sorry about lack of immediately helpful information. Brian On Thu, Aug 12, 2010 at 4:52 AM, Alex Liu <[email protected]> wrote: > UPDATE > > I looked it over again and it seems I have a "IPN delivery failed. > HTTP error code 403: Forbidden" problem when accessing the IPN page. > (Based on the Sandbox Paypal IPN simulator) > > I looked this error up and it's caused by a permissions access, so how > exactly would I remedy this? > > If I remember correctly, Paypal is supposed to send an IPN to my > website after checkout so that the order status can be set to new. > That explains why the order status is being set. > > -Alex > > On Aug 11, 2:51 pm, Alex Liu <[email protected]> wrote: > > Hi Brian, > > > > Thanks for your reply. > > > > I'm 95% sure I set up my Test Accounts correctly. I have a Business > > Test Account whose E-Mail Address is in the Paypal Test Account Email > > in Site Settings. When I checkout, although it's with a user created > > on my website with a different email address, I use the Personal Test > > Account to pay with Paypal (though I believe this has no relevance). > > All in all, everything looks to be setup correctly. The only thing > > that bothers me is that the Accounts aren't "verified" but in order to > > do so I would have to link bank accounts to Paypal, which shouldn't be > > the case in a real setting anyways. > > > > You mentioned something about editing code when the site received a > > "notification". Could you elaborate on that? > > > > Moreover, do you have any other ideas on how to fix this? I don't want > > to start accepting real payments if I can't get the Order Status > > working. > > > > -Alex > > > > On Aug 11, 10:06 am, "Brian O'Connor" <[email protected]> wrote: > > > > > > > > > I definitely got it to work on Sandbox Paypal, albeit after some > hardships. > > > > > I forget if I had to modify the code, but I seem to remember a good > portion > > > fo the code being completed when the site receieved a "notification" as > > > opposed to when the customer came back to the site. > > > > > My first check would be to make sure you have the test accounts set up > > > properly. that was my first error. > > > > > On Wed, Aug 11, 2010 at 3:17 AM, Alex Liu <[email protected]> > wrote: > > > > I know this thread has been made before and I already read through > the > > > > other ones. (Or I believe I did) > > > > > > However, those other threads were mainly focused on Sandbox Google > > > > Checkout. > > > > > > Now, I'm testing payment via Sandbox Paypal. The thing is, whenever I > > > > use my test account to pay to my test recipient, even if the payment > > > > gets accepted, the Order Status is still None. It's listed under > "View > > > > All Orders" but its order status is set to none. > > > > > > My question is: Is this considered standard during testing? If not, > > > > please tell me what code I should provide and show in order to help > > > > you with my problem. > > > > > > I remember reading somewhere that the cart is not cleared upon > checkout > > > > +payment in Paypal Testing but works with the real thing. I was > hoping > > > > this is kind of the same thing. Can anyone provide any insight? > > > > > > -- > > > > 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]<satchmo-users%[email protected]> > <satchmo-users%2bunsubscr...@goog legroups.com> > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/satchmo-users?hl=en. > > > > > -- > > > Brian O'Connor > > -- > 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]<satchmo-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/satchmo-users?hl=en. > > -- Brian O'Connor -- 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.
