Skip to content

How to Pass Enterprise Security Reviews When Using 3rd-Party API Aggregators

Enterprise deals die when your API aggregator stores customer data. Here's a step-by-step guide to passing vendor security reviews - with checklists, technical verification steps, and the artifacts procurement actually demands.

Roopendra Talekar Roopendra Talekar · · 26 min read
How to Pass Enterprise Security Reviews When Using 3rd-Party API Aggregators

Your six-figure enterprise deal just stalled. Not because the buyer didn't love the product demo, and not because a competitor undercut you on price. It died in procurement.

The AE moved the deal to the final stages, and the enterprise procurement team sent over a Standard Information Gathering (SIG) Core spreadsheet. Your engineering lead breezed through the sections on encryption and access controls, then hit Domain 10: Third-Party Risk Management. The questionnaire demanded a complete list of all sub-processors that handle, transmit, or store the enterprise's data.

You listed your third-party unified API vendor. The security auditor looked at the vendor's architecture and discovered they cache your customer's CRM, HRIS, and accounting data in a multi-tenant database for 30 to 60 days to handle retries and pagination.

The deal stopped dead. The enterprise security team flagged your architecture as a supply chain risk and refused to sign off on a contract that allows their sensitive payload data to sit in an unverified third-party database.

Anyone who has spent a weekend fighting with NetSuite's SOAP endpoints or deciphering Workday's undocumented rate limits knows that building integrations is painful. Unified APIs solve the engineering problem by normalizing data across hundreds of SaaS platforms. But if you choose the wrong architectural pattern, you are trading an engineering problem for a compliance nightmare.

This guide explains exactly why third-party API aggregators fail enterprise security reviews, what procurement teams are actually looking for, and how to architect your integration layer so it survives the audit.

Executive Summary: Why Vendor Security Reviews Fail

Enterprise security reviews for API aggregators fail for a small number of predictable reasons. If you only take one thing from this article, it's this: the single biggest deal-killer is unmanaged data residency in a third-party system.

Here's the pattern, distilled:

  1. Data storage ambiguity. The vendor can't give a clear yes-or-no answer to "do you store our payload data?" Vague responses like "we cache briefly for performance" trigger deeper investigation.
  2. Missing or stale compliance artifacts. No SOC 2 Type II report, an expired penetration test, or a DPA that doesn't name sub-processors. Procurement stalls while they chase documents.
  3. No architecture evidence. The vendor can't produce a data flow diagram showing exactly where customer data transits and where it rests. Without visual proof, auditors assume the worst.
  4. Weak credential isolation. Shared OAuth apps, no support for customer-owned credentials, or tokens stored without proper encryption.
  5. No deployment flexibility. SaaS-only with no option for VPC or on-premises deployment. For regulated industries, this is often a non-starter.

The rest of this guide walks through each failure mode in detail, gives you a concrete checklist of artifacts to prepare, and shows how to verify vendor claims with technical evidence rather than marketing promises.

The Enterprise Procurement Trap: Why Integrations Fail Security Reviews

When a B2B SaaS company moves upmarket, the first surprise isn't the feature gap — it's the vendor risk assessment. Enterprise buyers don't just evaluate your product. They evaluate every sub-processor in your data supply chain. If you use a third-party unified API or integration platform, that vendor gets its own row in the risk register.

The SIG questionnaire is a good proxy for what you're up against. Shared Assessments updates it annually, and the 2025 SIG Core contains 627 questions covering data handling, encryption, access controls, sub-processor management, incident response, and more. This is not a niche process: more than 100,000 SIGs are exchanged yearly, the questionnaire is integrated into software from over 30 technology partners, and more than 500 organizations license it for security due diligence.

Here's the pattern that kills deals:

  1. Your team builds the product. Sales gets a technical win.
  2. The buyer starts procurement. The security team asks: "Which third parties handle or store customer data?"
  3. You list your integration vendor.
  4. They send the vendor a SIG Core questionnaire (or their own proprietary version).
  5. The vendor's response reveals a sync-and-store architecture where employee records, CRM contacts, or financial data sits in the vendor's database for 30 to 60 days.
  6. Legal flags it. The deal stalls.

Enterprises don't manage vendor risk in spreadsheets anymore. They use automated Third-Party Risk Management (TPRM) platforms like ProcessUnity, Mitratech, or Whistic. These systems map your sub-processors against known breach databases and compliance frameworks. If you list an integration vendor that caches data for 60 days, the TPRM platform automatically flags your architecture as high-risk. According to recent industry research, 73% of organizations have implemented continuous monitoring solutions to track the security performance of vendors throughout the contract lifecycle.

The regulatory landscape keeps tightening around that process. As of January 2025, 144 countries had national data privacy laws in force, covering roughly 82% of the world's population. Once your customer has users, candidates, employees, or financial records moving through multiple systems, the integration layer stops being plumbing and starts looking like regulated infrastructure.

If your integration strategy is still built for SMB, enterprise procurement will expose every weakness in it.

The Financial Stakes of Third-Party Data Breaches in 2026

Enterprise security teams aren't paranoid — they're doing math. The cost of getting this wrong has never been higher.

According to IBM's 2024 Cost of a Data Breach Report, the global average cost of a data breach spiked 10% to a record high of $4.88 million. For companies in heavily regulated sectors, the numbers are far worse. Healthcare remained the costliest industry for breaches for the 14th consecutive year, with an average incident cost reaching $9.77 million.

When you use an integration vendor that syncs and stores data, you are participating in the creation of shadow data — unmanaged, duplicated data sitting outside of official IT control:

  • Shadow data amplifies damage. 35% of breaches in the study involved shadow data, and those breaches led to a 16% higher cost on average, totaling $5.27 million per incident.
  • Slower detection. Incidents involving shadow data took 26.2% longer to identify and 20.2% longer to contain.
  • Supply chain is a top attack vector. IBM's research found that vendor and supply chain breaches cost organizations an average of $4.91 million — the second costliest attack vector after phishing.
  • Third-party exposure is accelerating. Verizon's 2025 Data Breach Investigations Report noted that third-party involvement in breaches doubled year-over-year to 30%. Third-party cybersecurity incidents affected over 60% of companies in 2024.

This is why security teams are unimpressed by hand-wavy answers like "we only cache it briefly" or "the vendor is SOC 2 compliant." The real question is whether your architecture creates extra copies of sensitive data that the customer now has to govern, delete, audit, and explain after an incident.

Warning

The HIPAA Liability Trap If you're building a HealthTech SaaS and your integration vendor stores Protected Health Information (PHI), you must sign a Business Associate Agreement (BAA) with them. More importantly, you become legally liable for their security controls. If their database is misconfigured, your company faces direct OCR fines. Read more in our guide to HIPAA-compliant integrations.

The Top 12 Artifacts Enterprise Buyers Request

Before you get deep into architecture debates, know what procurement teams actually collect. If your integration vendor can't produce these documents within a week of being asked, you have a problem. If you can't produce them about your own integration layer, you have a bigger one.

# Artifact Why it matters Red flag if missing
1 SOC 2 Type II report (current year) Proves controls work over time, not just on paper. Type I is a point-in-time snapshot; enterprise buyers want Type II. Vendor only has Type I, or the report is over 12 months old.
2 Penetration test summary Independent validation that the vendor's attack surface has been tested. Ask for scope, methodology, and remediation timelines. "We do internal security testing" with no third-party report.
3 Data Processing Agreement (DPA) Defines processing purpose, data categories, sub-processors, breach notification timelines, and deletion obligations. No DPA offered, or a generic template that doesn't name sub-processors.
4 Sub-processor list Every downstream entity that touches customer data, with purpose and data categories. Vague verbal answer or "we'll get back to you."
5 Data flow diagram Visual proof of where data transits and rests - source system, integration layer, your app, and every persistence point. No diagram, or one that omits caches, retry queues, logs, and backups.
6 Encryption specification TLS version for transit, encryption algorithm and key management for data at rest (if any), and credential storage approach. "We use encryption" with no specifics on algorithm, key rotation, or scope.
7 Incident response plan Documented process with severities, triage criteria, escalation paths, and notification windows. No plan, or one that doesn't specify notification timelines for customers.
8 Business continuity / DR plan RTO and RPO targets with evidence of testing. Untested plan or no stated recovery objectives.
9 Vendor security questionnaire response (SIG, CAIQ, VSA, or proprietary) Standardized answers to security and privacy questions. Pre-filling these accelerates review. Vendor refuses to complete the questionnaire or takes months to respond.
10 OAuth and credential architecture doc How customer credentials are stored, who owns the OAuth app, and whether BYO credentials are supported. Shared OAuth apps with no option for customer-owned credentials.
11 Data retention and deletion policy Exact retention periods for every data category - payloads, tokens, logs, webhook bodies, backups. "We delete things when they're no longer needed" without timelines.
12 Deployment options document SaaS, VPC, on-prem, and regional availability. SaaS-only with no self-hosted path and no roadmap for one.
Tip

