Jump to content

php with paypal


ded

Recommended Posts

I know how to send paypal the item information, pricing, quantity, etc etc etc.  How do I send paypal a session ID that they will return to me once the payment has been processed?

 

Regards,

DED

Link to comment
Share on other sites

OK, added the following and brings over the correct URL, But still buyer must click button instead of automatically loading the webpage.

 

              <input type="hidden" name="rm" value="2">

 

 

Link to comment
Share on other sites

  • 1 month later...

Updating your database is not recommend on your return page.  There is no guarantee the user will return to the return page (even with auto-return enabled).  You should use IPN https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_admin_IPNIntro instead, which is always guaranteed to take place.  It's server to server communication, though, so it's a little bit tougher to setup.  I created a solution that a lot of people are using.  It's posted on PayPal's developer forum:  https://www.x.com/thread/30664

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.