#arya_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/1366412757083361290
đ 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.
- arya_code, 2 days ago, 12 messages
Hi, what does 'But unable to fetch the packages details in backend code.' mean? Are you aksing how to attain the product, prod_S70L665kjCQOou via the API?
When you attempt to retrieve the product, what error do you see?
I have created subscription plans to my account, now I am trying to show it on my frontend for the users but the list is getting empty
I am using the testing publishable and secret keys to get it
That is why, that price, price_1RCmKuLuluAayEghH6TLMRve was created on your live account via the Dashboard, https://dashboard.stripe.com/logs/req_T6y42QkN6bDumV . You would need to make that request using your live API keys.
You need to create that price / product in test mode using you test API key
Actually I am not getting the test mode to be on in my main account
It should be visible in the header because for my dummy account I was getting there. But In this main account I am unable to fetch it
We talk about that behavior here, https://docs.stripe.com/testing-use-cases#transition-from-test-mode-to-sandboxes. You can use your Sandbox information in that case.