Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 272961
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T00:23:01+00:00 2026-05-12T00:23:01+00:00

For my membership site, I’ve got the IPN handler done. My question is one

  • 0

For my membership site, I’ve got the IPN handler done. My question is one of site “flow”.

Here’s how it goes:
User -> Landing -> SignUp -> Verify -> PayPal -> ThankYou

So here’s the problem (which could just all be in my head). Let’s say you’ve signed up and verified your account. Then you click the “Subscribe!” link and are sent to paypal – where you complete payment and get sent to the “Thank You” page.

What if the IPN doesn’t arrive back to my site quickly? The subscribe link will still be there, and users may click it again thinking they’ve not subscribed (even though they have, it’s just taking time).

If I combat this by updating their profile to say… “Activating…” when they click the “Subscribe” link, and they don’t complete the PayPal process… it could be forever saying “Activating…”.

Just curious, as this is my first time integrating PayPal:

  • How do you handle the state between the time the user clicks the subscribe link and it takes for the IPN process to complete?

  • Have you ever had any issues with IPN’s not arriving quickly?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T00:23:02+00:00Added an answer on May 12, 2026 at 12:23 am

    Your question suggests that the connection to the remote server is asynchronous (ajax)?

    It’s probably easier to write it in a synchronous manner, so the IPN is guaranteed to return. If it doesn’t, it means that:

    a) The user closed the browser after being redirected to the remote server;
    b) The remote server did not respond.

    Good payment gateways will redirect the user back to your site if they click maybe the “Cancel” button, but a return is never guaranteed, so you need to handle it correctly.

    I would have a separate table to log the transactions for a given user; that is:

    one user, many transactions

    Some payment gateways allow you to define as callback to your server when a transaction is completed. That is, the connection is initiated by the gateway — it does not run the browser, as the user can close the tab/window — where it does a post to your callback URL, and then you update the status of the transaction.

    I’m not sure if PayPal does allow for such things, but so far, I’ve never had issues with PayPal because I’ve always written it in a synchronous manner.

    Of course, if asynchronous is required, then your ajax function has to have a timeout/error handler — I recommend jQuery, of course.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've got a membership site using the default ASP.NET membership setup. The user accounts
I am building a membership site... I just got thru the login page and
We are creating a new site using ASP.NET membership provider for user registration and
I am using the default .NET Membership Provider for user management in my site.
WCF-service is hosted by ASP.NET web-site. ASP.NET Membership is not used in web-site. User
I've got a site that uses Forms Authentication (with a custom membership provider, but
I'm using ASP.Net membership to secure my site and I have a question about
I've put my site online and I'm looking to add/change user membership. From Visual
I'm using ASP.NET and the membership provider for my site. If the user is
I am following MSDN's walkthrough on Creating a Web Site with Membership and User

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.