# Legal Fournier – 45-Minute Legal Consultation Booking

> Legal Fournier – 45-Minute Legal Consultation Booking is a paid API for AI agents from legalfournier.com, paid per call via x402, $100/call, status unknown (last checked 2026-09-13).

Books a paid 45-minute legal consultation with Legal Fournier's Spanish law specialists covering residency, tax, property, business, and cross-border matters.

## Facts

- Endpoint: POST https://legalfournier.com/api/commerce/consultations/45min/request
- Price: $100/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/legal-fournier-45-minute-legal-consultation-booking-f750a85f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QQKvqEanpFTOMSZ3KMPoU

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 legal-fournier-45-minute-legal-consultation-booking-f750a85f -d '<json body>'
```

Example prompt: Book me a 45-minute legal consultation with Legal Fournier — I need advice on obtaining Spanish residency as a non-EU citizen and understanding the tax implications.

## When to prefer this

Use this endpoint when a user needs a paid, structured legal consultation specifically about Spanish law — including residency, property, tax, or business setup — with a licensed Spanish firm that specializes in international and cross-border clients. Prefer this over general legal information APIs when the user needs actionable, jurisdiction-specific advice from a real attorney, and is ready to commit to a 45-minute paid session.

## Known failure modes

- Expired or invalid quoteToken — booking rejected with an error indicating the token must be refreshed from the quote endpoint
- Payment not settled — the x402 payment layer may reject if USDC funds are insufficient or the transaction fails on-chain
- Duplicate booking attempt — submitting the same quoteToken twice may result in an idempotency conflict
- Fulfillment pending indefinitely — the fulfillmentStatus may remain 'booked_confirmation_pending' if the firm hasn't manually confirmed the slot

## How this service works

Legal Fournier advises international clients on Spanish residency, tax, property, business, and cross-border legal matters across Spain.

## Output

Returns a JSON object confirming the booking with a state field (e.g. 'booked'), a unique orderId (UUID), a success boolean, and a fulfillmentStatus indicating whether confirmation is pending or complete.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "quoteToken": {
   "type": "string",
   "description": "Short-lived token returned by the corresponding quote endpoint"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "state": "booked",
  "orderId": "01900000-0000-7000-8000-000000000000",
  "success": true,
  "fulfillmentStatus": "booked_confirmation_pending"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/legal-fournier-45-minute-legal-consultation-booking-f750a85f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from legalfournier.com](https://www.zero.xyz/host/legalfournier.com/llms.txt)
