Avrentis speaks the standard identity protocols — no per-provider hacks. Sessions, revocation, and MFA all work the same whether you're on Okta, Entra, or Google Workspace.
SCIM 2.0 keeps Avrentis in sync with your directory. Add a user in Okta, they land here. Mark them inactive, their session is revoked within seconds.
Every stage of the approval lifecycle can dispatch to the channels your approvers actually check. Multi-channel by default, all tracked to the audit trail.
Avrentis owns the approval chain. The final record can flow into the ledger or ERP of your choice through native connectors or CSV / API exchange.
Every sanctioned voucher produces a formally formatted bank letter with the MD's signature, accepted by commercial banks across the region. Native banking APIs are on the roadmap.
Everything you see in the UI is available over an authenticated REST API, with webhooks for every state transition. For Enterprise customers we also issue tenant-scoped service tokens.
Signed HMAC webhook payloads, versioned schemas, idempotent retries with exponential backoff. Build the notifications your team actually wants, or sync sanctioned vouchers to your ledger the second the MD signs.
Full API documentation is being finalised for public release. Launch partners get access today.
Request API access{
"event": "voucher.sanctioned",
"tenant": "acme-org",
"occurred_at": "2026-04-21T14:42:17.003Z",
"actor": {
"id": "u_01HMPW2Q1",
"role": "md",
"ip": "154.113.x.x"
},
"entity": {
"type": "payment_voucher",
"id": "PV-2026-0184",
"amount": { "currency": "NGN", "value": 12450000 }
},
"signature": "sha256=8f3d…"
}