#Magnus1993

1 messages ยท Page 1 of 1 (latest)

steady jasperBOT
timid jasper
#

@edgy slate let's chat here!

edgy slate
#

I've built a scenario in Make (formerly Integromat) to update disputes programmatically. However, when I check the logs on my stripe dashboard I get "No request parameters"

#

I'm not a dev, hence why I'm using Make. I've managed to GET a list of my disputes, upload files via the file api and get the file ID. But can't get the last step of sending that evidence to the dispute.

#

Here's a screenshot of my API call

#

I'd love some help. Thanks in advance.

timid jasper
#

Thanks for the context! I haven't used Make before so bear with me a bit

#

Could you share the request ID from the request you're reviewing in the Dashboard?

#

It should start with req_...

edgy slate
#

Here you go: req_CY00XgrJ8Z0LBe

timid jasper
#

Hm, I see Make is passing a request body in the POST requests to /v1/files but not for the requests to /v1/disputes/dispute_id

#

Do you mind taking a screenshot of the Make window for your /v1/files request?

edgy slate
#

They're 2 different modules. Maybe I should use HTTP for the stripe API?

timid jasper
#

Yeah, I'm not sure about that since I'm not familiar with Make

#

One other thing I noticed is I don't see evidence.narrative in any of our guides. How did you find this parameter?

edgy slate
#

Hmmm, I saw it on the Dashboard

steady jasperBOT
edgy slate
#

But I'm not sure where. I'll remove it and see what happens.

#

Ok, it didn't work on the Stripe specific module

craggy aurora
#

๐Ÿ‘‹ Taking over this thread, catching up now

edgy slate
#

Thanks

craggy aurora
edgy slate
#

Sorry, I'm not really sure what that means. I read it, but it's a bit beyond me. What would that look like?

craggy aurora
#

I'm not sure how Make works, but the parameter name should look something like evidence[uncategorized_file] or evidence.uncategorized_file depending on Make's input format

#

Similarly for product_description that it should look like evidence[product_description] or evidence.product_description

#

Both parameters are nested under evidence parameter

edgy slate
#

Ok, thank you.

craggy aurora
#

No problem! Happy to help ๐Ÿ˜„

edgy slate
#

It worked, wooooooooooooo