You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I verified the issue is still present in the latest version.
Steps to Reproduce
Our app makes use of Stripe.Account.retrieve("acct_abc123") to fetch a connect account under our main account. Prior to the 3.x release this call worked and would return the details of a connected account based on the passed id.
It looks like since 3.x the code is being auto-generated based off the OpenAPI spec and this function no longer works. The function signature now accepts a map of params, not a binary account id.
Happy to fix this with some guidance on the code generation. Thanks for taking a look!
Expected Result
What is expected is to be able to get an account by a id.
Gonna close it in favor of #786 Reopen it if you feel I made a mistake! I encourage you to take the PR to the finish line. Let me know if I can help you with it!
Package Version
3.1.1
Are you using the latest version?
Steps to Reproduce
Our app makes use of
Stripe.Account.retrieve("acct_abc123")
to fetch a connect account under our main account. Prior to the 3.x release this call worked and would return the details of a connected account based on the passed id.It looks like since 3.x the code is being auto-generated based off the OpenAPI spec and this function no longer works. The function signature now accepts a map of params, not a binary account id.
Happy to fix this with some guidance on the code generation. Thanks for taking a look!
Expected Result
What is expected is to be able to get an account by a id.
Actual Result
The text was updated successfully, but these errors were encountered: