#mrelliot69
1 messages · Page 1 of 1 (latest)
Hi there. What can I help you with?
Heyy, so im trying to update the support_address of a connected express account and allways get the error from api saying Received unknown parameter: support_address
Can you share the request ID? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
how i can find the request id?
See above link I shared
for some reason on the logs list is not showing the last calls
found it req_wDjqWEWWGm8V0v
Ah. It's because you need to pass it within business_profile:
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
im using an old version of the api, and on that version i think that its not needed
2018-02-28
Hm ok. Try the request again with it in business_profile. Curious to see if that will work
the problem is that the other attributes like the support_email and phone work like that so that one should work to since is the same version of the params
Ah ok. So if you just remove the support_address param, the request succeeds? Can you share that request id?
yes, one sec
request id : req_fOr2Ahpo57wOdm using the bussiness_profile[support_address]
without
requestid: req_fOr2Ahpo57wOdm
req_fs3tPuwv8XmgeF
Ok thanks. Let me ask a colleague about this
Still waiting sorry
any news?
okok thank you
Ok so they just got back to me on this. Going to file a bug internally about support_address not working at the root level there
In the mean time you can use business_profile[support_address] as that should set the support address
the problem is then when i make a get of the account the support_addres comes empty
whats the solution for that?
Gotcha. My colleague just said that the solution is to just use the latest api version for that request. You can set api version on a per-request basis. https://stripe.com/docs/libraries/set-version. We'll file this bug report
the problem with that is that if i do that i need to refactor the entire payload and the view on the get
Unfortunately there's not another workaround at the moment for the GET