Pro tip: Don't wait for procurement to request these one by one. Bundle artifacts 1, 3, 4, 5, and 11 into a single security packet and send it proactively with your proposal. This can shave weeks off the review cycle.

The Problem with "Sync-and-Store" API Aggregators

Most legacy unified API platforms and integration sync engines use a sync-and-store architecture. When your application requests a list of contacts from a customer's Salesforce instance, the vendor doesn't simply pass the request along. Instead, they poll the third-party system, pull the data, write it to their own multi-tenant database, and serve it to you from their cache. The platform periodically re-syncs to keep the cache fresh.

This architecture exists for defensible technical reasons — it simplifies pagination, enables faster reads, handles rate limits, and supports delta sync. But it creates a compliance nightmare.

sequenceDiagram
    box rgb(235, 232, 226) Legacy Sync-and-Store Architecture
    participant App as Your Application
    participant Vendor as API Aggregator
    participant DB as Aggregator Database
    participant SaaS as 3rd-Party SaaS
    end
    
    App->>Vendor: Request Data
    Vendor->>SaaS: Fetch Data
    SaaS-->>Vendor: Return Payload (PII/PHI)
    Vendor->>DB: Write Payload to Disk (30-60 days)
    Note over Vendor,DB: Compliance Liability<br>Sub-processor Risk
    Vendor-->>App: Return Normalized Data

What this means for your security review:

  • Your vendor becomes a data sub-processor. Under GDPR, HIPAA, and most enterprise security frameworks, any entity that stores or processes customer data is a sub-processor. That triggers BAA requirements, DPA amendments, and a full risk assessment.
  • Data retention becomes your problem. If the vendor caches employee PII for 30 to 60 days, your customer's security team will ask: "Why does a company we've never heard of have a copy of our employee directory?" You won't have a good answer.
  • You inherit the vendor's attack surface. Every database is a breach target. Every cache is a potential data leak. The vendor's security posture becomes your security posture.
  • Deletion requests get complicated. When an enterprise customer asks you to purge their data, you have to coordinate deletion across your own systems AND your integration vendor's cache. Good luck getting that done within GDPR's 30-day window.

You can see the market reacting to this problem in public. Merge announced Destinations so customers can store data in their own environment instead of Merge's database, explicitly acknowledging that some companies have security postures that forbid data residency in third-party systems. Nango's documentation describes its records cache as an intermediate store with payloads pruned after 30 days and fully deleted after 60 days if a sync doesn't run.

These workarounds are honest acknowledgments of the architectural problem. But "Bring Your Own Database" features shift the entire engineering burden back onto your team — you're suddenly responsible for managing the infrastructure, maintaining database schemas, and handling sync state. That defeats the purpose of buying a managed integration platform in the first place.

Where teams get burned is not always the primary database. It's the secondary copies: sync caches, retry queues, debug logs, dead-letter storage, backups. If procurement smells unclear answers here, the review slows down fast, because now you're not discussing API connectivity — you're discussing lifecycle management of sensitive data across multiple platforms.

Danger

If your current answer to "Do you store third-party payload data?" is "sort of," assume the deal will stall until you can explain every storage path in plain English.

Step-by-Step Verification: Proving No-Storage Claims

Vendors will tell you they don't store data. Trust, but verify. Here's how engineering and security teams can independently confirm a pass-through/no-storage claim before the deal reaches procurement.

Step 1: Request the data flow diagram and map every persistence point

Ask for a diagram that covers the full request lifecycle - from your API call through the integration layer to the upstream provider and back. Specifically look for:

  • Where the raw provider response is held during transformation
  • Whether any queue, log, or object store receives the payload
  • How webhook payloads are buffered before delivery to your endpoint
  • What happens to payloads during retry and error-handling flows

If the diagram only shows the happy path (request in, response out), push back. The interesting persistence points are always in the error and retry paths.

Step 2: Inspect API response headers

Make a few API calls through the vendor's proxy and examine the response. A true pass-through will typically show latency that tracks the upstream provider (because it's hitting the provider API in real time). If you get sub-20ms responses for an API that normally takes 300ms+, the data is coming from a cache, not the provider.

Also check for headers like X-Cache, Age, or vendor-specific caching indicators. Their absence doesn't prove no-caching, but their presence disproves it.

