#avinash_webhooks

1 messages ¡ Page 1 of 1 (latest)

tired elbowBOT
#

👋 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.

timber hound
#

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?

cunning hill
#

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"
,

timber hound
#

Can you share the event id please?

#

It should start with evt_

cunning hill
#

evt_1RBmMPJLAdhVHE0cz91Zjael

timber hound
#

That would show you the account id

cunning hill
#

is there any way, we can get account ID in that webhook response ?

timber hound
#

Yes, you need to look at the Connect webhooks and you can attain that data.

cunning hill
#

Ok...will check, thanks

tired elbowBOT