#daveglo
1 messages ยท Page 1 of 1 (latest)
HEY @vestal epoch thanks a mill, the event id is evt_1Nl9f4G169MUOFIqLvLz26Rf
Is this created on your connected account?
You will only get the account_id field on your Platform's Connect webhook endpoints. I only see this event sent to your own connected account's endpoints. You might need to enable this event on the Platform's Connect webhook endpoints.
thanks ๐ , is there any data in the response im getting where i can make another request to stripe to get the account id for the given studio
This arrives to the account's own webhook, so you will know what account_id it is (it's its own).
I will need a bit more details about how your application is structured, I see it's quite complex.
Which account creates the dispute and what account needs to listen to the event? (acct_ would help)
so the dispute is created against our "company account" we then need to need to find the acct_ for the customer the dispute is "actually against". So my question is: is there anything in the dispute.created payload which I can use to create another request to stripe to find the acct_ id for the customer the dispute is "actually against"?
"company account" is the Platform?
yea, ant the connect accounts are our clients ๐
This PaymentIntent doesn't have the on_behalf_of or transfer_data so it can't be mapped to any Connected account.