#raxkumar
1 messages · Page 1 of 1 (latest)
hello! if you don't want to use Account Links, alternatively you can pass in the required verification information via the Accounts API : https://stripe.com/docs/api/accounts
However, you cannot bypass verification altogether. The account does need to be verified in order for you to perform transactions on it
you can pass in test information to verify the account : https://stripe.com/docs/connect/testing
So my doubt is can I pass this test information in the live mode to bypass the verification (in terms of user perspective)
Is that possible?