#shahzaib-haider_docs
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/1224997391036317707
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- shahzaib-haider_code, 5 days ago, 13 messages
Hi, let me help you with this.
Yes, you need to use the Stripe-Account header, and call the endpoint for each connected account.
Ok. But I get below object list. How to verify that it's list of stripe account: acct_1OcOc0A6yncjkkru
Object:
{
"id": "po_1P0vonA6yncjkkruvrRCclmM",
"object": "payout",
"amount": 1381,
"application_fee": null,
"application_fee_amount": null,
"arrival_date": 1712016000,
"automatic": true,
"balance_transaction": "txn_1P0vonA6yncjkkruIWOeIeAm",
"created": 1712020037,
"currency": "usd",
"description": "STRIPE PAYOUT",
"destination": "ba_1OcOcUA6yncjkkruVPMtFSfG",
"failure_balance_transaction": null,
"failure_code": null,
"failure_message": null,
"livemode": false,
"metadata": {},
"method": "standard",
"original_payout": null,
"reconciliation_status": "completed",
"reversed_by": null,
"source_type": "card",
"statement_descriptor": null,
"status": "paid",
"type": "bank_account"
}
You can't verify it from the results, but you know what request you made, right?
Ok, then can you tell me where from dashboard I have compare this data.