#ninjajinja_code

1 messages · Page 1 of 1 (latest)

thorn galleonBOT
#

đź‘‹ Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

đź”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1298640560931737642

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

gusty mortar
#

Hello
You mean charge the customer for the subscription 15 days before Jan 1 (Dec 16 - for your example)?

noble summit
#

yes

#

give them a window to pay

#

if they cant cancel the sub

gusty mortar
#

That's not how subscriptions work unfortunately. Stripe will draft and finalize the invoice on the billing date. If you'd like to send the customer the invoice 15 days prior, you'd need to move the billing cycle to accommodate that. Basically changing the billing cycle

noble summit
#

also my collegue forwarded me this
For Advance payments
Set Up an Invoice for the Advance Payment: If you need an upfront payment for the subscription or some other initial service, you can create an invoice manually in the dashboard or programmatically using the API and set the payment due date according to your needs. This invoice can be paid immediately.
Adjust Subscription Amounts (If Needed): Once the advance payment has been received, you may want to prorate future subscription charges or apply a credit to the customer’s account. You can do this via Stripe’s “Credits” or “Proration” feature.

#

can you help with this @gusty mortar thank you thankyou

gusty mortar
#

The information shared by your colleague is a workaround using one-off invoice which may or may not work. You'd want to test it in test mode to make sure it is 100% the behavior you want.

noble summit
#

for this we would need to send tem invoice on certain intervals by ourselfs? or will stripe schedule it like it does for sub?

gusty mortar
#

You'd need to create the one-off invoices yourself by calling the API. That's not something Stripe will be able to do automatically.

noble summit
#

no not the one off but the sucessive ones

gusty mortar
#

Subscription related invoices are generated on the billing dates specified on the subscription. So if your subscription runs from Jan 1 to Mar 30th, then the new invoice will be created on April 1

Successive quarterly invoices will follow the same pattern.

noble summit
#

thanks this helps a lot convey my greeting to GENJithankyou