#avinash_webhooks
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/1360270396712292493
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, what does 'not getting merchant account ref in response.' mean exactly? Can you share an example event and expalain what you see exactly vs. what you expect here?
THis is the response I get {
"object": {
"id": "po_XXXXXXXXXXXXXX",
"object": "payout",
"amount": 442126,
"application_fee": null,
"application_fee_amount": null,
"arrival_date": 1744329600,
"automatic": true,
"balance_transaction": "txn_XXXXXXXXXXXXXXXXXXXXXX",
"created": 1744330001,
"currency": "gbp",
"description": "STRIPE PAYOUT",
"destination": "ba_XXXXXXXXXXXXXXXXX",
"failure_balance_transaction": null,
"failure_code": null,
"failure_message": null,
"livemode": true,
"metadata": {},
"method": "standard",
"original_payout": null,
"reconciliation_status": "completed",
"reference": "VCS-GGGGGGGGG",
"reversed_by": null,
"source_type": "card",
"statement_descriptor": "VCS-GGGGGGGGG",
"status": "in_transit",
"trace_id": {
"status": "pending",
"value": null
},
"type": "bank_account"
},
"previous_attributes": null
}
i am looking for "account": "acct_XXXXXXXc"
,
evt_1RBmMPJLAdhVHE0cz91Zjael
You'd want to look at the Connect event Under 'Connected Platform': https://dashboard.stripe.com/events/evt_1RBmMPJLAdhVHE0cz91Zjael. You need to look at the connect webhook: https://docs.stripe.com/connect/webhooks
That would show you the account id
is there any way, we can get account ID in that webhook response ?
Yes, you need to look at the Connect webhooks and you can attain that data.
Ok...will check, thanks