# TaxPulse Expat Tax Obligations

> TaxPulse Expat Tax Obligations is a paid API for AI agents from taxpulse-phi.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Returns detailed expat tax obligation guidance covering FBAR, FATCA, FEIE, non-dom rules, exit tax, and cross-border compliance for citizens living abroad

## Facts

- Endpoint: GET https://taxpulse-phi.vercel.app/api/tax/expat
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/taxpulse-expat-tax-obligations-1ab3f9fd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JXSpQw1utVRUWwO_BiYQs

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 taxpulse-expat-tax-obligations-1ab3f9fd
```

Example prompt: What are my US tax obligations as an American citizen who just moved to the Netherlands — specifically around FBAR, FATCA, and the Foreign Earned Income Exclusion?

## When to prefer this

Use this endpoint when you need expat-specific tax compliance information — particularly US-person obligations like FBAR, FATCA, and FEIE — rather than general country tax rates or corporate structuring. Prefer this over the country overview endpoint when the user is a citizen living abroad and needs filing obligations, not just rate comparisons.

## Known failure modes

- Missing or unsupported citizenship/residency country combination returns an error or empty result
- Ambiguous tax topic may return generic rather than jurisdiction-specific guidance
- Rate limit or payment failure (402) if USDC payment is not properly handled
- Service may not cover every niche bilateral tax treaty scenario

## How this service works

Expat tax obligations, FBAR, FATCA, FEIE foreign earned income exclusion, non-dom rules, exit tax for citizens living abroad. Worldwide guide on cross-border filing by nationality and destination. Tax intelligence, not advice.

## Output

Structured expat tax obligation data covering applicable FBAR thresholds and deadlines, FATCA reporting requirements, FEIE eligibility and limits, non-dom rule applicability, exit tax triggers and calculations, and relevant cross-border compliance actions for the given citizenship and residency situation

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "nationality"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "situation": {
   "type": "string",
   "description": "remote work | retirement | entrepreneur | investor | employment"
  },
  "destination": {
   "type": "string",
   "description": "destination"
  },
  "nationality": {
   "type": "string",
   "description": "e.g. American, British, Canadian, Australian, German"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/taxpulse-expat-tax-obligations-1ab3f9fd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from taxpulse-phi.vercel.app](https://www.zero.xyz/host/taxpulse-phi.vercel.app/llms.txt)
