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
When I try to call the FetchAccountBalanceAsync function with an account id, I got this error:
Acklann.Plaid.Exceptions.PlaidException: the following fields are not recognized by this endpoint: Options.
There is my call:
varresponse=awaitthis._client.FetchAccountBalanceAsync(newGetBalanceRequest{Secret=this._environmentConfig.Secret,ClientId=this._config.ClientId,AccessToken=accessToken,// TODO: Options should be used hereOptions=newGetBalanceRequest.Settings{AccountIds=newstring[]{accountId}}});
It looks like the options dont go through. But if I comment the settings object its working find.
The text was updated successfully, but these errors were encountered:
Viewing the postman collection here: Plaid Postman Sandbox Collection
There is no request body on top of the required request base.
Just needs a simple update.
Hi there,
When I try to call the
FetchAccountBalanceAsync
function with an account id, I got this error:There is my call:
It looks like the options dont go through. But if I comment the settings object its working find.
The text was updated successfully, but these errors were encountered: