#Kapuetze
1 messages · Page 1 of 1 (latest)
Hi
I accidentaly deleted my reference to a stripe connect account in our database
What was the reference ? are you the platform account ?
OK, you can search/filter for your Connected Account in your dashboard:
https://dashboard.stripe.com/test/connect/accounts/overview
And look up for its Id
Or using the API, you can list all Connected Accounts and search for the "lost" Connected Account Id:
https://stripe.com/docs/api/accounts/list
Is there a way to do it programatically? I'd like to build it so that a customer could do it as well using the original way they connected to our platform
I mean, can we enable the connect flow to also include pre existing accounts so you dont HAVE to create a new one when connecting to the platform?
You need to check if that user has existing accounts or not... you can track that in your local database
I see, so we have to prevent deletion of the reference at all cost
Yes, otherwise you create another Connected Account and make some clean periodically on exeisting and not used Connected Account
Ok, thanks