Step 3: Test with unique, traceable data

Create a test record in the source system with a unique identifier. Pull it through the integration vendor. Then delete it in the source system. Query the vendor again. If the deleted record is still returned, the vendor is serving from a cache, and their "no storage" claim doesn't hold.

Step 4: Review the vendor's SOC 2 Type II report for storage controls

The SOC 2 Type II report describes the vendor's control environment over a period of time - typically 6 to 12 months. Look for:

  • System description section: Does it mention databases, caches, or data stores that hold customer payload data?
  • Control activities: Are there controls around data retention, purging, or lifecycle management for customer data? If yes, something is being stored.
  • Complementary User Entity Controls (CUECs): Do they require you to manage deletion or data lifecycle on their behalf? That implies data persists on their side.

Step 5: Ask for the retention and deletion matrix

Request a written matrix that lists every data category the vendor handles (payloads, tokens, metadata, logs, webhook bodies, retry queues, backups) and the exact retention period for each. A vendor with nothing to hide will have this ready. A vendor that hedges is storing more than they're admitting.

Architectural Must-Haves to Pass Vendor Security Reviews

If you want your integration layer to survive an enterprise security review, evaluate it against these specific technical requirements. This isn't a marketing checklist — it's what procurement teams actually look for.

1. Zero Data Retention (Pass-Through Proxy Architecture)

The single most impactful architectural decision is whether your integration vendor stores customer payload data. A zero-storage, pass-through proxy means the vendor receives an API request, translates it, forwards it to the third-party API, normalizes the response in memory, and returns it to your application. The raw payload is immediately marked for garbage collection. It never touches a disk, and it's never written to a log file.

A point of precision: "zero storage" doesn't mean literally nothing is stored. Serious platforms still store tokens and connection metadata. The meaningful distinction is whether customer payload data is retained. That's the line procurement cares about.

sequenceDiagram
    box rgb(235, 232, 226) Zero-Storage Pass-Through Architecture
    participant App as Your Application
    participant Proxy as Integration Proxy
    participant SaaS as 3rd-Party SaaS
    end
    
    App->>Proxy: Request Data
    Proxy->>SaaS: Fetch Data
    SaaS-->>Proxy: Return Payload
    Note over Proxy: In-Memory Transformation<br>Only
    Proxy-->>App: Return Normalized Data
    Note over Proxy: Payload NEVER<br>written to disk

2. White-Label OAuth Flows

Enterprise IT admins will not authenticate their corporate CRM or ERP through a third-party domain they've never heard of. If your integration vendor forces users through auth.random-vendor.com, the security team will block the connection. White-labeling the OAuth flow under your own domain keeps the third-party vendor entirely out of the user trust chain and removes a friction point in procurement.

3. Declarative Execution with Minimal Attack Surface

How much custom code does the integration vendor maintain per integration? A platform with thousands of lines of hand-written connector code per provider has a proportionally larger attack surface. Every line of custom code is a potential vulnerability.

The alternative is a declarative, configuration-driven architecture where integrations are defined as data — mapping configurations, transformation expressions, authentication templates — rather than imperative code. One generic execution pipeline handles every integration, dramatically reducing the codebase that needs to be audited and secured.

4. On-Premises and VPC Deployment

For the most security-sensitive buyers — healthcare, finance, government, defense — even a pass-through proxy might not be enough if it runs on shared cloud infrastructure. Your vendor must offer the ability to deploy the entire proxy infrastructure inside your own Virtual Private Cloud (VPC) or on-premises environment, completely removing the vendor from the data path.

Not every deal will require this. But having the option available can close deals that would otherwise be impossible.

5. An Escape Hatch to the Raw Provider API

A good unified API should not trap you. When the unified model doesn't cover a provider-specific field, custom object, or edge-case endpoint, you need a clean fallback — a pass-through proxy API that lets you make raw, provider-specific calls using the same managed authentication and rate limiting. Without this, engineers end up bolting on a second unofficial integration path, which creates its own security headaches.

Architecture Property Sync-and-Store Pass-Through Proxy
Stores customer payload data Yes (30-60+ days) No
Sub-processor classification Full sub-processor Data processor in transit only
BAA/DPA complexity High Low
Customer data deletion Requires coordination Nothing to delete
Breach blast radius All cached customer data No stored data at risk
Read performance Faster (cached) Depends on third-party API speed
Offline access Yes No

