I'm trying to implement this module with the Drupal user registration form so that when a customer visits the site and tries to register they have to select a plan. On submission they get redirected to the stripe registration form once that's completed they get redirected back and the account is created and the customer is logged in.

I'm not 100% sure how this stripe module works so don't have any technical suggestions.

Great module.

Cheers Dan

Comments

danharper created an issue.

problue solutions’s picture

I also want to do this and presumed it was the purpose of the module.

I've got everything connected and my Stripe product is syncronised, all apppears to be working ok.

Followed the below steps:

* Add API and Pub keys at `admin/config/stripe-registration`
* Synchronize Stripe plans at `admin/config/stripe-registration`
* Edit plans at `admin/structure/stripe-registration/stripe-plan` and select the Drupal roles that should be associated with each plan.

All ok so far. now what?

How does a user actually pay for a subscription?