Delta Verification Setup
Use this guide when you want Conto to route your organization’s payment approvals through the Delta verifier. Delta sits in the approval step. When a matching payment request is created, Conto opens an approval request, sends Delta a signed webhook with payment and invoice context, and waits for Delta’s decision before the payment continues.Delta is currently a guided rollout, not a self-serve dashboard toggle. If you want Delta access,
contact sales@conto.finance and Conto will activate it for your
organization.
How To Get Access
If you want Delta enabled for your organization:- Contact sales@conto.finance or your Conto contact.
- Share the organization you want to enroll and whether you want Delta scoped to specific agents.
- If you are running a verifier, share its public webhook URL and the HMAC secret you want Conto to use.
- Conto activates Delta for your organization and confirms when it is ready for testing.
What Conto Activates For You
When Conto enables Delta for an organization, we provision the Delta pilot state for that org:- Turns on Delta for the organization
- Creates or reuses the internal approver identity Delta uses for verification decisions
- Creates or updates the
deltaapproval workflow - Creates or updates the Delta webhook notification channel
What You Need To Provide
For most onboardings, Conto only needs:- The organization you want activated
- The public verifier webhook URL, for example
https://delta.example/webhooks/conto/approval - A shared HMAC secret
- Optional agent IDs if you want Delta limited to a subset of agents
- The vendor / invoice scenario you want to test first
How To Know Delta Is Active
After Conto activates Delta:- The organization’s Delta tab appears in the main dashboard sidebar
- Matching payment requests return
REQUIRES_APPROVALwith anapprovalRequestId - Delta receives the signed
approval.requestedwebhook for matching requests - Proof metadata appears in the Delta detail view after a verifier decision
Recommended Setup Before Testing
Before running a payment through Delta, make sure the target organization also has:- An agent that is either in the scoped agent list or intentionally left unscoped
- A managed wallet or external wallet flow you plan to test
- An approved counterparty matching the vendor address
- Payment requests that include
context.invoice
Related Docs
Delta Smoke Test
Run the managed-wallet and external-wallet Delta flows end to end
Notification Channels
Delta webhook payload format, action tokens, and callback contract
External Approvals
Review the generic approval-channel callback flow and verification block
Payments API
See the SDK request shape,
approvalRequestId, and invoice context