#Feelk - Subscription Error
1 messages · Page 1 of 1 (latest)
Hello! Sounds like you don't have permission to delete the Subscription in question. It was likely not created by you. Do you have a request ID so I can take a closer look? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_nE3hYuhZfMvEdq
But this account is connected
Yeah, but you didn't create that Subscription.
This is only a blocker for deleting subs or other operations as well?
It depends on the operation. What are you trying to do/build?
We did a migration for a customer from another service to ours, and we just linked the subscriptions on our database instead of recreating them.
We need to cancel and pause subs
You would need to do that from the platform that created those Subscriptions.
Isn't there another way? There's thousands of customers with their subscripts not cancelable.
Is it possible to cancel all subscriptions from their stripe account?
Yes their account can delete any of the subscriptions that it created
There isn't really another way at the moment. The delete calls need to come from the account that created them. The way to migrate subscriptions here is to recreate the relevant products and prices on your new account, cancel whichever subscription(s) on the platform, and then recreate them on your account