Ardaro Receipt Intelligence

Extract and validate structured expense data from receipt text or a provider-neutral receipt extraction. Use when an agent needs merchant, date, tax, total, line items, confidence, duplicate detection, and arithmetic validation before creating or reconciling an expense. The result is advisory and always requires human review.

DataLiveeip155:8453Exactvia cdp
Receipt extractionSupplier receiptLine-item extractionDuplicate receiptHuman review
Calls · 30d
1
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 22 snapshots so far.
$3.55
Verified settled volume
13 settlements proven x402 by their on-chain EIP-3009 marker.
$0.250
Listed price
As published in the catalog. Always read the live 402 before paying.
1
Calls · 30d
Upstream's own call count for this endpoint, not ours.
1
Unique payers · 30d
Last called 2026-09-14 21:06Z
—
Upstream on-chain volume
Reported by the source catalog.
Paid to
0x32c50A19e5F8fa5157E5e441bE0Ccf4933728A28

The wallet the 402 directs payment to. Its whole payment record — every payer, every chain — is on the merchant page.

Asset 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913

Provider

The payTo wallet does not resolve to a registered ERC-8004 agent. That is not a verdict on the service — most of the catalog is unregistered.

Accepts

The payment requirements as published to the catalog. Read the live 402 before paying — a price here is a claim, not a quote.

0.25USDC≈ $0.25 USD
on Base · exact scheme

Pay 0.25 USDC on Base to 0x32c5…28A28. The signed payment is good for 5 minutes.

