#jarcher - Custom Connect

1 messages ยท Page 1 of 1 (latest)

ancient canopy
#

Hi ๐Ÿ‘‹

#

Since you are the platform you would need to provide all the interactions with the Disputes API for your Custom Accounts

urban elk
#

@ancient canopy This doesn't seem right, when I query this API there's no data even though there's a list of disputes in my dashboard

ancient canopy
#

You are the platform account, correct?

urban elk
#

Yes

ancient canopy
#

Okay can you share a dispute ID so I can check?

urban elk
#

when I run const disputes = await stripe.issuing.disputes.list({ limit: 100, });

#

Stripe API throws an error: "Your account is not set up to use Issuing"

#

so instead I'm running const disputes = await stripe.charges.search({ query: "disputed=true" });

alpine crown
#

stripe.disputes, not stripe.issuing.disputes

urban elk
#

๐Ÿ‘

#

you got me, thank you!