Be honest about the trade-offs. Pass-through architectures are slower for bulk reads because every request hits the third-party API in real time. If your use case requires materializing large datasets for analytics, you'll need to handle that caching in your own infrastructure where you control the security perimeter. That's actually a feature from a compliance perspective — your customer's data lives in systems you control and can audit.

Architecture Evidence: What Diagrams to Demand from Your Vendor

A vendor's marketing page will say "we don't store your data." Procurement needs proof. The diagrams below represent what a rigorous security review demands - not one generic architecture slide, but multiple views that cover normal operations, failure paths, and credential handling.

Diagram 1: End-to-end data flow (happy path)

This should show the full lifecycle of a single API request - from your application to the integration proxy, through to the upstream provider, and the response back. Every box on the diagram should be annotated with whether data is persisted or in-memory only.

What to look for: No persistence points between the provider response and your application's receipt of the normalized data.

Diagram 2: Error and retry paths

This is where hidden storage surfaces. When a request fails, where does the payload go? Is it written to a dead-letter queue? Is it logged with the full response body? Is it stored for retry?

A pass-through vendor should show that failed requests return errors to your application without persisting the payload. Your application owns the retry logic and the decision about whether to store the response.

Diagram 3: Webhook delivery flow

If the vendor offers unified webhooks, the diagram should cover: inbound event from the provider, transformation/normalization step, outbound delivery to your endpoint, and the retry mechanism if your endpoint is unreachable.

Webhook flows are the most likely place for a "no-storage" vendor to actually persist data, because they need to buffer events for delivery. Ask specifically: where are webhook payloads held during delivery retries, and for how long?

Diagram 4: Credential and token management

This diagram should show how OAuth tokens, API keys, and refresh tokens are stored, encrypted, and rotated. Key questions:

  • Are tokens encrypted at rest (not just the database volume - the token values themselves)?
  • Who owns the OAuth application - your customer, you, or the integration vendor?
  • How is token refresh handled, and are expired tokens purged?

If a vendor can produce all four diagrams with clear annotations, they're serious about security. If they push back or offer a single high-level architecture slide, treat that as a yellow flag.

Technical Security Checks: TLS, Credential Encryption, and Webhook Signing

Beyond architecture, procurement and engineering teams should verify specific technical controls. These checks apply to any integration vendor, not just unified APIs.

TLS configuration

Every connection in the integration chain - your app to the vendor, the vendor to the upstream provider - should use TLS 1.2 as a minimum. TLS 1.3 is preferred and increasingly expected: NIST SP 800-52 Revision 2 mandates TLS 1.3 support for federal systems and recommends preferring it when both parties support it. PCI DSS requires strong cryptography and considers older TLS versions insufficient.

How to verify: Use tools like openssl s_client, testssl.sh, or Qualys SSL Labs to check the vendor's API endpoints. Confirm they support TLS 1.2+ and have disabled TLS 1.0/1.1. Check that cipher suites support forward secrecy (ECDHE-based key exchange).

Credential encryption and isolation

Your customers' OAuth tokens and API keys are the highest-value targets in the integration layer. Verify:

  • Encryption at rest: Tokens should be encrypted with AES-256 (or equivalent) using a managed key service, not stored in plaintext or with application-level obfuscation.
  • Key rotation: Ask about the key rotation policy. Credentials should be re-encrypted when keys rotate, and the vendor should have a defined rotation cadence.
  • Isolation: In a multi-tenant platform, can one customer's credentials ever be accessed through another customer's API calls? The answer needs to be architecturally enforced, not just policy-based.
  • Token refresh: The platform should refresh OAuth tokens proactively before they expire, not reactively after a failed API call exposes an expired token to your application.

Webhook signature verification

If the vendor delivers webhooks to your application, those payloads must be signed so you can verify authenticity and detect tampering. The industry standard is HMAC-SHA256: the vendor signs the payload body with a shared secret, includes the signature in a request header, and your application recomputes the hash to verify.

What to check:

  • Algorithm: HMAC-SHA256 at minimum. Avoid vendors still using SHA-1.
  • Timestamp validation: The signature should include a timestamp component so you can reject replayed events outside a tolerance window (typically 5 minutes).
  • Constant-time comparison: The vendor's documentation should recommend timing-safe comparison functions to prevent timing attacks.
  • Per-endpoint secrets: Each webhook destination should have its own signing secret, not a single shared secret across all customers.
Info

Truto's approach: Truto signs outbound webhook payloads using HMAC-SHA256 with per-destination signing secrets. Each delivery includes a signature header that your application can verify using the shared secret. For implementation details, see our security documentation.