USD Coin contract
0x8335…02913
Payment window
5 minutes
As published
250000 smallest units
The catalog’s raw entry
[
  {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "extra": {
      "name": "USD Coin",
      "version": "2"
    },
    "payTo": "0x32c50A19e5F8fa5157E5e441bE0Ccf4933728A28",
    "amount": "250000",
    "scheme": "exact",
    "network": "eip155:8453",
    "maxTimeoutSeconds": 300
  }
]

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "input": {
            "kind": "structured",
            "analysis": {
              "tax": {
                "value": "7.00",
                "confidence": 99
              },
              "total": {
                "value": "107.00",
                "confidence": 99
              },
              "vendor": {
                "value": "Synthetic Building Supply",
                "confidence": 99
              },
              "currency": {
                "value": "USD",
                "confidence": 99
              },
              "subtotal": {
                "value": "100.00",
                "confidence": 99
              },
              "line_items": [
                {
                  "amount": {
                    "value": "100.00",
                    "confidence": 98
                  },
                  "quantity": {
                    "value": "2",
                    "confidence": 98
                  },
                  "unit_price": {
                    "value": "50.00",
                    "confidence": 98
                  },
                  "description": {
                    "value": "Synthetic framing material",
                    "confidence": 98
                  },
                  "product_code": {
                    "value": "SYN-001",
                    "confidence": 98
                  }
                }
              ],
              "purchase_date": {
                "value": "2026-08-18",
                "confidence": 99
              },
              "purchase_order": {
                "value": "PO-SYN-100",
                "confidence": 95
              },
              "receipt_reference": {
                "value": "SYN-RECEIPT-100",
                "confidence": 95
              }
            }
          },
          "contract_version": "ardaro.agent-receipt-intelligence.request.v1",
          "existing_fingerprints": []
        },
        "type": "http",
        "method": "POST",
        "bodyType": "json"
      },
      "output": {
        "type": "json",
        "example": {
          "engine": {
            "mode": "deterministic",
            "model_calls": 0
          },
          "policy": {
            "raw_input_retained": false,
            "human_review_required": true,
            "sensitive_values_retained": false,
            "financial_posting_performed": false,
            "financial_posting_supported": false
          },
          "status": "review_required",
          "receipt": {
            "totals": {
              "total": {
                "value": "107.00",
                "source": "provider_neutral",
                "confidence": {
                  "level": "high",
                  "score": 0.99
                }
              },
              "currency": {
                "value": "USD",
                "source": "provider_neutral",
                "confidence": {
                  "level": "high",
                  "score": 0.99
                }
              }
            },
            "vendor": {
              "value": "Synthetic Building Supply",
              "source": "provider_neutral",
              "confidence": {
                "level": "high",
                "score": 0.99
              }
            },
            "line_items": [
              {
                "amount": {
                  "value": "100.00",
                  "source": "provider_neutral",
                  "confidence": {
                    "level": "high",
                    "score": 0.98
                  }
                },
                "quantity": {
                  "value": "2",
                  "source": "provider_neutral",
                  "confidence": {
                    "level": "high",
                    "score": 0.98
                  }
                },
                "description": {
                  "value": "Synthetic framing material",
                  "source": "provider_neutral",
                  "confidence": {
                    "level": "high",
                    "score": 0.98
                  }
                }
              }
            ],
            "purchase_date": {
              "value": "2026-08-18",
              "source": "provider_neutral",
              "confidence": {
                "level": "high",
                "score": 0.99
              }
            }
          },
          "service": "ardaro.receipt_intelligence",
          "version": "1.0.0",
          "duplicate_check": {
            "decision": "no_exact_match",
            "likely_duplicate": false
          },
          "contract_version": "ardaro.agent-receipt-intelligence.response.v1",
          "arithmetic_verified": true
        }
      }
    },
    "schema": {
      "type": "object",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "required": [
        "input"
      ],
      "properties": {
        "input": {
          "type": "object",
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "properties": {
            "body": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "contract_version",
                "input",
                "existing_fingerprints"
              ],
              "properties": {
                "input": {
                  "oneOf": [
                    {
                      "type": "object",
                      "required": [
                        "kind",
                        "text"
                      ],
                      "properties": {
                        "kind": {
                          "const": "text"
                        },
                        "text": {
                          "type": "string",
                          "maxLength": 20000,
                          "minLength": 1
                        }
                      },
                      "additionalProperties": false
                    },
                    {
                      "type": "object",
                      "required": [
                        "kind",
                        "analysis"
                      ],
                      "properties": {
                        "kind": {
                          "const": "structured"
                        },
                        "analysis": {
                          "type": "object",
                          "properties": {
                            "tax": {
                              "oneOf": [
                                {
                                  "type": "string",
                                  "maxLength": 32,
                                  "minLength": 1
                                },
                                {
                                  "type": "number"
                                },
                                {
                                  "type": "object",
                                  "required": [
                                    "value"
                                  ],
                                  "properties": {
                                    "value": {
                                      "oneOf": [
                                        {
                                          "type": "string",
                                          "maxLength": 32,
                                          "minLength": 1
                                        },
                                        {
                                          "type": "number"
                                        }
                                      ]
                                    },
                                    "confidence": {
                                      "type": "number",
                                      "maximum": 100,
                                      "minimum": 0
                                    }
                                  },
                                  "additionalProperties": false
                                }
                              ]
                            },
                            "total": {
                              "oneOf": [
                                {
                                  "type": "string",
                                  "maxLength": 32,
                                  "minLength": 1
                                },
                                {
                                  "type": "number"
                                },
                                {
                                  "type": "object",
                                  "required": [
                                    "value"
                                  ],
                                  "properties": {
                                    "value": {
                                      "oneOf": [
                                        {
                                          "type": "string",
                                          "maxLength": 32,
                                          "minLength": 1
                                        },
                                        {
                                          "type": "number"
                                        }
                                      ]
                                    },
                                    "confidence": {
                                      "type": "number",
                                      "maximum": 100,
                                      "minimum": 0
                                    }
                                  },
                                  "additionalProperties": false
                                }
                              ]
                            },
                            "vendor": {
                              "oneOf": [
                                {
                                  "type": "string",
                                  "maxLength": 160,
                                  "minLength": 1
                                },
                                {
                                  "type": "number"
                                },
                                {
                                  "type": "object",
                                  "required": [
                                    "value"
                                  ],
                                  "properties": {
                                    "value": {
                                      "oneOf": [
                                        {
                                          "type": "string",
                                          "maxLength": 160,
                                          "minLength": 1
                                        },
                                        {
                                          "type": "number"
                                        }
                                      ]
                                    },
                                    "confidence": {
                                      "type": "number",
                                      "maximum": 100,
                                      "minimum": 0
                                    }
                                  },
                                  "additionalProperties": false
                                }
                              ]
                            },
                            "currency": {
                              "oneOf": [
                                {
                                  "type": "string",
                                  "maxLength": 3,
                                  "minLength": 1
                                },
                                {
                                  "type": "number"
                                },
                                {
                                  "type": "object",
                                  "required": [
                                    "value"
                                  ],
                                  "properties": {
                                    "value": {
                                      "oneOf": [
                                        {
                                          "type": "string",
                                          "maxLength": 3,
                                          "minLength": 1
                                        },
                                        {
                                          "type": "number"
                                        }
                                      ]
                                    },
                                    "confidence": {
                                      "type": "number",
                                      "maximum": 100,
                                      "minimum": 0
                                    }
                                  },
                                  "additionalProperties": false
                                }
                              ]
                            },
                            "subtotal": {
                              "oneOf": [
                                {
                                  "type": "string",
                                  "maxLength": 32,
                                  "minLength": 1
                                },
                                {
                                  "type": "number"
                                },
                                {
                                  "type": "object",
                                  "required": [
                                    "value"
                                  ],
                                  "properties": {
                                    "value": {
                                      "oneOf": [
                                        {
                                          "type": "string",
                                          "maxLength": 32,
                                          "minLength": 1
                                        },
                                        {
                                          "type": "number"
                                        }
                                      ]
                                    },
                                    "confidence": {
                                      "type": "number",
                                      "maximum": 100,
                                      "minimum": 0
                                    }
                                  },
                                  "additionalProperties": false
                                }
                              ]
                            },
                            "line_items": {
                              "type": "array",
                              "items": {
                                "type": "object",
                                "properties": {
                                  "amount": {
                                    "oneOf": [
                                      {
                                        "type": "string",
                                        "maxLength": 80,
                                        "minLength": 1
                                      },
                                      {
                                        "type": "number"
                                      },
                                      {
                                        "type": "object",
                                        "required": [
                                          "value"
                                        ],
                                        "properties": {
                                          "value": {
                                            "oneOf": [
                                              {
                                                "type": "string",
                                                "maxLength": 80,
                                                "minLength": 1
                                              },
                                              {
                                                "type": "number"
                                              }
                                            ]
                                          },
                                          "confidence": {
                                            "type": "number",
                                            "maximum": 100,
                                            "minimum": 0
                                          }
                                        },
                                        "additionalProperties": false
                                      }
                                    ]
                                  },
                                  "quantity": {
                                    "oneOf": [
                                      {
                                        "type": "string",
                                        "maxLength": 80,
                                        "minLength": 1
                                      },
                                      {
                                        "type": "number"
                                      },
                                      {
                                        "type": "object",
                                        "required": [
                                          "value"
                                        ],
                                        "properties": {
                                          "value": {
                                            "oneOf": [
                                              {
                                                "type": "string",
                                                "maxLength": 80,
                                                "minLength": 1
                                              },
                                              {
                                                "type": "number"
                                              }
                                            ]
                                          },
                                          "confidence": {
                                            "type": "number",
                                            "maximum": 100,
                                            "minimum": 0
                                          }
                                        },
                                        "additionalProperties": false
                                      }
                                    ]
                                  },
                                  "unit_price": {
                                    "oneOf": [
                                      {
                                        "type": "string",
                                        "maxLength": 80,
                                        "minLength": 1
                                      },
                                      {
                                        "type": "number"
                                      },
                                      {
                                        "type": "object",
                                        "required": [
                                          "value"
                                        ],
                                        "properties": {
                                          "value": {
                                            "oneOf": [
                                              {
                                                "type": "string",
                                                "maxLength": 80,
                                                "minLength": 1
                                              },
                                              {
                                                "type": "number"
                                              }
                                            ]
                                          },
                                          "confidence": {
                                            "type": "number",
                                            "maximum": 100,
                                            "minimum": 0
                                          }
                                        },
                                        "additionalProperties": false
                                      }
                                    ]
                                  },
                                  "description": {
                                    "oneOf": [
                                      {
                                        "type": "string",
                                        "maxLength": 240,
                                        "minLength": 1
                                      },
                                      {
                                        "type": "number"
                                      },
                                      {
                                        "type": "object",
                                        "required": [
                                          "value"
                                        ],
                                        "properties": {
                                          "value": {
                                            "oneOf": [
                                              {
                                                "type": "string",
                                                "maxLength": 240,
                                                "minLength": 1
                                              },
                                              {
                                                "type": "number"
                                              }
                                            ]
                                          },
                                          "confidence": {
                                            "type": "number",
                                            "maximum": 100,
                                            "minimum": 0
                                          }
                                        },
                                        "additionalProperties": false
                                      }
                                    ]
                                  },
                                  "product_code": {
                                    "oneOf": [
                                      {
                                        "type": "string",
                                        "maxLength": 80,
                                        "minLength": 1
                                      },
                                      {
                                        "type": "number"
                                      },
                                      {
                                        "type": "object",
                                        "required": [
                                          "value"
                                        ],
                                        "properties": {
                                          "value": {
                                            "oneOf": [
                                              {
                                                "type": "string",
                                                "maxLength": 80,
                                                "minLength": 1
                                              },
                                              {
                                                "type": "number"
                                              }
                                            ]
                                          },
                                          "confidence": {
                                            "type": "number",
                                            "maximum": 100,
                                            "minimum": 0
                                          }
                                        },
                                        "additionalProperties": false
                                      }
                                    ]
                                  }
                                },
                                "minProperties": 1,
                                "additionalProperties": false
                              },
                              "maxItems": 100
                            },
                            "purchase_date": {
                              "oneOf": [
                                {
                                  "type": "string",
                                  "maxLength": 10,
                                  "minLength": 1
                                },
                                {
                                  "type": "number"
                                },
                                {
                                  "type": "object",
                                  "required": [
                                    "value"
                                  ],
                                  "properties": {
                                    "value": {
                                      "oneOf": [
                                        {
                                          "type": "string",
                                          "maxLength": 10,
                                          "minLength": 1
                                        },
                                        {
                                          "type": "number"
                                        }
                                      ]
                                    },
                                    "confidence": {
                                      "type": "number",
                                      "maximum": 100,
                                      "minimum": 0
                                    }
                                  },
                                  "additionalProperties": false
                                }
                              ]
                            },
                            "purchase_order": {
                              "oneOf": [
                                {
                                  "type": "string",
                                  "maxLength": 160,
                                  "minLength": 1
                                },
                                {
                                  "type": "number"
                                },
                                {
                                  "type": "object",
                                  "required": [
                                    "value"
                                  ],
                                  "properties": {
                                    "value": {
                                      "oneOf": [
                                        {
                                          "type": "string",
                                          "maxLength": 160,
                                          "minLength": 1
                                        },
                                        {
                                          "type": "number"
                                        }
                                      ]
                                    },
                                    "confidence": {
                                      "type": "number",
                                      "maximum": 100,
                                      "minimum": 0
                                    }
                                  },
                                  "additionalProperties": false
                                }
                              ]
                            },
                            "receipt_reference": {
                              "oneOf": [
                                {
                                  "type": "string",
                                  "maxLength": 160,
                                  "minLength": 1
                                },
                                {
                                  "type": "number"
                                },
                                {
                                  "type": "object",
                                  "required": [
                                    "value"
                                  ],
                                  "properties": {
                                    "value": {
                                      "oneOf": [
                                        {
                                          "type": "string",
                                          "maxLength": 160,
                                          "minLength": 1
                                        },
                                        {
                                          "type": "number"
                                        }
                                      ]
                                    },
                                    "confidence": {
                                      "type": "number",
                                      "maximum": 100,
                                      "minimum": 0
                                    }
                                  },
                                  "additionalProperties": false
                                }
                              ]
                            }
                          },
                          "minProperties": 1,
                          "additionalProperties": false
                        }
                      },
                      "additionalProperties": false
                    }
                  ]
                },
                "contract_version": {
                  "const": "ardaro.agent-receipt-intelligence.request.v1"
                },
                "existing_fingerprints": {
                  "type": "array",
                  "items": {
                    "type": "string",
                    "pattern": "^[0-9a-f]{64}$"
                  },
                  "maxItems": 10000
                }
              },
              "additionalProperties": false
            },
            "type": {
              "type": "string",
              "const": "http"
            },
            "method": {
              "enum": [
                "POST",
                "PUT",
                "PATCH"
              ],
              "type": "string"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "required": [
            "type"
          ],
          "properties": {
            "type": {
              "type": "string"
            },
            "example": {
              "type": "object",
              "$schema": "https://json-schema.org/draft/2020-12/schema",
              "required": [
                "contract_version",
                "service",
                "version",
                "status",
                "engine",
                "receipt",
                "arithmetic_verified",
                "duplicate_check",
                "policy"
              ],
              "properties": {
                "engine": {
                  "type": "object",
                  "required": [
                    "mode",
                    "model_calls"
                  ],
                  "properties": {
                    "mode": {
                      "type": "string"
                    },
                    "model_calls": {
                      "type": "integer",
                      "minimum": 0
                    }
                  },
                  "additionalProperties": true
                },
                "policy": {
                  "type": "object",
                  "required": [
                    "human_review_required",
                    "financial_posting_supported",
                    "financial_posting_performed",
                    "raw_input_retained",
                    "sensitive_values_retained"
                  ],
                  "properties": {
                    "raw_input_retained": {
                      "const": false
                    },
                    "human_review_required": {
                      "const": true
                    },
                    "sensitive_values_retained": {
                      "const": false
                    },
                    "financial_posting_performed": {
                      "const": false
                    },
                    "financial_posting_supported": {
                      "const": false
                    }
                  },
                  "additionalProperties": true
                },
                "status": {
                  "const": "review_required"
                },
                "receipt": {
                  "type": "object",
                  "required": [
                    "vendor",
                    "purchase_date",
                    "totals",
                    "line_items"
                  ],
                  "properties": {
                    "totals": {
                      "type": "object"
                    },
                    "vendor": {
                      "type": "object"
                    },
                    "line_items": {
                      "type": "array"
                    },
                    "purchase_date": {
                      "type": "object"
                    }
                  },
                  "additionalProperties": true
                },
                "service": {
                  "const": "ardaro.receipt_intelligence"
                },
                "version": {
                  "const": "1.0.0"
                },
                "duplicate_check": {
                  "type": "object",
                  "required": [
                    "likely_duplicate",
                    "decision"
                  ],
                  "properties": {
                    "decision": {
                      "type": "string"
                    },
                    "likely_duplicate": {
                      "type": "boolean"
                    }
                  },
                  "additionalProperties": true
                },
                "contract_version": {
                  "const": "ardaro.agent-receipt-intelligence.response.v1"
                },
                "arithmetic_verified": {
                  "type": "boolean"
                }
              },
              "description": "Transport-bounded discovery projection. The paid response contains the complete fields documented by the service OpenAPI contract.",
              "additionalProperties": true
            }
          }
        }
      }
    }
  },
  "payment-identifier": {
    "info": {
      "required": true
    },
    "schema": {
      "type": "object",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "required": [
        "required"
      ],
      "properties": {
        "id": {
          "type": "string",
          "pattern": "^[a-zA-Z0-9_-]+$",
          "maxLength": 128,
          "minLength": 16
        },
        "required": {
          "type": "boolean"
        }
      }
    }
  }
}

