Loading...
Loading...
Switching to Quiltt gives you access to multiple data providers through a single integration, enriched financial data, and powerful payment operations. Whether or not you're currently using an aggregator like Plaid, MX, or Finicity, Quiltt provides a smooth migration path.
You can migrate in two ways: import all existing connections at once for a complete switchover, or gradually roll out Quiltt alongside your existing provider using feature detection.
| Factor | Full Import | Gradual Migration |
|---|---|---|
| User Impact | All users switch at once | Phased rollout by institution |
| Risk | Higher initial risk | Lower, easier rollback |
| Best For | Small user bases, greenfield projects | Large user bases, A/B testing |
Before migrating, ensure:
QuilttProviderFor a complete switchover, import your existing provider connections to Quiltt and swap your connector implementation.
1. Import Connections
Use the Platform REST API to import existing Plaid Items:
Parameters:
accessToken (required): The Plaid access token or processor tokenexternallyManaged (optional): Set to true if you don't want Quiltt to delete the connection from the provider on disconnectionmigrateWebhook (optional): Set to true to update the webhook URL to Quiltt's webhook endpointBuild a migration script to import all existing connections:
Imported connections sync asynchronously. Initial data may take a few minutes to appear.
2. Update Your Frontend
Replace your existing connector with Quiltt Connector:
3. Verify Migration
For a phased rollout, use the useQuilttResolvable hook to selectively migrate users while maintaining backward compatibility.
useQuilttResolvable to check if a provider's institution is supported by Quiltt