Implementation Details: The specific implementation of what happens on Filed’s side when this mutation is called, including how Filed verifies the connection and makes API calls to your platform, will be discussed and coordinated between your team and Filed’s engineering team during the integration process.
Arguments
The connection ID returned from the start provider connection mutation.
Optional JSON object containing additional configuration. Common fields include:
firmReferenceId: Your internal reference ID for the tax firm (useful for correlation)- Any other parameters you want Filed to store for this tax firm
- Configuration that helps Filed communicate with your platform
Returns
Connection identifier.
Workspace identifier this connection belongs to.
The partner key used for this connection.
Connection status. Will be
active if the verification succeeds, or an error state if it fails.Display name for the connection.
Timestamp when the connection was last updated.
Example
Filed will use the credentials from the start provider connection step to make an API call to your platform. If the API call succeeds, Filed marks the connection as
active. If it fails, the connection status will reflect the error state.Troubleshooting
Problem: Connection status remainspending or shows an error after collect
Solutions:
- Verify the credentials provided in the start step are valid and have the necessary permissions
- Ensure your platform’s API is accessible and responding correctly
- Check that the API endpoint URLs are correct
- Verify the API keys and tokens haven’t expired
- Review Filed’s API call logs (contact support if needed)
connectionId not found
Solutions:
- Ensure you’re using the
connectionIdfrom the start provider connection response - Check that you’re using the correct workspace’s connection ID