Join our Newsletter — 33% off our NHI Course

Who is accountable when a fintech partner retains API access after the relationship should have ended?

Accountability should be defined in the shared responsibility model and documented before go-live. The financial institution, the partner and any technology providers may each own parts of credential protection, monitoring, access changes and revocation. The key control is explicit ownership for review, remediation and offboarding, not assumed responsibility.

Why This Matters for Security Teams

When a fintech partner keeps API access after the relationship should have ended, the issue is not just contract hygiene. It is a control failure that leaves authentication, authorization and revocation spread across multiple parties. The most important question is who owns the offboarding decision, who can execute it quickly and who is accountable if stale access persists. That is why NHI governance treats partner access as a lifecycle problem, not a one-time integration choice. The OWASP Non-Human Identity Top 10 frames weak lifecycle control and credential overexposure as recurring failure modes, while NHIMG research on Ultimate Guide to NHIs shows how unmanaged identities become durable attack paths long after their original business purpose ends.

For fintech, the risk is sharper because partner access often touches payments, account data, fraud workflows or API-driven decisioning. If ownership is vague, teams may assume the vendor will revoke access while the vendor assumes the bank already did. The result is an orphaned credential, an unreviewed token or a privileged integration that survives contract termination. In practice, many security teams encounter this only after audit findings, partner disputes or suspicious API activity have already exposed the gap.

How It Works in Practice

Accountability should be mapped to the actual control owners, not just the commercial relationship. A mature shared responsibility model defines who approves access, who provisions it, who monitors usage, who rotates secrets and who revokes everything at offboarding. For partner APIs, that usually means the financial institution owns the access policy and business approval, the partner owns its internal use of credentials and the platform or cloud provider owns the control surface it operates. NIST control guidance in NIST SP 800-53 Rev 5 Security and Privacy Controls supports this kind of explicit assignment for access control, account management and auditability.

In practice, the best offboarding process includes:

  • Named control owners for approval, change, monitoring and revocation.
  • Time-bound access with clear expiry dates, not open-ended partner tokens.
  • Revocation steps that cover api key, OAuth grants, certificates, service accounts and downstream refresh tokens.
  • Logging that proves who deactivated access, when it happened and whether the partner confirmed removal on its side.
  • Periodic recertification for every active external integration, even if the business relationship is stable.

NHIMG’s 52 NHI Breaches Analysis shows the common pattern: identities that outlive the business need become a persistence mechanism. That is why secrets management discipline matters so much. The State of Secrets in AppSec notes that the average estimated time to remediate a leaked secret is 27 days, which is far too slow for a terminated fintech integration. These controls tend to break down when API credentials are embedded in partner systems with no central inventory, because neither side can prove full revocation across all copies and refresh paths.

Common Variations and Edge Cases

Tighter offboarding often increases coordination overhead, requiring organisations to balance rapid partner onboarding against stronger revocation discipline. That tradeoff becomes visible in embedded finance, white-label programs and third-party risk arrangements where multiple technology providers sit between the bank and the external partner. Current guidance suggests that accountability should still be singular for each control outcome, even if execution is shared.

There is no universal standard for this yet, but the practical rule is simple: one party must be accountable for proving access removal, even if several parties participate in the process. If the partner controls its own client credentials, the partner should attest to deletion; if the bank issued the token, the bank should be able to revoke it centrally; if a brokered platform mediates the API, that platform must provide evidence that downstream sessions and cached grants were invalidated. The Ultimate Guide to NHIs – Key Challenges and Risks is useful here because it highlights how lifecycle gaps, not just initial misconfiguration, drive exposure.

Two edge cases deserve special attention. First, if the partner retains data processing rights but loses API access, the legal and technical offboarding timelines may differ, so documentation must separate data retention from access retention. Second, if credentials are reused across environments or business units, revocation of one relationship may not fully remove access. In those environments, accountability breaks down when shared secrets, undocumented service accounts or copied tokens exist outside the official asset register, because no single owner can prove complete removal.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 and CSA MAESTRO address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5 and NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
OWASP Non-Human Identity Top 10 NHI-01 Covers identity lifecycle gaps that leave partner API access active.
NIST CSF 2.0 PR.AC-4 Addresses access permissions and least privilege for third-party integrations.
NIST SP 800-53 Rev 5 AC-2 Account management is central to removing stale partner credentials.
CSA MAESTRO GOV-3 Shared responsibility and lifecycle governance are core to partner offboarding.
NIST AI RMF GOVERN Governance clarifies accountability for autonomous or machine-driven access decisions.

Inventory every external NHI and require documented revocation ownership before offboarding.