andrewculver / koudoku

Robust subscription support for Rails with Stripe.
MIT License
1.16k stars 188 forks source link

Charge upon subscription (upfront payments) #138

Closed dyatlov closed 8 years ago

dyatlov commented 8 years ago

Sorry if it was written somewhere but I didn't find that. When I assign subscription to a user, will the user be charged immediately? We need our users to pay in advance/upfront, so when someone subscribes to our plan we have to charge them now, not in a month.. It seems to me that the only way to achieve this is to charge them first time through Stripe API directy..?

yas4891 commented 8 years ago

we create a standard Stripe::Subscription based on a Stripe::Plan. Those are charged upfront.