#steven_error
1 messages ¡ Page 1 of 1 (latest)
đ 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/1412560652869963957
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there
Do you have arequest ID for me, that shows the error message?
"error": {
"message": "This application is not authorized to delete sub_1S32OGHyX5HcJwj12ewCnGnU.",
"request_log_url": "https://dashboard.stripe.com/acct_1RCiAaHyX5HcJwj1/logs/req_LK4c0RE0xzjkHl?t=1756851454",
"type": "invalid_request_error"
}
} ```
This subscription was created by platform acct_19vpyHBNoBq7xjnY, but you attempted to delete it from platform acct_1NLHQAJ4S0qSZVFI
Could you share why are you deleting from the different platform?
Hey I'm a bit confused
we are a stripe app (platform)
We make an API call to cancel the subscription to our connected account (as we do for all connected accounts) and only this one account has the sub cancel calls fail
Checking why the request failed for this specific account
For other successful cancellation, the subscription creations and cancellations are from the same platform. However, sub_1S32OGHyX5HcJwj12ewCnGnU was from created from different platform
When the subscription is created by another platform, your platform is not authorised to delete it
Only the connected account itself or the original platform who created the subscription is allowed to delete the subscription.
ok, that is pretty unusual. is there any work around here?
I'm afraid there is no workaround for your platform. Only the connected account and original owning platform can delete the subscription.
Is this expected behavior? this seems very strange to be a permissioning issue - you can refund tx that were not inited from your platform etc. It seems like its the only resource with scopes that are tied to the creator