#hendie-accountlinks-test
1 messages · Page 1 of 1 (latest)
Hey @hard nexus No there is no way to use Cypress to do this, at least not in a reliable way since we could change things at any point and break it
so what do you suggest? is there a way to create a test connected account, or is there a test account "acct_nnnn" that one can use that will always work?
there's neither of those sorry
I'm not sure what you are "testing" so it's hard to say unfortunately
mostly credit card payments on a web based POS system
we host many merchants as connected accounts that use our system for payments
surely Stripe must have test suites that exercise purchases authorizations, refunds etc
in a connect account scenario
Sure but you don't need to create a brand new account every time for that
you can create one on your platform and use that one for testing
that's what I do in mine, I have a few accounts in various state, like a rejected one, one in France, one in Japan, etc.
and I test various flows that way
thanks, I think we will do that then