#Konrad
1 messages · Page 1 of 1 (latest)
Hi there!
Can you share the ID (req_xxx) of the failing API request?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_Om6QAPZs4TbRWJ
You need to specify the Stripe-Account: {{CONNECTED_STRIPE_ACCOUNT_ID}} header in your request. Because it seems you are seeing a payout made by a Connected Account. pass the value acct_1LmWGAGg4ks7VXXX in the header of the retrieve request
https://stripe.com/docs/connect/authentication#stripe-account-header
Hey, thank you. I dealed with the same issue before. So every-time I want to request another's account information I need to add the account id as well. That makes sense. Thanks for your help!
Hey, taking over here. Let me know if there's any follow-up Qs I can answer!
All good, it worked! Thanks again