#vinh9281_code
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
âąď¸ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime!
đ 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/1212127422011416648
đ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
â˛ď¸ 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. Thank you for your patience!
Hello
Hubspot sounds like a third-party platform. We'd know nothing about how they enable Stripe integration.
So I'm not sure if we can help.
You'd likely want to check with Hubspot's support team about this instead.
Thanks will do!
but do you know if stripe account with test mode is one account or two separate?
Each Stripe account will have a test mode and live mode.
The mode is decided by the API keys used to make the request.
Live keys are prefixed with pk_live and sk_live
Test keys are prefixed with pk_test and sk_test
You can think of each mode as separate sandboxes.