#abdurrehman_error

1 messages ¡ Page 1 of 1 (latest)

violet bronzeBOT
#

👋 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.

broken fulcrum
#

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?

iron creek
#

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

broken fulcrum
iron creek
#

i mean stripe dashboard

#

by dev server i mean on cloud

broken fulcrum
#

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?

iron creek
#

req_ia3eOrBiBWMO4u

#

price_1RxTixLGYNbSUtj2LrAIqo1P thats the price id

broken fulcrum
#

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.

iron creek
#

let me have a look

broken fulcrum
#

Sure

iron creek
#

thanks for the info

#

but i have one question. How can i make it a searchable as with the normal price obj

broken fulcrum
#

What does that mean exactly?

iron creek
#

like this price not found ,it should not be there as the object has been created

broken fulcrum
#

if you logged into the right arrount, it will be there.

#

Can you confirm that you're looking in the correct account for that object id?