#ddbg
1 messages ยท Page 1 of 1 (latest)
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_)?
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"
and this url from as a response on postman : https://dashboard.stripe.com/logs/req_yCyXu1ZID2pG2G?t=1677515869
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
@tall mural looks like the metadata object is automatically casted to string :/
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
I did it for the code implementation and it's working
So yeah, we need the metadata parameter to be an array of key: value pairs
we are just trying to run more tests without using our code
It seems like this is something Postman is doing and you may need to disable
Got it, that makes sense
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 :/
No it needs to be form-encoded.
yes just found out the same xD
we tried also to pass it through form-data, but still not working ๐ฆ
Because of the string conversion?
yes still the same error
Unfortunately I cannot offer much in the way of advice there, since it's an issue with how Postman is formatting the request.