#level7-subscriptions
1 messages · Page 1 of 1 (latest)
My first question is, the customer id is the same thing as a token, right?
i guess you can put it that way. The customer id is a representation of the customer
Secondly, once I create a subscription, will that customer be automatically charged every month by stripe, or do I have to charge them manually?
Yes, once you create a subscription, the customer will automatically be charged.
Third, can I cancel people's subscriptions myself from Stripe's dashboard, or do I have to make an API call?
yes, you can cancel subscriptions from the Dashboard
Fourth question, is there any example of what my front end code should look like? do I create my own form and call some sort of Stripe API, or do I do something like embed a Stripe form onto my website?
you can take a look at : https://stripe.com/docs/billing/quickstart