#RichStoneIO-expired-key-event
1 messages ยท Page 1 of 1 (latest)
So there's no way to know beforehand if a Connected Account's API key has expired? Only when they hit some functionality on our page and it's not possible to fulfill the request?
Stripe keys don't expire without explicit action, so this doesn't seem like a scenario that would arise often.
So probably the only case would be if our application gets deauthorized by the Connected account and I think there was an event for that?
Oh, are you using access tokens to authenticate requests for your connected accounts instead of our newer approach?
https://stripe.com/docs/api/connected_accounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Using connect, you wouldn't be using a connected accounts API keys anyways, but your own platform keys
Can you explain the actual issue you are encountering?
There are events for standard accounts disconnecting, yes:
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.