Field-level encryption considerations

For highly regulated data (PHI, financial records, SSNs), ask whether the vendor supports field-level encryption - encrypting specific sensitive fields within the payload rather than relying solely on transport-level (TLS) and storage-level encryption. In a pass-through architecture this matters less since data isn't persisted, but it becomes relevant for webhook delivery flows or any buffering mechanism.

How Truto's Zero-Storage Architecture Solves the Compliance Puzzle

Truto was engineered specifically for this problem. We recognized early on that schema normalization is the hardest problem in SaaS integrations, but solving it by caching data creates an unacceptable security liability.

Truto uses a zero data retention architecture. We act as a real-time proxy and never store third-party API payload data in our database.

In-Memory Schema Normalization via JSONata

Instead of relying on a sync-and-store database, Truto transforms requests and responses on the fly using JSONata, a lightweight query and transformation language for JSON. Provider-specific fields are mapped to unified data models entirely in memory.

/* JSONata transformation: Salesforce → Unified Contact */
{
  "id": Id,
  "first_name": FirstName,
  "last_name": LastName,
  "email": Email,
  "phone": Phone,
  "company_name": Account.Name,
  "created_at": CreatedDate,
  "updated_at": LastModifiedDate
}

When a request hits Truto's Unified API, the proxy fetches the raw payload from the upstream provider, applies the JSONata expression in memory, and returns the normalized JSON to your application. Here's the simplified execution flow:

async function handleUnifiedRequest(req) {
  const requestToProvider = applyMapping(req, providerRequestMapping);
  const providerResponse = await fetch(requestToProvider.url, requestToProvider);
  const unifiedResponse = applyMapping(
    await providerResponse.json(),
    providerResponseMapping
  );
 
  return unifiedResponse; // transformed in memory, never written to a sync store
}
sequenceDiagram
    participant App as Your Application
    participant Truto as Truto Proxy Layer
    participant Provider as BambooHR API

    App->>Truto: GET /unified/hris/employees
    Truto->>Truto: Resolve auth, build<br>provider-specific request
    Truto->>Provider: GET /v1/employees/directory
    Provider-->>Truto: Provider-specific JSON
    Truto->>Truto: Apply JSONata transformation<br>(in-memory, no disk write)
    Truto-->>App: Unified schema response

That does not mean Truto is stateless. We still manage credentials, integrated-account metadata, and operational controls. Stored tokens use AES-256 encryption. The honest win here is not "nothing is stored anywhere." The win is that customer payload data does not need to live in the integration platform's database to make the unified API work. That is a much better answer in a SIG review.

Zero Integration-Specific Code

Truto handles hundreds of integrations without a single line of integration-specific code in its runtime logic. Whether the request is going to HubSpot, Salesforce, Workday, or a niche HRIS platform, it passes through the exact same generic execution pipeline. Same runtime path, different configuration. Same transform model, different expressions. This drastically reduces the attack surface compared to platforms that maintain custom adapter code for every API.

The Proxy API Escape Hatch

Unified APIs are powerful for standard CRUD operations, but enterprise customers always have edge cases — custom fields, proprietary objects, bespoke workflows. Instead of forcing you to build a secondary integration infrastructure, Truto provides a pass-through Proxy API. You can make raw, provider-specific API calls through Truto, using our managed authentication and rate limiting, with the exact same zero-storage compliance guarantees. It's the difference between a unified API that helps and one that traps you.

White-Label OAuth and On-Prem Deployment

Truto fully supports white-labeled OAuth flows — your brand, your domain, your consent screen. The integration vendor is invisible to the end user. For strict compliance requirements, Truto can be deployed directly into your AWS, GCP, or Azure VPC, or on-premises, completely removing us from the customer's third-party risk surface. Learn more about Truto's security controls and architecture.

What this means for your SIG Core questionnaire:

  • "Does the sub-processor store customer data?" No. Truto processes data in memory and returns it to your application. No payload data is persisted.
  • "What is the data retention period?" Not applicable. There is no retained data.
  • "Can customer data be deleted on request?" There is nothing to delete. Metadata like connection status and API logs can be purged, but customer payload data never touches Truto's storage.
  • "Can the solution be deployed in our infrastructure?" Yes. Truto supports on-premises and VPC deployment.

