#trapov
1 messages ยท Page 1 of 1 (latest)
so where do I find the clientId then?
you can find it here: https://dashboard.stripe.com/account/applications/settings
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
And if I'm not using the oauth flow?
I'm just getting the url via the accountlink resource
so my flow is to create an account and then link it and that's about it, do I need to worry about oauth?
so even if I didn't use the oauth while linking the account I still need to use this flow?
no, in that case you need to reject the account https://stripe.com/docs/api/account/reject
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
oh
But I can still ignore it and let users disconnect themselves, right? Currently I'm just deleting the accountid link in my database and just forget about them.
it really depends on what type of Connect Accounts are you using
the standard one
I see that I can unlink myself when I'm logging as a merchant that was linked
in that case, you don't have any other option then deauth (the flow we started speaking about)
so I would need to auth them in the first place then, right?
through the oauth flow
okay, anyway, leaving it as is right now is bad because the merchant is going to be still associated with the platform and even still the merchant can unlink the account via the dashboard it's not how it's should be working. am I getting it right?
but you would still get unwanted events
I'm not subscribed to them ๐
I'm just polling the API to check the accounts and the payments in my platform
ok then
so except unwanted events there's nothing bad leaving it as is, right?
no not really
okay then, thank you
let me know if you need any more help