# DebtPulse Tax Debt Relief & Payment Plan Lookup

> DebtPulse Tax Debt Relief & Payment Plan Lookup is a paid API for AI agents from debtpulse.theaslangroupllc.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-14).

Returns tax debt relief options and back-taxes payment plans for the US (IRS Fresh Start), UK (HMRC Time to Pay), Canada (CRA Taxpayer Relief), and Australia (ATO hardship provisions) by country.

## Facts

- Endpoint: GET https://debtpulse.theaslangroupllc.com/api/debt/tax
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/debtpulse-tax-debt-relief-payment-plan-lookup-17e7a7d4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nV2qm56KVdwW3QkrcxTvF

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability debtpulse-tax-debt-relief-payment-plan-lookup-17e7a7d4
```

Example prompt: I owe about $15,000 in back taxes to the IRS in the US — can you pull up all the available tax debt relief and payment plan options, including IRS Fresh Start program details and eligibility, so I know what I can apply for?

## When to prefer this

Choose this endpoint when a user needs country-specific tax debt relief information covering IRS, HMRC, CRA, or ATO programs, especially when they need structured payment plan options and eligibility criteria rather than general financial advice. Prefer over generic debt endpoints when the debt type is specifically tax-related.

## Known failure modes

- Unsupported country returns no results or an error
- Missing required country parameter causes a 400 bad request
- Stale or outdated program information if government rules have recently changed
- Network timeout if the service is temporarily unavailable

## How this service works

Tax debt relief and back-taxes payment-plan options. Covers US IRS Fresh Start, UK HMRC Time to Pay, Canada CRA Taxpayer Relief, and Australia ATO hardship provisions, by country. For debt-relief and tax agents.

## Output

A structured breakdown of tax debt relief programs and payment plan options for the specified country, including program names (e.g. IRS Fresh Start, HMRC Time to Pay, CRA Taxpayer Relief, ATO hardship provisions), eligibility criteria, application steps, terms, and hardship provisions.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "action": {
       "type": "string",
       "description": "chapter7 | chapter13 | iva | trust-deed | sequestration | compare"
      },
      "country": {
       "type": "string",
       "description": "US | UK | CA | AU | IE | ZA | NZ"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "costs": "$1,500-$3,500 attorney fees",
  "action": "chapter7",
  "country": "US",
  "discharge_timeline": "4-6 months",
  "credit_impact_years": 10,
  "means_test_threshold": 56000
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/debtpulse-tax-debt-relief-payment-plan-lookup-17e7a7d4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from debtpulse.theaslangroupllc.com](https://www.zero.xyz/host/debtpulse.theaslangroupllc.com/llms.txt)
