#moe-loubani_unexpected

1 messages ¡ Page 1 of 1 (latest)

uneven waveBOT
#

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

woeful crow
#

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.

surreal geyser
#

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

woeful crow
#

I can't speak to how the Dashboard works as this chat is focused on developers and technical questions.

surreal geyser
woeful crow
#

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.

uneven waveBOT
surreal geyser
#

ok, I will look into it in more detail or come up with some more info to reopen the ticket, thanks