Connect Subscriptions — Monitoring for New Liabilities
A user’s liability profile isn’t static. They open new credit cards, take out new loans, and accumulate new obligations over time. Connect Subscriptions monitor for these changes by periodically checking the Entity’s credit report for new liabilities. When a new account is discovered, Method creates it and notifies you via webhook. This enables your product to surface new debts automatically, keep the user’s liability picture complete without requiring them to re-run discovery, and trigger workflows when new accounts appear (e.g., automatically requesting updates for newly discovered accounts). The typical pattern is to enable a Connect subscription after the initial Connect completes, creating a continuous discovery pipeline that keeps your application’s view of the user’s liabilities current over time.Creating a Connect Subscription
Use the Entity Subscriptions endpoint to enroll an Entity in ongoing Connect monitoring:The Connect endpoint’s
subscriptions body parameter is for account-level subscriptions (update, card_brand, etc.) that apply to discovered accounts. To subscribe to ongoing discovery of new liabilities, use the Entity Subscriptions endpoint with "enroll": "connect" as shown above.Webhooks
Connect fires the following webhook events:connect.create: Connect request was createdconnect.update: Connect status changed (use this to detect completion)connect.available: New accounts are available (fired by Connect subscriptions when new liabilities are detected)
Receiving New Account Notifications
When a Connect subscription discovers new liabilities, Method fires aconnect.available webhook: