#nasa51 - Connect Disputes
1 messages · Page 1 of 1 (latest)
Okay so assuming you are passing in an actual account ID (e.g. acct_XXXXXXX) instead of '{account_id}'
Thanks! I was just oing to ask for that
Huh, this doesn't show that you passed any connect header.
let me try to do another one
@prisma tree which account id are you passing in that call?
Here is new request id - req_jad4Q7g1Hpm19U
that one worked fine
you made a request as a platform on behalf of a connected account
account id is acct_1KbWrNPKZKwyHe9O
that call did work fine
No that account has no disputes at all
Okay you are mixing up multiple separate things here
You're using Destination charges as documented in https://stripe.com/docs/connect/destination-charges. This means the charge and in turn the refunds or disputes all live in your platform account
There isn't a way to list disputes on a connected account specifically in that world unfortunately. You have to list all the disputes in your own account and filter down in your own code
but this still will work to fetch balance specific to connect account?