Delegated Auth
Merchant Selection and Delegated Auth API
A merchant-selection and delegated-auth API for installable apps that need Flint-hosted merchant approval, permission review, and renewable environment grants.
Teams searching merchant-selection or delegated-auth APIs usually need a safer way for third-party apps to gain merchant-approved access without sharing one direct API key across many customer accounts.
Flint's hosted install flow already handles sign-in, merchant selection, permission review, and approval instead of making each partner app recreate that control plane.
The result is an install token and environment grants tied to the selected merchant rather than a broad shared credential reused across accounts.
That model fits Flint's broader merchant-scoped auth rules, so delegated access stays explicit instead of hiding behind ad hoc impersonation.
Use This Platform Shape When
A third-party app should gain access only after a Flint merchant explicitly chooses the account and approves the requested permissions.
You do not want one merchant-scoped API key copied across every customer workspace in your product.
The integration needs renewable grants and a hosted install approval flow rather than ad hoc impersonation patterns.
Merchant-picked install target
Let Flint handle merchant sign-in and account selection so the app receives delegated access for the right tenant from the start.
Permission review before access
Show the requested permission set during install instead of burying access scope in out-of-band support docs or settings toggles.
Environment-aware grants
Issue install access with mode-aware environment grants so test and live merchant connectivity stay explicit after approval.
Revocable app access
Treat delegated auth as an install lifecycle with inspectable grants and revocation instead of a static secret that keeps spreading.
Choose Something Narrower When
Implementation References
Reference the platform-level surfaces
Partner Apps API
Review the hosted authorize, preview, token exchange, and install inspection routes.
Partner App Installs Guide
See Flint-hosted merchant selection, permission review, callback handling, and install token exchange end to end.
Merchants API
Understand the direct merchant-scoped model that delegated installs sit beside rather than replacing.
Related Pages
Explore hosted OAuth, install records, and direct merchant auth
These pages help narrow whether the right next step is delegated app access, partner-app lifecycle, or direct merchant-bound credentials.
OAuth for Commerce Integrations
Use this when the core question is the hosted OAuth handoff rather than the broader delegated-access model.
Partner Apps API
Go here when delegated auth also needs app registration, installs, webhooks, and revocation lifecycle.
Scoped API Keys for Payment Platforms
Compare delegated installs with direct merchant-bound machine keys when deciding how integrations should authenticate.