vrsai

Match a supplier invoice against purchase orders, cumulative receipts, prior invoicing, and tolerance policy before payment approval.

TradingLiveeip155:8453Exactvia cdp
Invoice-matchingThree-way-matchPurchase-order-matchingAccounts-payableOverbilling
Calls · 30d
2→ 0%
This endpoint's own trailing-30-day call count, as published by the upstream catalog and snapshotted daily. 3 snapshots so far.
$3.41
Verified settled volume
34 settlements proven x402 by their on-chain EIP-3009 marker.
$0.050
Listed price
As published in the catalog. Always read the live 402 before paying.
2
Calls · 30d
Upstream's own call count for this endpoint, not ours.
1
Unique payers · 30d
Last called 2026-08-23 23:42Z
—
Upstream on-chain volume
Reported by the source catalog.
Paid to
0x6746dFF7bDB1ED4940DBe50024795AD97CbA09Af

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.05USDC≈ $0.05 USD
on Base · exact scheme

Pay 0.05 USDC on Base to 0x6746…A09Af. The signed payment is good for 1 minute.

USD Coin contract
0x8335…02913
Payment window
1 minute
As published
50000 smallest units
The catalog’s raw entry
[
  {
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "extra": {
      "name": "USD Coin",
      "vrsai": {
        "capabilityId": "invoice_match",
        "capabilityVersion": "1.0.0",
        "requestFingerprint": "v1:e6949a8225a68abfb809ba6e337c9fc1f360c3cc861e7a1cce7d8a6a88d8dddf",
        "commercialTermsDigest": "v1:228044c1727824f78069004d309791af7b07d2f999b3bcc385072eee579894a3",
        "commercialTermsRevision": "invoice-match-r2"
      },
      "version": "2"
    },
    "payTo": "0x6746dFF7bDB1ED4940DBe50024795AD97CbA09Af",
    "amount": "50000",
    "scheme": "exact",
    "network": "eip155:8453",
    "maxTimeoutSeconds": 60
  }
]

