#ddbg

1 messages ยท Page 1 of 1 (latest)

stuck mortarBOT
tall mural
#

Hi ๐Ÿ‘‹

I'm not familiar with the Stripe Postman collection but I'll be happy to take a look. Can you just post the request ID here (req_)?

granite tartan
#

Hey @tall mural , thank you for your fast reply, to be honest, it's my first time trying directly through postman xD

#

I only have this "request_log_url": "https://dashboard.stripe.com/logs/req_yCyXu1ZID2pG2G?t=1677515869"

tall mural
#

I can't use links to the dashboard though

#

but don't worry I've got it

granite tartan
#

@tall mural looks like the metadata object is automatically casted to string :/

tall mural
#

Yeah, that does appear to be the problem

#

Also I'm unsure why you are using the same metadata string in both the Phase and the general Sub Schedule

granite tartan
#

I did it for the code implementation and it's working

tall mural
#

So yeah, we need the metadata parameter to be an array of key: value pairs

granite tartan
#

we are just trying to run more tests without using our code

tall mural
#

It seems like this is something Postman is doing and you may need to disable

#

Got it, that makes sense

granite tartan
#

we have this :

#

I don't know what I have to enable/disable :/

#

also we tried to pass the params in Json but still not working :/

tall mural
#

No it needs to be form-encoded.

granite tartan
#

yes just found out the same xD

#

we tried also to pass it through form-data, but still not working ๐Ÿ˜ฆ

tall mural
#

Because of the string conversion?

granite tartan
#

yes still the same error

tall mural
#

Unfortunately I cannot offer much in the way of advice there, since it's an issue with how Postman is formatting the request.

granite tartan
#

got it, thanks!

#

Maybe I should try with curl