#moe-loubani_unexpected
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/1339991899284705372
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, to access objects on the Conencted Accounts when using Direct Charges, you would need to pass the Stripe Account Header: https://docs.stripe.com/connect/authentication
I suspect you're mixing Direct Charges and Destinaton Charges.
but even when I visit the product from the Stripe dashboard while logged into the main account and then visiting the connected account I still get the error so it can't be related to the API part of things
for example I log into Stripe, I go to Connected Accounts, I choose a Connected Account, I go to the product catalog on that account and choose a product and so far no errors but when I click on a price it throws an error
I can't speak to how the Dashboard works as this chat is focused on developers and technical questions.
the issue is with the API I was just trying to show that it occurred outside of it too to see if that helped, I am able to access the product but when I try to access the price it tells me it isn't available, I will give a request id: https://dashboard.stripe.com/workbench/logs/req_IeqxX7ctqCRB6L https://dashboard.stripe.com/logs/req_IeqxX7ctqCRB6L?t=1739548824
The reason being, that price object, price_1O5s6yBlAp1NB238B7kRCuY6 belongs to your connected account. You can't access that without using the Stripe Account header as shared above.
ok, I will look into it in more detail or come up with some more info to reopen the ticket, thanks