#daveglo

1 messages ยท Page 1 of 1 (latest)

weak marshBOT
vestal epoch
#

Hi! Let me help you with this.

#

Could you please share the Event ID evt_xxx?

heavy fractal
#

HEY @vestal epoch thanks a mill, the event id is evt_1Nl9f4G169MUOFIqLvLz26Rf

vestal epoch
#

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.

heavy fractal
#

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

vestal epoch
#

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)

heavy fractal
#

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

vestal epoch
#

"company account" is the Platform?

heavy fractal
#

yea, ant the connect accounts are our clients ๐Ÿ‘

weak marshBOT
vestal epoch
#

This PaymentIntent doesn't have the on_behalf_of or transfer_data so it can't be mapped to any Connected account.