Skip to main content
All CollectionsCommon Errors
Error with oAuth refresh token
Error with oAuth refresh token

Error with oAuth refresh token explained.

Praise Magidi avatar
Written by Praise Magidi
Updated yesterday

Step: Quickbooks Steps

Message

Error with oAuth refresh token

Cause

The oAuth refresh token being used to generate a new token to use for this request to Quickbooks has expired

Resolution

Reauthenticate using the relevant Connection that this Step is referencing and rerun the Flow

Error Detail

json
{
"message": "Error with oAuth refresh token",
"statusCode": 400,
"errorMessage": "https://oauth.platform.intuit.com/oauth2/v1/tokens/bearer",
"error": "invalid_grant",
"body": {
"error": "invalid_grant"
},
"commandProcessingError": null
}

Did this answer your question?