#neb_connect-subscription

1 messages ยท Page 1 of 1 (latest)

dusky driftBOT
zealous duneBOT
#

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.

dusky driftBOT
#

๐Ÿ‘‹ 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/1243661082984448031

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

gritty spruce
#

Hi, this is expected that the objects on the accounts are not deleted when the account is deleted. I believe once an account is deleted, https://docs.stripe.com/api/accounts/delete subsequent payment won't work. For this reason, you can cancel the Subscriptions is the services won't be offered.

undone mural
#

Okay, thank you for the clarification. (Still don't see that in the docs, but I trust you ๐Ÿ™‚ )

gritty spruce
#

I tested this on my test account. I still see the objects, though you can't do anything with it.

undone mural
#

I was more curious about the people with active subscriptions

#

whether or not their subscriptions will renew and what happens to the money

#

Also, it seems there's no way for those customers to cancel their subscriptions

gritty spruce
#

You can test this on your end using your test API key.

undone mural
#

I test the stripe.billingPortal.sessions.create endpoint to see if my customers could manage their subscriptions but the endpoint fails

#
const session = await stripe.billingPortal.sessions.create(
      portalSessionData,
      { stripeAccount: connectId }
    )

gives the error

The provided key 'sk_test_*********************************************************************************************R6QuL8' does not have access to account 'acct_1QK49B4JM5OSmz5M' (or that account does not exist). Application access may have been revoked.

#

This makes sense because the account no longer exists. But then how do customers manage their existing subscriptions?

gritty spruce
#

you would need to handle these and cancel them before you make the request to delete therese accounts.

undone mural
#

Okay, I had a feeling that was the case. Thanks for clarifying

gritty spruce
#

Sure!

dusky driftBOT
undone mural
#

Always appreciate y'all's support here! Cheers