How long to pay this card off
payoff_timelineHow long a card takes to clear at a fixed monthly payment, and what the interest costs over that time. Answers "if I pay $200 a month, when is this paid off?" and "what happens if I only pay the minimum?". This is a cost question, not a reporting one — it does not change what the bureaus see. Use reported_snapshot or simulate_paydown for that. Requires the card's purchase APR: without it no timeline is returned, because the rate decides the answer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cards | Yes | The person's revolving credit accounts. Ask for limit, statement balance, and statement closing date per card — those three drive everything. | |
| today | No | Today's date in the person's local timezone, yyyy-mm-dd. Pass it — the server otherwise falls back to UTC, which is a day ahead for Canadian evenings. | |
| cardName | Yes | Which card to pay off. Partial names are matched. | |
| monthlyPayment | No | Fixed amount paid each month in CAD. Omit to use the card's minimum payment, if one was supplied. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| aprBps | Yes | ||
| months | Yes | ||
| balance | Yes | ||
| cardName | Yes | ||
| atMinimum | Yes | ||
| aprUnknown | Yes | ||
| disclosure | Yes | ||
| assumptions | Yes | ||
| neverShrinks | Yes | ||
| totalInterest | Yes | ||
| monthlyPayment | Yes |