Provenance

Seen in the source catalog
2026-09-14 21:06Z
Last indexed by Roundhouse
2026-09-25 06:10Z
Last enriched (probe, favicon, geo)
2026-09-15 08:16Z
x402 version
2
Max timeout
300s
Liveness probe
HTTP 405
Report

Hand this page to an agent

Copy the prompt and paste it into Claude, an MCP client or your own agent — it will vet this service and call it over the free read API. No key, no account.

GET api.roundhouseai.io/v0/endpoints

This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 22 snapshots so far. Verified volume counts only settlements with an on-chain EIP-3009 marker.

Open skill.md
Show the prompt
Using Roundhouse, look up the x402 service Ardaro Receipt Intelligence and tell me whether it is
worth paying: what a call costs, whether the endpoint answered when last probed, and what
its payment record actually shows.

curl -s 'https://api.roundhouseai.io/v0/endpoints?q=Ardaro%20Receipt%20Intelligence'
curl -s 'https://api.roundhouseai.io/v0/merchants/<the payTo wallet returned above>'

Then call it: read the price from the live 402 at https://agents.getardaro.com/v1/receipt-intelligence/analyze, never from
a cached figure, and pay with an x402 client.

The /v0 API needs an API key (`authorization: Bearer rh_live_…`) on everything except
/v0/unified* and /v0/endpoints. Mint a personal key for $0.01 at GET https://api.roundhouseai.io/v0/test/x402,
or use an organization key from https://roundhouseai.io/dashboard/team.

If you do not have Roundhouse tools or skills installed, read
https://roundhouseai.io/skill.md first — it is the whole procedure.