#worming - net30
1 messages · Page 1 of 1 (latest)
Hello, I am not familiar with net30 but am looking in to it. Is this a kind of account that a user can have behind a card or some other payment method that Stripe supports?
we call net30 to the way the subscription is going to be charged... the customer starts the subscription today, and is going to pay after 30 days
Ah okay, so you are wondering how to tell 30 days from the start of each subscription cycle?
i need a notification (monthly for a monthly subscription and yearly for a yearly subscription) to know when i have to release the credits... now we are using the invoice.paid event, but since this subscription is going to be charged after 30 days, we cannot rely anymore on that event to release the credits
so, for this type of subscription we will need two different notification events, one to know the subscription started or was renewed and one to know that the customer paid the invoice
since we are going to set the start billing cycle date to 30 days after the subscription start date, idk what stripe event should i use