Security

The controls, processes, and architecture decisions that protect the data on the multipll platform.

How to read this page. multipll is a pre-product seed-stage company. This page describes the security posture we have built into the platform, the controls we operate today, and the items that are on the path toward formal certification. We’d rather be specific and accurate than aspirational. Banks evaluating multipll should request our security questionnaire and architecture documentation directly.

On this page

  1. Our approach
  2. Data handling
  3. Infrastructure
  4. Access controls
  5. Tenancy and data isolation
  6. Secure development lifecycle
  7. Monitoring and incident response
  8. Reporting a vulnerability
  9. Compliance roadmap
  10. Contact

1. Our approach

multipll handles two categories of sensitive information: business financial records on the borrower side, and confirmed credit-decision outcomes on the bank side. We design the platform around three principles:

2. Data handling

Encryption in transit

All connections to the platform use TLS 1.2 or higher. Internal service-to-service traffic within our cluster is also encrypted. We use Cloudflare’s Full (Strict) SSL mode for public endpoints.

Encryption at rest

Customer data stored in our PostgreSQL databases and in our object storage is encrypted at rest using platform-managed keys. Database snapshots and backups inherit the same encryption.

Secrets management

Application secrets, API tokens, and database credentials are stored in Azure Key Vault and surfaced into workloads through the Azure Key Vault CSI driver. Secrets are not committed to source control. Operator access to secrets is logged.

Data minimization

We collect the data that is necessary to evaluate a credit profile. Credentials for third-party data sources (such as accounting systems and bank-statement aggregators) are held by the underlying aggregator wherever possible; we do not store bank login passwords.

3. Infrastructure

The platform runs on Microsoft Azure in a hardened production tenancy. Core components include:

Production infrastructure is separated from development and staging environments. Production database access is limited to a small, named set of operators; access is logged and reviewed.

4. Access controls

5. Tenancy and data isolation

multipll is a multi-tenant platform with strict per-tenant scoping. The tenant_id for every request is derived server-side from a master organization lookup; it is never trusted from a client-side payload. Database queries are scoped by tenant at the application layer, and audit logs record the tenant context for every credit-decision-relevant action.

6. Secure development lifecycle

7. Monitoring and incident response

Production systems emit application logs, infrastructure logs, and audit events. We monitor for unusual access patterns, authentication failures, and anomalous query volumes. When we detect a potential incident, we follow a documented response playbook: contain, investigate, remediate, communicate with affected customers, and conduct a post-incident review.

If we determine that a security incident has resulted in unauthorized access to customer data, we will notify affected customers without undue delay and in accordance with applicable law.

8. Reporting a vulnerability

We welcome reports from security researchers. If you believe you have found a vulnerability, please email admin@multipll.com with a clear description and reproduction steps. We commit to:

9. Compliance roadmap

We are not yet certified under SOC 2, ISO 27001, or similar third-party frameworks. As we move toward production deployments with partner banks, we are building out the controls, evidence, and documentation required for SOC 2 Type II readiness. Banks and customers can request our current security questionnaire, architecture documentation, and data-flow diagrams under NDA at admin@multipll.com.

10. Contact

Security reports and questions: admin@multipll.com
Privacy questions: admin@multipll.com
Everything else: founders@multipll.com