#munkeycigar-Connect
1 messages · Page 1 of 1 (latest)
Hi, taking a look here
You can create test mode standard connect accounts on your current account
You'd make this call: https://stripe.com/docs/api/accounts/create and use your test API Key, https://stripe.com/docs/keys
You can specify the account type here: https://stripe.com/docs/api/accounts/create#create_account-type
This resource, https://stripe.com/docs/connect/standard-accounts is what you'd want to review to learn more about Standard Connect Integration
when I create an account link, it makes me enter real information about a business?
i tried using the testing verification values and it wouldn't succeed
Here is what you need: https://stripe.com/docs/connect/testing
It provides test data for you, I should have also provided this earlier
👋 there should be a button for skipping the onboarding form for a Standard Account in testmode
You can't use that connect verification data since this account could go live at some point.
That is why we require actual real data if you go through the onboarding steps
ah ok. So if I skip the onboarding steps using testmode, will it still allow me to create subscriptions on that connected standard account in testmode?