#worming - net30

1 messages · Page 1 of 1 (latest)

lilac granite
#

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?

twilit radish
#

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

lilac granite
#

Ah okay, so you are wondering how to tell 30 days from the start of each subscription cycle?

twilit radish
#

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

orchid plinth
#

Hi 👋 I'm stepping in for @lilac granite . Give me a sec to catch up

#

Okay so most of our subscription pricing models bill up front. So that is going to make this type of integration a little difficult.

#

However, we do bill at the end for usage based subscriptions.