This isn't a magic bullet. Real-time pass-through means you're subject to third-party API latency and rate limits on every call. You don't get the luxury of a warm cache for repeated reads. For use cases that require bulk data extraction or analytics, you'll want to sync data into your own data warehouse. But the compliance benefit is decisive: your integration vendor disappears from the data sub-processor list, and your security review gets dramatically simpler.

Sample Procurement Q&A: Short Answers for Your Security Review

Here are the most common procurement questions about integration vendors, with concise answers you can adapt. These are written from the perspective of a company using a pass-through integration architecture.

Procurement question Short answer (pass-through architecture)
Does the integration vendor store, cache, or persist customer payload data? No. The vendor operates as a real-time proxy. Data is transformed in memory and returned immediately. No payload data is written to disk.
Is the vendor classified as a data sub-processor? No. The vendor processes data in transit only. No customer payload data is stored, so they do not meet the GDPR/HIPAA definition of a sub-processor for payload data. They are listed as a processor for connection metadata and credentials.
What is the data retention period for customer data? Not applicable for payload data. Connection metadata and API logs follow a defined retention schedule documented in the DPA.
How is customer data deleted upon request? Payload data is never persisted, so deletion is not applicable. Connection metadata and credentials can be purged on demand.
Can the vendor be deployed in our VPC or on-premises? Yes. The integration layer supports deployment in customer-managed infrastructure for organizations that require it.
Who owns the OAuth application used during authentication? You do. The integration supports BYO (Bring Your Own) OAuth credentials and white-labeled consent flows under your domain.
What encryption is used for stored credentials? AES-256 encryption at rest, with managed key rotation. All API traffic uses TLS 1.2+.
Does the vendor have a current SOC 2 Type II report? Yes. Available under NDA upon request.
What happens if the vendor's service goes down? Your application receives standard HTTP error codes. No customer data is at risk because none is stored. For self-hosted deployments, uptime is managed by your own infrastructure team.
How are webhooks secured? Outbound webhook deliveries are signed with HMAC-SHA256 using per-destination secrets. Consumers verify the signature header before processing.

What to Ask Your Integration Vendor Before the Security Review Starts

Don't wait for procurement to surface these questions. Ask them during vendor evaluation:

  1. "Does your platform store, cache, or persist any customer payload data? If so, for how long and where?" The answer should be unambiguous. "We cache for performance" is a red flag.
  2. "Are you classified as a data sub-processor under GDPR/HIPAA, or only as a data processor in transit?" This determines the depth of the security review your customers will have to run.
  3. "Can you deploy inside our customer's VPC or on-premises?" Even if you don't need it today, having this option signals architectural maturity.
  4. "How much integration-specific code do you maintain per provider?" More code means a larger attack surface and more potential vulnerabilities.
  5. "Can we white-label the OAuth flow so our customers never see your brand?" This simplifies the security narrative and removes procurement friction.
Ask your aggregator this Strong answer Red flag
Do you retain third-party payload data? No, real-time pass-through only "We cache some things for performance"
Whose OAuth app does the customer authorize? Yours, via BYO credentials and white-labeled flow The vendor's shared app
Can we self-host or deploy in our VPC? Yes, for high-control customers No, SaaS only
Can we bypass the normalized model? Yes, with a raw proxy/passthrough API No, wait for roadmap
What else stores data besides the main path? Clear written list of logs, retries, webhooks, backups Vague verbal answer

Better yet, don't wait for procurement to ask. Send them a one-page packet proactively:

  1. Data flow diagram — source system, integration layer, your app, and every place data can persist
  2. Stored vs. not stored matrix — payloads, tokens, metadata, logs, webhook bodies, backups
  3. OAuth ownership note — whose app appears during consent and who controls scopes
  4. Deployment options — SaaS, VPC, on-prem, region controls
  5. Retention and deletion schedule — exact timelines, not vibes
  6. Sub-processor list — with purpose and data categories

That packet won't make every security reviewer friendly. It will make them faster. And speed matters — the longer a deal sits in vendor risk review, the more time your champion has to change jobs, lose budget, or get beaten by a competitor with a cleaner answer.

Next Steps: Escalation Paths and Contract Red Flags

You've done the technical verification and gathered the artifacts. Before the contract is signed, watch for these red flags in the vendor agreement itself - and know when to escalate.

