OAuth for Commerce Integrations
OAuth for Commerce Integrations
Hosted OAuth install flows for teams building commerce integrations that need merchant approval, callback validation, and install-token exchange.
Teams searching OAuth flows for commerce integrations usually need a merchant-facing install path that handles sign-in, merchant selection, permission review, callback safety, and token exchange without custom auth glue.
Flint exposes a hosted OAuth install flow with preview, authorize, and token-exchange routes instead of treating app installs as an internal dashboard-only action.
Merchant selection, permission review, and approval happen inside the Flint-hosted flow, so partner apps do not need to recreate account-linking UX themselves.
The same public partner-app model covers install lifecycle, token exchange, and per-app webhook configuration after the merchant approves access.
Use This Platform Shape When
Third-party apps need merchant approval before they can read orders, issue refunds, or manage customer state.
You want Flint to own merchant sign-in, merchant selection, and permission review instead of recreating that UI in your app.
Your integration needs renewable install credentials and a clean token-exchange step rather than one long-lived shared secret.
Merchant-approved app installs
Send the merchant through Flint-hosted install so approval, callback validation, and permission review happen on the same flow.
Preview before redirect
Validate requested permissions and callback shape with the preview endpoint before you send the merchant into the hosted OAuth flow.
Environment-aware token exchange
Exchange the returned install code for app credentials tied to the right environment without mixing live and test access paths.
App-specific lifecycle handling
Pair OAuth install with partner-app webhooks so revoke, reinstall, and permission changes stay visible after the initial approval step.
Choose Something Narrower When
Implementation References
Reference the platform-level surfaces
Partner Apps API
Reference for partner app registration, hosted OAuth install, token exchange, and webhook configuration.
Partner App Installs Guide
End-to-end guide for hosted OAuth install, callback handling, and environment grants.
API Keys
Review the merchant-scoped API key model when your app still needs direct external-key workflows beside OAuth installs.
Related Pages
Explore the install, auth, and merchant platform model
These pages connect hosted app installs to direct auth, merchant onboarding, and the broader Flint platform architecture.
Partner Apps API
Use this when the full installable-app surface matters more than the hosted OAuth step alone.
Scoped API Keys for Payment Platforms
Useful when the real decision is between OAuth installs and direct merchant-scoped API key access.
Merchant Onboarding API with KYB
A good adjacent page when partner installs and merchant activation both need to fit one platform rollout.