Extensions

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "policy": {
            "unit_price_tolerance_bps": 200
          },
          "invoice": {
            "id": "inv_internal_883",
            "lines": [
              {
                "id": "line_1",
                "quantity": "10",
                "po_line_id": "10",
                "line_net_minor": "42000",
                "unit_of_measure": "EA",
                "unit_price_minor": "4200",
                "purchase_order_id": "PO-1001",
                "price_basis_quantity": "1"
              }
            ],
            "currency": "EUR",
            "supplier_id": "supplier_123",
            "total_minor": "42000",
            "invoice_number": "INV-883",
            "subtotal_minor": "42000"
          },
          "evidence": {
            "receipts_complete": true,
            "prior_invoicing_complete": true
          },
          "receipts": [
            {
              "id": "GR-55",
              "po_line_id": "10",
              "purchase_order_id": "PO-1001",
              "received_quantity": "10"
            }
          ],
          "match_mode": "three_way",
          "purchase_orders": [
            {
              "id": "PO-1001",
              "lines": [
                {
                  "id": "10",
                  "unit_of_measure": "EA",
                  "ordered_quantity": "10",
                  "unit_price_minor": "4000",
                  "price_basis_quantity": "1",
                  "previously_invoiced_quantity": "0"
                }
              ],
              "currency": "EUR",
              "supplier_id": "supplier_123"
            }
          ]
        },
        "type": "http",
        "method": "POST",
        "bodyType": "json"
      },
      "output": {
        "type": "json",
        "example": {
          "checks": [
            {
              "id": "duplicate_invoice_number",
              "status": "PASS",
              "evidence": {
                "duplicate_scope": "supplier_id+invoice_number",
                "duplicate_history_supplied": false
              }
            },
            {
              "id": "prior_invoicing_evidence",
              "status": "PASS"
            },
            {
              "id": "receipt_evidence_snapshot",
              "status": "PASS"
            },
            {
              "id": "invoice_subtotal_arithmetic",
              "status": "PASS",
              "evidence": {
                "computed_subtotal_minor": "42000",
                "declared_subtotal_minor": "42000"
              }
            },
            {
              "id": "invoice_total_arithmetic",
              "status": "PASS",
              "evidence": {
                "computed_total_minor": "42000",
                "declared_total_minor": "42000"
              }
            },
            {
              "id": "invoice_line_po_resolution",
              "status": "PASS",
              "invoice_line_id": "line_1"
            },
            {
              "id": "currency_match",
              "status": "PASS",
              "purchase_order_id": "PO-1001"
            },
            {
              "id": "supplier_match",
              "status": "PASS",
              "purchase_order_id": "PO-1001"
            },
            {
              "id": "unit_of_measure_match",
              "status": "PASS",
              "evidence": {
                "po_unit_of_measure": "EA",
                "invoice_unit_of_measure": "EA"
              },
              "po_line_id": "10",
              "invoice_line_id": "line_1",
              "purchase_order_id": "PO-1001"
            },
            {
              "id": "price_basis_match",
              "status": "PASS",
              "po_line_id": "10",
              "invoice_line_id": "line_1",
              "purchase_order_id": "PO-1001"
            },
            {
              "id": "cumulative_quantity_vs_ordered",
              "status": "PASS",
              "po_line_id": "10",
              "purchase_order_id": "PO-1001"
            },
            {
              "id": "cumulative_quantity_vs_received",
              "status": "PASS",
              "evidence": {
                "cumulative_invoiced": "10",
                "cumulative_received": "10"
              },
              "po_line_id": "10",
              "purchase_order_id": "PO-1001"
            },
            {
              "id": "unit_price_tolerance",
              "status": "BLOCK",
              "evidence": {
                "tolerance_bps": 200,
                "po_unit_price_minor": "4000",
                "invoice_unit_price_minor": "4200"
              },
              "po_line_id": "10",
              "reason_code": "UNIT_PRICE_OUTSIDE_TOLERANCE",
              "invoice_line_id": "line_1",
              "purchase_order_id": "PO-1001"
            },
            {
              "id": "line_total_arithmetic",
              "status": "PASS",
              "po_line_id": "10",
              "invoice_line_id": "line_1",
              "purchase_order_id": "PO-1001"
            }
          ],
          "totals": {
            "computed_total_minor": "42000",
            "declared_total_minor": "42000",
            "computed_subtotal_minor": "42000",
            "declared_subtotal_minor": "42000"
          },
          "invoice": {
            "id": "inv_internal_883",
            "currency": "EUR",
            "supplier_id": "supplier_123",
            "invoice_number": "INV-883",
            "lines_evaluated": 1,
            "purchase_orders_referenced": [
              "PO-1001"
            ]
          },
          "coverage": {
            "evidence": {
              "receipts_complete": true,
              "prior_invoicing_complete": true,
              "duplicate_history_supplied": false
            },
            "match_mode": "three_way",
            "checks_performed": [
              "duplicate_invoice_number",
              "invoice_line_po_resolution",
              "currency_and_supplier_match",
              "unit_of_measure_and_price_basis",
              "cumulative_quantity_vs_ordered",
              "cumulative_quantity_vs_received",
              "unit_price_tolerance",
              "line_total_arithmetic",
              "invoice_subtotal_arithmetic",
              "invoice_total_arithmetic"
            ],
            "checks_not_performed": [
              "document_authenticity_verification",
              "ocr_or_pdf_extraction",
              "product_description_or_sku_fuzzy_matching",
              "erp_or_wms_retrieval",
              "supplier_identity_verification",
              "tax_determination",
              "fx_conversion",
              "uom_conversion",
              "payment_execution",
              "accounting_posting",
              "invoice_line_multi_po_allocation",
              "credit_note_processing"
            ],
            "complete_for_declared_scope": true
          },
          "decision": "BLOCK",
          "line_results": [
            {
              "units": {
                "po_unit_of_measure": "EA",
                "invoice_unit_of_measure": "EA",
                "po_price_basis_quantity": "1",
                "invoice_price_basis_quantity": "1"
              },
              "pricing": {
                "tolerance_bps": 200,
                "po_unit_price_minor": "4000",
                "absolute_delta_minor": "200",
                "invoice_unit_price_minor": "4200"
              },
              "decision": "BLOCK",
              "quantity": {
                "ordered": "10",
                "current_invoiced": "10",
                "cumulative_invoiced": "10",
                "cumulative_received": "10",
                "previously_invoiced": "0",
                "remaining_order_after_current": "0",
                "remaining_received_after_current": "0"
              },
              "po_line_id": "10",
              "reason_codes": [
                "UNIT_PRICE_OUTSIDE_TOLERANCE"
              ],
              "invoice_line_id": "line_1",
              "purchase_order_id": "PO-1001"
            }
          ],
          "reason_codes": [
            "UNIT_PRICE_OUTSIDE_TOLERANCE"
          ],
          "machine_action": "DO_NOT_APPROVE",
          "ruleset_version": "1.0.0",
          "input_fingerprint": "v1:2c0e0b727e0602244be927bc4215abff15a0323e44cc73ebe781b9860aabf71d"
        }
      }
    },
    "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"
            },
            "type": {
              "type": "string",
              "const": "http"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "bodyType": {
              "enum": [
                "json",
                "form-data",
                "text"
              ],
              "type": "string"
            }
          },
          "additionalProperties": false
        },
        "output": {
          "type": "object",
          "required": [
            "type"
          ],
          "properties": {
            "type": {
              "type": "string"
            },
            "example": {
              "type": "object"
            }
          }
        }
      }
    }
  },
  "offer-receipt": {
    "info": {
      "offers": [
        {
          "format": "jws",
          "signature": "eyJhbGciOiJFUzI1NiIsImtpZCI6ImRpZDp3ZWI6dnJzYWkudGVjaCNwcm9kdWN0aW9uLTIwMjYtMDgtMTkifQ.eyJhbW91bnQiOiI1MDAwMCIsImFzc2V0IjoiMHg4MzM1ODlmQ0Q2ZURiNkUwOGY0YzdDMzJENGY3MWI1NGJkQTAyOTEzIiwibmV0d29yayI6ImVpcDE1NTo4NDUzIiwicGF5VG8iOiIweDY3NDZkRkY3YkRCMUVENDk0MERCZTUwMDI0Nzk1QUQ5N0NiQTA5QWYiLCJyZXNvdXJjZVVybCI6Imh0dHBzOi8vYXBpLnZyc2FpLnRlY2gvdjEvY2FwYWJpbGl0aWVzL2ludm9pY2VfbWF0Y2gvdmVyc2lvbnMvMS4wLjAvZXhlY3V0ZSIsInNjaGVtZSI6ImV4YWN0IiwidmFsaWRVbnRpbCI6MTc4NzUyODU5OSwidmVyc2lvbiI6MX0.XYxk_zU7DaO7mQ5tP43oXMFEI65DS2YSuFsBiDIsAJxQF-rEiv0Ob1GbNtTzKrbrz8L_V3TfzBFOwelXS06Cig",
          "acceptIndex": 0
        }
      ]
    },
    "schema": {
      "type": "object",
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "required": [
        "offers"
      ],
      "properties": {
        "offers": {
          "type": "array",
          "items": {
            "type": "object",
            "required": [
              "format",
              "signature"
            ],
            "properties": {
              "format": {
                "type": "string"
              },
              "payload": {
                "type": "object",
                "required": [
                  "version",
                  "resourceUrl",
                  "scheme",
                  "network",
                  "asset",
                  "payTo",
                  "amount"
                ],
                "properties": {
                  "asset": {
                    "type": "string"
                  },
                  "payTo": {
                    "type": "string"
                  },
                  "amount": {
                    "type": "string"
                  },
                  "scheme": {
                    "type": "string"
                  },
                  "network": {
                    "type": "string"
                  },
                  "version": {
                    "type": "integer"
                  },
                  "validUntil": {
                    "type": "integer"
                  },
                  "resourceUrl": {
                    "type": "string"
                  }
                }
              },
              "signature": {
                "type": "string"
              },
              "acceptIndex": {
                "type": "integer"
              }
            }
          }
        }
      }
    }
  },
  "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-08-23 23:42Z
Last indexed by Roundhouse
2026-08-27 06:40Z
Last enriched (probe, favicon, geo)
2026-09-24 00:45Z
x402 version
2
Max timeout
60s
Liveness probe
HTTP 404
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. 3 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 vrsai 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=vrsai'
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://api.vrsai.tech/v1/capabilities/invoice_match/versions/1.0.0/execute, 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.