Skip to main content
Best practices to reduce wire validation exceptions.

Overview

Lead applies various validation checks on all wire transactions processed through our systems. Validations fall into two categories:
  • Synchronous: The API returns an immediate error response. The wire object is not created.
  • Asynchronous: The wire is created but subsequently rejected. A wire.rejected webhook fires when this occurs.

Important Validations