Services
Managed batch workflows
SmartVerify-managed batches are orchestration around individual verification requests. VerifyNow does not publish a batch submission, CSV, batch-status or partial-failure contract.
Available services
| Service | Code | Input | Status / notes |
|---|---|---|---|
| Batch Alive/Deceased | batch_alive_live | Validated CSV | Intake layer only; no provider request during validation. |
| Batch AML/PEP | batch_aml | Validated records | Requires a separate per-record queue and charging policy. |
| Manual Batch Quotes & Requests | batch_request | Request details | Manual commercial workflow; not an instant API check. |
Review and safeguards
CSV intake is bounded and server-validated. Current validation stores batch metadata and validation results only, discards the raw upload, makes no provider call and charges no credits. Automatic dispatch must wait for durable per-record state, reservation/release rules, idempotency, bounded retries, partial-failure reporting and unknown-outcome reconciliation.