Newbie Stripe Problems

Hi, a bit of a noob with Stripe. Some questions if you could oblige please :slight_smile:

  1. I have signed a user up to a subscription, is there a way to track whether they’ve paid their next monthly fee?
  2. How can I make it so once the user doesn’t pay their fee, their system is set to cancelled?
  3. Does stripe generate invoices for monthly subscriptions or are they instantly took out?

Cheers.

All of the questions will find their responses in your Stripe Dashboard.

For each subscriber, you will get their subscription status (paid/unpaid) and you ça define rules to cancel immediately unpaid subscription (immediately or after several notification ms sent to the user).