# Agent402 UK SEPA Countries List

> Agent402 UK SEPA Countries List is a paid API for AI agents from agent402.co.uk, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Returns a static list of SEPA-participating country ISO codes for use in payout routing logic

## Facts

- Endpoint: GET https://agent402.co.uk/v1/payments/sepa-countries
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agent402-uk-sepa-countries-list-e4d2b901
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Gs9N1YNulkyQb7JlWpRkU

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 agent402-uk-sepa-countries-list-e4d2b901
```

Example prompt: Can you pull the full list of SEPA-participating countries with their ISO codes so I can set up my payout routing table and check whether GB is included?

## When to prefer this

Use this endpoint when an agent needs a quick, cheap, zero-configuration lookup of SEPA-eligible country codes for routing logic — especially when you need to gate or validate payment destinations without calling a live EPC API. Best for static reference checks (e.g. is this country SEPA-eligible?) rather than authoritative real-time membership queries.

## Known failure modes

- Service unavailable returns a non-200 status with no data
- Response may be stale if EPC membership has changed since last static update — not a live feed
- Malformed request may return an error if unexpected query params are passed

## How this service works

Don't burn tokens on deterministic work. Go/no-go jobs first: payout preflight, text firewall (PII/secrets), budget check — then rails, calendars, finmath. x402 USDC on Base. UK + global. agent402.co.uk — not agent402.tools. $0.001–$0.002 USDC on Base. No API keys.

## Output

A JSON object containing the total count of SEPA-participating countries (e.g. count: 40) and a boolean flag indicating whether Great Britain (GB) is included, along with the ISO country codes for all SEPA members.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 40,
  "includes_gb": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent402-uk-sepa-countries-list-e4d2b901/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent402.co.uk](https://www.zero.xyz/host/agent402.co.uk/llms.txt)
