#special character
1 messages · Page 1 of 1 (latest)
I tried manually creating an invoice with a due date in the near future but didn't see the invoice.upcoming come through like I thought.
In that case, it's gets a bit more involved.
The invoice.upcoming event is triggered from a Subscription's billing cycle and your account's setting for the. number of days beforehand you want to be notified.
I have tested the event as part of a larger testing integration building Subscriptions and using our Test Clocks feature to advance time for specific Subscriptions.
Ahhh, I see. I will look at the test clock docs you shared to see if I can advance the subscription time like you suggest. Thanks!
Sure thing! Happy to help
You can also review your Account's subscription settings here:
https://dashboard.stripe.com/settings/billing/automatic
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
The Upcoming renewal events setting controls how many days in advance the invoice.upcoming event fires
Ahhh I see. That makes sense on why creating the manual invoice didn't work. It is specifically for when a subscription is going to renew. Thanks for all the help!