#benstjohn
1 messages ยท Page 1 of 1 (latest)
Hello ๐
The list all disputes API should by default return the ones where status is needs_response too
Are you not seeing that in the results?
oh woops
Don't think that endpoint supports filtering with status yet unfortunately
and then while doing this, I would also like to "expand" the charge for each one. Any suggestions on this one?
Yeah expanding should work fine with the List call however, the filter by status isn't currently supported
if I just said ['expand' => ['charge'] would it work, or do i need to specify I'm expanding charge inside the data object?
You'd need to specify data
okay one more question
since I can't filter - I'm getting an error loading my data when the status is "won"
i'm not sure if that's because it's got some kind of missing data, but any thoughts on what I can do here?
What error are you getting exactly?
I think it was an Nginx buffer size - nevermind