Retrieve an account validation
Returns the current state of a previously-submitted validation. Use this to poll a pending validation until it reaches a terminal status (verified, name_mismatch, not_found, not_available, or error).
Authentication
Path parameters
Validation ID returned by POST /accounts/validate
Response
Validation ID — use with GET /accounts/validate/{id} to poll a pending validation.
Validation outcome. pending means the upstream provider is still resolving; poll GET /accounts/validate/{id} until terminal.
Which connector produced the result (e.g. flutterwave, sandbox).
Name returned by the provider, populated for verified / name_mismatch.
Where the result came from — internal_rules = format check (e.g. NUBAN check digit), external = upstream provider lookup.
ISO-8601 timestamp at which the cached result becomes stale.
Free-form provider reason; populated for not_found / name_mismatch / error.