#Anh-payout
1 messages · Page 1 of 1 (latest)
Hi! Could you share the request ID (req_xxx) that failed? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
It looks like you are trying to get the payout of a connected account. So you need to use the platform account API keys with the Stripe-Account header set, as explained here: https://stripe.com/docs/connect/authentication
Yes, but you forgot to set the Stripe-Account header. So Stripes looks for the payout on your own platform account, and cannot find it (which explained the error message).