PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Expired Subscriptions w/ Authorize.net

  1. When working with the Paypal subscriptions there's a way to change the role of a user if their payment doesn't go through or their subscription expires.

    Essentially I had an "expired" user role and a "subscriber". In the paypal feed page I was able to set the role to "expired" from a dropdown very easily.

    My client has since decided to change to Authorize.net but there doesn't seem to be the same feature. How do I ago about getting this to work? A subscription that does nothing once it expires isn't very useful...

    Posted 11 years ago on Thursday April 4, 2013 | Permalink
  2. I'll bring this to the attention of the development team.

    Posted 11 years ago on Friday April 5, 2013 | Permalink
  3. Just to show what I mean, this is how user registrations integrate really well with paypal:
    http://imgur.com/pWew5Nx

    And here's a lack of the same feature in authorize.net:
    http://imgur.com/p6i4LBv

    edit: just wanted to specify that I'm putting screenshots in case this feature was actually built-in but a bug was keeping it from showing up somehow (at least that's my hope!)

    Posted 11 years ago on Friday April 5, 2013 | Permalink
  4. This feature is not currently included in the add-on. The ability to integrate Authorize.net and the User Registration add-on is not currently available. It's already been brought up as a feature request.

    Posted 11 years ago on Saturday April 6, 2013 | Permalink
  5. I would love to see this feature added as well.

    Posted 11 years ago on Monday April 22, 2013 | Permalink
  6. luxerman
    Member

    Was this upgraded or fixed? It appears the description under the Authorize.net description says it supports user registration as well?

    Posted 10 years ago on Wednesday May 29, 2013 | Permalink
  7. I just checked the change log for the most recent release (Version 1.3.4) and I do not see that feature included. It was added to the feature requests for the add-on when the issue was first raised by impeka. I sent this issue to the development team again to be sure. Sorry for the confusion.

    Posted 10 years ago on Thursday May 30, 2013 | Permalink
  8. Please try adding this code to your theme's functions.php. Before you make it active, you will see in the code there are three possible choices for what to do with the user when the subscription is cancelled:

    • Change the role
    • Remove all roles
    • Delete the user

    Please comment out two of those and use just one. Here's the code:
    http://pastie.org/7990326

    Please let us know if this works for you.

    Posted 10 years ago on Tuesday June 4, 2013 | Permalink