{
“code”: “InvalidAccessToken”,
“message”: “Invalid access token.”
}
Hi @prasad_kanchi, Does this error occur when using the Dwolla postman collection? A few things you can check:
-
Is the value of the access token getting properly set in the Authorization header?
-
Has the access token been invalidated? an access token can be invalidated by refreshing authorization or by facilitating OAuth to receive a new access token.