Subprocessors

LedgerGuard uses a small set of subprocessors to run core infrastructure, billing, monitoring, and optional document-processing capabilities.

Subprocessor list

These providers may process or store data to deliver the service. Features marked optional are used only when enabled in deployment configuration.

VendorPurposeData categoriesWhen usedRegion / notes
SupabaseDatabase, authentication, and object storageUser identity; Tenant metadata; Document files and extracted recordsAlways (core)
StripePayment processing and subscription billingBilling identifiers; Subscription and invoice stateWhen billing is enabled
SentryError monitoring and tracingApplication error telemetry; Operational trace metadataWhen SENTRY_DSN / NEXT_PUBLIC_SENTRY_DSN is configured
AWS TextractOCR for document text extractionDocument images/PDF text content for OCRWhen ENABLE_TEXTRACT=true
OpenAILLM-assisted structured extractionDocument-derived text and extraction promptsWhen ENABLE_LLM=true
Redis hosting providerQueue infrastructure for BullMQ jobsJob payload metadata (org/document ids and processing pointers)Always (core queue infrastructure)Deployment-specific provider and region; add trust URL in your subprocessors addendum if required.
Hosting providerWeb, API, and worker runtime hostingRuntime environment data; Operational logs and telemetryAlways (core runtime hosting)Deployment-specific provider and region; add trust URL in your subprocessors addendum if required.

Updates

We update this list when providers, processing categories, or deployment posture changes.

Contact

Questions about subprocessors or data handling can be sent to support. support@ledgerguard.io.

Back to Security