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 using Dwolla/Plaid tokenization to create a new funding source, if that token is no longer valide, a generic error happens :
dwollav2.error.Error: {"code":"UpdateCredentials","message":"The login details for this token have changed."}
The Error class is a little bit misleading, it will be easier to isolate this issue if the error was named .error.PlaidError or TokenError or even ValidationError like the rest.
The text was updated successfully, but these errors were encountered:
When using Dwolla/Plaid tokenization to create a new funding source, if that token is no longer valide, a generic error happens :
dwollav2.error.Error: {"code":"UpdateCredentials","message":"The login details for this token have changed."}
The Error class is a little bit misleading, it will be easier to isolate this issue if the error was named
.error.PlaidError
orTokenError
or even ValidationError like the rest.The text was updated successfully, but these errors were encountered: