#tomhamiltonstubber - Payouts
1 messages Β· Page 1 of 1 (latest)
π
Can you share the request ID?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
req_mjLH3K56xReGM4
Just bumping this in case I've been forgotten; I understand you're busy
Yeah, everone pilled in in the last 20 minutes
thanks for the bump
Okay so this payout is on the Express account, yes? The way this request is formatted, the API is looking for this request on your account
I also tried it with req_mc7WQEMXv0npH6, where the account id is set correctly (I think)
I don't see a a stripe account id for that request.
Here's how I'm doing the request:
import stripe
stripe.api_key = x
stripe.account_id = express_account_id
stripe.Payout.retrieve('po_x')
Let me double check I haven't fluffed it, 2 secs
stripe.account_id does not set the Account ID header . You need to specify that per API request.
https://stripe.com/docs/api/connected_accounts