Skip to main content
Debt consolidation products follow a straightforward pattern with Method: discover the borrower’s existing debts, verify current balances, and route payments directly to each creditor. This guide continues the James Rodriguez scenario from Getting Started, where Connect discovered 6 liability accounts.

Identifying Payable Accounts

From the Connect results, James has 6 liability accounts. Before building a consolidation plan, determine which accounts Method can actually send payments to by checking the products array on each account. Only accounts with payment in their products list are eligible for payoff through Method. This reflects whether Method has a payment rail to that specific creditor.
Four of James’s six accounts support payment disbursement through Method. The FedLoan student loan and Rocket Mortgage provide real-time data (via update) for DTI calculations and underwriting, but payment routing to those servicers isn’t available through Method. If your consolidation product needs to pay off those accounts, you’d handle disbursement through your own payment rails. Your product’s underwriting logic determines which payable debts to consolidate. A typical consolidation product might target the two credit cards ($5,000 combined), while a broader consolidation loan might include the personal loan and credit cards ($17,000 combined).
Always verify payment is in the account’s products array before including an account in a consolidation plan. Attempting to create a payment to an account without payment coverage will return an error. Build your UI and underwriting logic to distinguish between accounts that are discoverable (visible via Connect) and accounts that are payable (eligible for disbursement through Method).

Verifying Balances with Account Updates

Before calculating disbursement amounts, pull real-time balances to ensure accuracy. The Application & Qualification guide covers Account Updates in detail. The key insight is that balances can change daily as transactions post and payments clear — a balance from application time may be stale by funding time.

Disbursing Funds to Creditors

Once your consolidation loan is approved and funded, use the Payments API to send funds directly to each creditor. Payments flow from your corporate funding account to the borrower’s liability accounts.

Pay Off the Chase Freedom Flex ($3,200)

Pay Off the Discover it ($1,800)

Both payments are now in pending status. Method will process the payments and deliver webhooks as each moves through the payment lifecycle: pendingprocessingsentsettled.
Payment descriptions are limited to 10 characters. Use short labels like "Payoff", "Consolidat", or "Paydown".

Summary

The full debt consolidation flow combines four Method capabilities:

What’s Next

Portfolio Intelligence

Monitor borrower liability, utilization, and delinquency signals continuously after origination.

Payments Lifecycle

Understand payment states, timelines, and webhook events.