Skip to content

Trust center

Security controls explained without a wall of badges

Invoice Crowd protects business records through authenticated sessions, CSRF checks, optional TOTP two-factor authentication, role and capability gates, active-business scoping and provider-side payment verification. This page also states the limits that still matter to a buyer's review.

  • Optional TOTP two-factor authentication
  • Payment success revalidated with providers
  • No unverified certification claims

Last updated:

Invoice Crowd security center illustration showing sign-in, two-factor authentication, business scope and payment verification checks.

Current controls

Layered controls around identity, business records and money movement

The application uses several narrow boundaries rather than treating a visible page or browser response as proof of authority.

Protect account access

Identity checks start before a business record is loaded.

Invoice Crowd protect account access control map with fabricated sample data.

Session authentication, password controls and TOTP

The owner application uses Laravel session authentication and CSRF protection. New passwords require upper- and lowercase letters, a number and a special character, and account security settings support time-based one-time-password two-factor authentication.

  • Authenticated web sessions
  • CSRF checks on state changes
  • Optional authenticator-app TOTP

Adaptive abuse controls

Signup uses CAPTCHA and layered address/IP throttles. Login applies account and IP limits and can require an adaptive CAPTCHA after repeated failures.

  • Signup verification
  • Account and source-IP throttles
  • Adaptive login challenge

Keep business contexts separate

An authenticated user still needs the right owner, business and capability context.

Invoice Crowd keep business contexts separate control map with fabricated sample data.

Owner, team and active-business checks

Application operations resolve the owner or team parent and the selected business profile. Team-visible modules and sensitive actions pass permission or named-capability checks, with unknown team modules denied by default.

  • Owner or team-parent scope
  • Selected business profile
  • Module and capability gates

A boundary that remains under continuous hardening

The mature application does not use one universal database-level tenant scope. Controllers, services and queries must preserve the owner and active-business invariant, so security review and regression tests remain part of every sensitive change.

  • No blanket global-scope claim
  • Per-operation ownership checks
  • Ongoing adjacent regression coverage

Verify money and operations

A browser return or posted status is never enough evidence of payment.

Invoice Crowd verify money and operations control map with fabricated sample data.

Active payment flows revalidate provider evidence

Supported active gateways verify a signature and/or perform an authenticated provider read, then compare the tenant, gateway account, allocation, amount, currency and successful state before settling an invoice.

  • Provider evidence required
  • Amount and currency matched
  • Replay-resistant event handling

Backups and deployment are operational controls

The application includes a scheduled daily database-backup command and production preflight processes. A schedule is not a recovery guarantee by itself: monitoring, retention, restore testing and production configuration still need operational verification.

  • Daily backup task in application schedule
  • Deployment gates and health checks
  • Restore claims require live evidence

Evidence and boundaries

The security posture a buyer can verify

Current controls, operational dependencies and explicit non-claims, based on the application and architecture reviewed August 7, 2026.

  • Authentication

    Laravel session authentication with CSRF protection for the owner application.

  • Two-factor authentication

    Optional TOTP setup, confirmation and disable paths in account security settings.

  • Signup and login abuse controls

    CAPTCHA, account/address limits and source-IP throttles are applied at the server boundary.

  • Team permissions

    Module rules and named capabilities restrict team-visible and sensitive operations.

  • Business scoping

    Records are resolved within the owner or team parent and selected business profile.

  • Payment verification

    Active flows require provider evidence and exact commercial binding before settlement.

  • Upload controls

    Application upload paths validate allowed type, extension and content at their owning boundary.

  • AI write safety

    The server-side assistant is tool-limited, tenant-scoped and stages writes for confirmation.

  • Backups

    A daily database-backup task exists; production monitoring and restore readiness are separate operational evidence.

  • Encryption claims

    Some protected credentials use dedicated encryption, but no blanket claim is made for every legacy setting.

  • Certifications

    This site does not claim SOC 2, ISO 27001, HIPAA or another independent certification without evidence.

  • Responsible review

    Report a suspected security issue privately through the support contact rather than posting account data publicly.

Questions

Security, answered

Does Invoice Crowd support two-factor authentication?

Yes. Account security settings include optional TOTP two-factor authentication for an authenticator app, with setup, confirmation and disable flows protected by the signed-in session and throttling.

How does Invoice Crowd separate one business from another?

Application operations resolve the owner or team parent and the active business profile before accessing business records. Team roles and named capabilities further restrict modules and sensitive actions.

Does a payment gateway redirect automatically mark an invoice paid?

No. Active payment paths require provider-side evidence, such as a verified signature or authenticated provider read, and compare the account, allocation, amount, currency and successful state before settlement.

Does Invoice Crowd store card numbers?

Invoice Crowd integrates with external payment providers for configured checkout and payment methods. This page does not make a blanket PCI-scope or zero-card-data claim; the exact data path depends on the provider integration and should be reviewed for the gateways you enable.

Is Invoice Crowd SOC 2 or ISO 27001 certified?

No such certification is claimed on this page. Ask Invoice Crowd for current written evidence if a procurement process requires an independent certification, penetration test or data-processing document.

Are backups guaranteed?

The application schedules a daily database-backup task, but a schedule alone does not prove production completion, retention or restore readiness. Those operational controls should be verified for the live environment and your recovery requirements.

Bring your security questions to the same table as your workflow needs

Review the product, ask for the evidence your organization requires, and start with a limited account and representative data before wider rollout.

  • No card required to start
  • Visible product boundaries
  • Cancel anytime