views:

3

answers:

0

I have a requirement for a Wordpress site that allows the user to buy a licence for an online product via an eCommerse system. Here's the ideal scenario:

  • The user pays for a licence for a web app
  • The Wordpress site would need to call a webservice to get the unique username and password
  • Either the Wordpress site or the webservice would email the user the login details

Does a plugin like this exist? I've seen plugins that allow a user to download a digital asset but none that grant the user a login after a payment.

Any help appreciated.