#ashish846955
1 messages ยท Page 1 of 1 (latest)
Do you mean the onboarding link for connected account? If so, then you can use Create Account Links API: https://stripe.com/docs/api/account_links/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Are you going to connect existing account or create a new connected account?
Creating a new connected account is the recommended integration.
existing account
๐ stepping in here. Yes you can onboard existing account by that link (it's called OAuth link). You can have the link from your Dashboard. Details here https://stripe.com/docs/connect/oauth-standard-accounts
a How can I get state parameter?
You can generate using any random id generation algorithm