#abdurrehman_error
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/1406994850871644380
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, are you referring to the Stripe Dashboard? You need to ensure that you're searching on the correct Dashboard. Can you confirm the price id that is not showing and the account id where you've logged in to search?
no i am not referring to dashboard, I am programmatically creating products and prices .so when do it locally its working fine.My products are created on stripe and prices have ids.But when testing it out via dev server, i am unable to created the same prices objs on stripe
What does 'via dev server' mean? Can you share the request ID where you attempted to create the object? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
You mentioned you were able to create the object, but are having issue when searching it in the API?
What is the price id that you're not seeing?
Did you use the scret key from this account?
Or, are you mixing you your accounts?
It looks like you're using Connect and making requests on behalf of that Connected Account. In this case, that price is made on your Express: acct_1RtjfXLGYNbSUtj2
You're likely logged into acct_1RGxF0PqwSINQbc3 and looking for this price. If you login to your Express account, you should be able see this object. When you create an onbect on behalf of another account directly, that object does not belong to your main account rather it belongs to your Connecte Account.
let me have a look
Sure
thanks for the info
but i have one question. How can i make it a searchable as with the normal price obj
What does that mean exactly?
like this price not found ,it should not be there as the object has been created