#stripe_connect_platform-cancel-at

1 messages · Page 1 of 1 (latest)

tidal trail
#

Hi there, a little confused by your phrasing here... let me make sure I understand. You want to ensure you don't stop access to your service before the renewal payment occurs?

#

Like you are tracking current_period_end for when to stop providing the service?

#

As you noted, cancel_at is when to actually cancel the Sub. So this would mean provisioning during the past_due state.

old spade
#

Yes, I want to ensure I don't stop access to my service before the renewal payment occurs?
Do we save current_period_end or current_period_end + 1.hour

tidal trail
#

A one hour buffer should be more than enough buffer. It likely shouldn't take more than a minute or so to receive the Webhook upon renewal.