#pakman99_error

1 messages ¡ Page 1 of 1 (latest)

cosmic mirageBOT
#

👋 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/1332447436836180119

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

verbal escarp
#

Hello, is this a site that you are coding yourself? Or is this Calendly's Stripe setup on your page?

#

We throw that error because we reccommend against testing in live mode. I am not sure if Calendly has a way to switch to Stripe test mode but their docs/support may know more about that

timid raven
#

im putting Calendly booking on my site that ive made. testing in live mode? im in test mode though.

#

can I send a screen shot

verbal escarp
#

How are you setting that? By providing your key somewhere? Or is this a setting in a dashboard?

#

If you are using the Stripe dashboard test mode toggle, that only toggles what mode your dashboard is viewing things in. The key that is used for API calls is what determines if those happen in live or test mode

timid raven
#

The key that is used for API calls is what determines if those happen in live or test mode?

verbal escarp
#

Correct. Did you put your key somewhere for the Stripe Elements on your page? It would look like pk_test_12345 or pk_live_12345

timid raven
#

where would I put it?

verbal escarp
timid raven
#

one sec

#

would I put this javascripit in my site?

var stripe = Stripe('pk_test_TYooMQauvdEDq54NiTphI7jx');

#

?

#

are you still there?>

#

?

#

?

verbal escarp
#

My colleague confirmed that the Stripe.js code here is handled entirely by calendly. So there wouldn't be a way to test in test mode unless they programmed one.

timid raven
#

oh

#

ok

#

so I cant test

#

only live

#

?

verbal escarp
#

I'm not familiar with Calendly's offerings here but yeah with the current setup you cannot test because it is live mode.

#

They may also have recommendations for testing that don't include in payment method details as they handle that for you.