#a6kerim_code
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/1291665620844150785
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- a6kerim_code, 1 day ago, 12 messages
- a6kerim_no-code, 1 day ago, 12 messages
- a6kerim_code, 2 days ago, 5 messages
- a6kerim_code, 2 days ago, 22 messages
No such paymentmethod: 'pm_1Q664sH00SyOhrmUlTBeyBTv'; a similar object exists in test mode, but a live mode key was used to make this request.
Wat is that...
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Looks like you were using a live mode API key to access an object created in test mode
Check the API key that you use, does it start with sk_testor sk_live?
sk_test ofc
Share with me the request ID
I am testing my payment form, but an error has appeared. What to do? How to fix it?
req_XsMkeargo1QyJt
I don't see any errors in this request
1 min, i will record error in video
No, you shouldn't paste your API key here
Discord is a public place and everyonce can see it
You should roll your API key asap
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
I've found the request. This request was created in live mode, meaning you were using the live mode key
The live mode key might still be cached in your app. You might want to save your code, restart the node.js server and try again.
Look at this
How do I test the functionality in test mode? What do I need to change?
live keys dont used
are u here?
?
bro ๐ฆ
help me
I'd recommnd you check your code again and make sure it uses a test mode API key.
๐ฆ
Save the project and restart the node.js server?
@lost herald i have problem
it can only really be that code is not actually running what you think it is and is running with old values. All I can really say is "add logs, restart/re-deploy your services".