#neb_connect-subscription
1 messages ยท Page 1 of 1 (latest)
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.
- neb_webhooks, 4 days ago, 16 messages
๐ 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.
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.
Okay, thank you for the clarification. (Still don't see that in the docs, but I trust you ๐ )
I tested this on my test account. I still see the objects, though you can't do anything with it.
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
You can test this on your end using your test API key.
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?
you would need to handle these and cancel them before you make the request to delete therese accounts.
Okay, I had a feeling that was the case. Thanks for clarifying
Sure!
Always appreciate y'all's support here! Cheers