Skip to main content

Successful Validation

When the test API call succeeds:
  • Account is marked as validated
  • Connection completes
  • User sees success message
  • integrated_account:active webhook sent

Failed Validation

When the test API call fails:

Authentication Error (403)

The credentials are invalid or lack permissions. User sees: “Validation Error” message with guidance Your app: Link SDK throws validation_error exception

Other Errors

Network issues, service outages, or configuration problems. User sees: Error message with details Your app: Link SDK throws an error with context

Handling Failures in Your App

Webhook Events