#mirenna_api
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/1362067557573459998
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐ can you elaborate more on what is complicated, and help us understand what is blocking you?
You do have to serve your site using HTTPS for testing certain pieces of functionality, like wallet-based payment methods.
I get this: "IntegrationError: Live Stripe.js integrations must use HTTPS. For more information: https://stripe.com/docs/security/guide#tls"
I have changed the main account to test mode, but it still gives this error.
This is new. I never had to do some nonsense fake https in the dev environment to do this.
The testmode toggle in the dashboard doesn't change the mode your integration runs in, it only changes whether the dashboard shows you testmode data or livemode data.
The mode your integration runs in is controlled by the API keys you use. If you initialize Stripe.js with your livemode publishable key (pk_live_ prefix), then the integration runs in livemode. You need to use your testmode key (pk_test_) if you want to run the integration in testmode.
Sigh. That's probably it.
That was it. Thank you! I wasn't asking the right question when trying to navigate the help documentation.