#deland_best-practices

1 messages Β· Page 1 of 1 (latest)

thin shadowBOT
#

πŸ‘‹ Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

πŸ”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1332352652285050993

πŸ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

tropic gazelle
#

πŸ‘‹

Clone live connect express, subscription, and invoice data into test mode? I can do my best replicating with test clocks but it’s not ideal.
Yeah, you need to create all these using direct APIs, there is no such a mechanisme for cloning live data into test/sandbox

#

Create verified connect express accounts in test mode without manually going through the onboarding form?
You can use API completly to have a fully onboarded account but it's available for Custom Accounts

#

Between for e2e tests you should mock Stripe Part, your tests needs to be focused on the part you own and not external components

#

But it's possible to have this all set using APIs I think

fathom spoke
tropic gazelle
fathom spoke
#

Thanks for the e2e help! If we would rather not mock stripes part, is the only option manually creating express accounts?

tropic gazelle
fathom spoke
#

We really only need to enable transfers for our plans. Meaning just accepting ToS. Can that be done thru the api or just custom?

tropic gazelle
fathom spoke
tropic gazelle
fathom spoke
#

Got it, Thanks for the help!

#

Have a great day

tropic gazelle
#

Happy to help!