Dear Amanda, dear Stripe team,
i need your help again in how to implement the Connect flow.
As i said, i have two scenarios: a) onboarding (connecting) existing accounts & b) onboarding new users with Connect & Standard accounts.
Problem A
Until now i was prepared to use:a) OAuth for existing accountsb) Stripe hosted flow for creating new accountsHowever, the post here states that OAuth is a legacy integration and 'Account Link' is preferable. Is 'Account Link' the recommended way for existing accounts as well (not OAuth)? Because the official documentation states something different
Problem B
Testing (onboarding new accounts)
I am successful in creating a new account and redirecting to Stripe flow.
Since verifiication needs entering a phone number, i should be able to skip the form entirely (in test mode)...but i have no such option.
That option is only available in OAuth.
However (whether using the API, or creating user from within the dashboard), created accounts are 'restricted' and useless to use for testing payments on_behalf_of etc etc
HELP needed:
A) What is the correct way in testing the 'flow' implementation using the test data from your documentation?
B) Is 'Account Link' the recommended way for existing accounts as well (not OAuth)?
C) How do i create a new account verified and available for testing purposes?
Thank you for your support