#pakman99_error
1 messages ¡ Page 1 of 1 (latest)
đ 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.
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
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
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
The key that is used for API calls is what determines if those happen in live or test mode?
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
where would I put it?
Did you write the Stripe.js code that is on your webpage? It would look like this https://docs.stripe.com/js/initializing
one sec
this is the code I put in
<!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url="https://calendly.com/ezrakliewer/sessions" style="min-width:320px;height:700px;"></div>
<script type="text/javascript" src="https://assets.calendly.com/assets/external/widget.js" async></script>
<!-- Calendly inline widget end -->
would I put this javascripit in my site?
var stripe = Stripe('pk_test_TYooMQauvdEDq54NiTphI7jx');
?
are you still there?>
?
?
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.