#dsa_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/1232085698623049738
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there! We do not support testing in live mode. This is against our terms of service. Testing in test mode should reflect how things work in live mode
so how do i make sure that the credit card will work? how do i use a real credit card?
When you're testing in test mode, you can work with these cards: https://docs.stripe.com/testing
You can use the cards here to simulate all different kinds of payment scenarios
how do i make sure that the credit card will work
Even a real card may not work in live mode. This ultimately depends on the issuing bank
ok so if i have 1 part of that website thats it live mode and another module that is still being in dev, how do i run that in test moe while main site is in live?
how do i do that?
becuase dashboard oly allows to switchmode... i want to be able to test on my dev site while i have system live on the live site
there?
my stripe dashboard in live mode but i want to use it from dev site. how to do it without a real credit card?
The "test mode" toggle you see in the Dashboard doesn't actually do anything to change your website or the way you're integrating with Stripe. When you switch modes in the Dashboard, all that's happening is you're able to see objects that were created in either live mode or test mode, as well as view the live mode or test mode keys.
Can you rephrase your questions? I'm not really following where you're blocked
how do i run my app in test mode then?? generate a test key...?
In your Dashboard, switch the view to "Test Mode" and navigate to Developers > API keys. You should see a test publishable key (pk_test...) and a test secret key (sk_test...).
ok thanks