Contract red flags specific to integration vendors

  • No right-to-audit clause. If the vendor won't contractually allow you (or your customer) to audit their security controls, walk away. Trustworthy vendors understand that compliance is a shared responsibility.
  • Vague data handling language. Terms like "reasonable security measures" or "industry-standard practices" without specifics are a warning sign. The contract should reference specific encryption standards, retention periods, and deletion procedures.
  • Unilateral sub-processor changes. The DPA should require the vendor to notify you before adding new sub-processors and give you the right to object. If they can change the data supply chain without telling you, your customer's security posture is out of your control.
  • No breach notification timeline. The contract must specify how quickly the vendor will notify you of a security incident. GDPR requires 72-hour notification to the data protection authority. Your vendor should commit to notifying you faster than that so you can meet your own obligations.
  • Termination data provisions missing. The agreement should clearly state what happens to your data (and your customers' data) when the contract ends - return timelines, deletion confirmation, and format of exported data.
  • Liability caps that don't match risk. If the vendor's total liability is capped at 12 months of fees but they're handling your enterprise customers' PII, the math doesn't work. Negotiate carve-outs for data breaches and confidentiality violations.

When to escalate

If your integration vendor can't satisfy these requirements, you have three options:

  1. Negotiate. Many vendors will improve contract terms and produce missing artifacts if the deal is large enough. Give them a specific list and a deadline.
  2. Self-host. If the vendor offers VPC or on-prem deployment, this can resolve most data residency concerns by removing the vendor from the data path entirely.
  3. Switch vendors. If the vendor's architecture fundamentally relies on caching customer data and they can't offer a pass-through mode or self-hosted deployment, the compliance gap won't close through negotiation. It's an architecture problem, not a contract problem.

The worst outcome is signing a contract with known compliance gaps and hoping procurement doesn't notice. They will - either during the initial review or, worse, during an incident investigation.

Stop Losing Deals to Your Integration Layer

When you sell to SMBs, integrations are a product feature. When you sell to the enterprise, integrations are a security risk.

Enterprise security reviews are getting harder, not easier. Third-party cybersecurity incidents have surged in recent years, affecting over 60% of companies. Procurement teams are responding by scrutinizing every vendor in the supply chain, and your integration layer is one of the first things they'll examine.

The fix is architectural. You cannot afford to lose six-figure deals because your integration vendor decided it was easier to cache data than to build a performant proxy layer. Enterprise procurement teams will catch sync-and-store architectures, and they will weaponize them against your deal.

By adopting a zero-storage, pass-through architecture, you turn security from a liability into a competitive advantage. You can look the enterprise CISO in the eye and state definitively that your integration layer does not store their data, does not cache their PII, and does not expand their shadow data footprint. That is how you pass the SIG Core. That is how you close the deal.

FAQ

What artifacts do enterprise buyers request during a vendor security review for API integrations?
Enterprise procurement teams typically request 12 key artifacts: a current SOC 2 Type II report, penetration test summary, Data Processing Agreement (DPA), sub-processor list, data flow diagram, encryption specification, incident response plan, business continuity plan, completed security questionnaire, OAuth/credential architecture doc, data retention and deletion policy, and deployment options document.
How can I verify that my API integration vendor actually follows a zero-storage architecture?
Test independently: measure response latency (real pass-through tracks upstream API speed), create and delete test records to check if deleted data still appears, review the vendor's SOC 2 Type II report for storage controls, inspect response headers for caching indicators, and request a written retention matrix covering every data category including logs, retry queues, and backups.
What is the difference between sync-and-store and pass-through proxy architecture for API aggregators?
Sync-and-store vendors poll third-party APIs, write data to their own database (typically retaining it for 30-60 days), and serve cached results. Pass-through proxies fetch data in real time, transform it in memory, and return it immediately without writing to disk. The pass-through approach avoids sub-processor classification for payload data, eliminating most data residency and retention compliance issues.
What technical security controls should I verify in an API integration vendor?
Verify TLS 1.2+ on all connections (TLS 1.3 preferred), AES-256 encryption for stored credentials with managed key rotation, HMAC-SHA256 webhook signing with per-destination secrets and timestamp validation, architectural credential isolation between tenants, and proactive OAuth token refresh before expiry.
What are the contract red flags when evaluating an API integration vendor?
Watch for: no right-to-audit clause, vague data handling language like 'reasonable security measures,' unilateral sub-processor changes without notification, no breach notification timeline, missing termination data provisions, and liability caps that don't include carve-outs for data breaches.

More from our Blog

What is a Unified API?
Engineering

What is a Unified API?

Learn how a unified API normalizes data across SaaS platforms, abstracts away authentication, and accelerates your product's integration roadmap.

Uday Gajavalli Uday Gajavalli · · 14 min read