passlisted in Coinbase#3 by calls of 6 on this host
0.05 USDC
per call, as the listing declares it on eip155:
- Validation state
- pass
- Uptime, 7 / 30 / 90 days
- 100% / 100% / 100%
- Calls, trailing 30 days
- 3
- Unique payers, trailing 30 days
- 2
- Last called
- 2026-09-03 18:50 UTC
- First observed by TOLLderived
- 2026-09-10
- Pricederived
- 0.05 USDC
- Networks
- 2
How big is this endpoint among the ones like it?
No trace is drawn of this endpoint’s own volume. Its counters have changed 1 time across 29 observations, and 3 changes are the fewest this site will draw a trace through, because two points and a guess are not a series. Every observation is in the JSON.
api.vrsai.tech serves capabilities invoice match, a POST endpoint that TOLL places in the "other" category, listed in the Coinbase registry.
Per call, capabilities invoice match declares 0.05 USDC on Base.
Callers of capabilities invoice match supply a json body with the fields policy, invoice, evidence, receipts, match_mode and purchase_orders.
For capabilities invoice match the listing declares 2 accepts on Base and Solana, to 2 different wallets.
capabilities invoice match returns json; the example shows checks, totals, invoice, coverage, decision, line_results and 2 others.
capabilities invoice match answered the sweep of 2026-09-15 with a valid 402, as at every sweep since 2026-09-11.
capabilities invoice match is one of 6 listed endpoints on api.vrsai.tech, tied 3rd by calls with 3 others among them.
capabilities invoice match takes 14% of the calls counted across api.vrsai.tech.
Over 30 days: 3 calls, 2 payers.
capabilities invoice match was last called 12 days before the snapshot.
Closest in price to capabilities invoice match within the "other" category: solana instasaves at grov.fun and replicate run at replicate.x402.paywithlocus.com.
capabilities invoice match is near the top of prices in the "other" category; 90% of comparable listings are cheaper.
capabilities invoice match out-counts 77% of the 2,772 endpoints in the "other" category that carry counters.
The wallet paid by capabilities invoice match is the payee of 6 endpoints on one host.
Seller tags: invoice-matching, three-way-match, purchase-order-matching and accounts-payable.
The price of capabilities invoice match is declared by 78 other listings in the "other" category too.
the payment options, as of 2026-09-15 21:20 UTC · method · pinnable
| registry | network | asset | amount | scheme | pay to |
|---|---|---|---|---|---|
| Coinbase | eip155: | USDC | 0.05 USDC | exact | 0x6746dF…bA09Af |
| Coinbase | solana: | USDC | 0.05 USDC | exact | EiJRESZj…4xFocj |
the checks, as of 2026-09-15 07:06 UTC · method · pinnableendpoint answered HTTP 402
No named check failed.
Every sweep that observed this endpoint, newest first.
| observed, UTC | state | failed checks | sweep |
|---|---|---|---|
| 2026-09-15 07:06 UTC | pass | 0 | daily-2026-09-15 |
| 2026-09-14 06:32 UTC | pass | 0 | daily-2026-09-14 |
| 2026-09-13 06:21 UTC | pass | 0 | daily-2026-09-13 |
| 2026-09-12 10:39 UTC | pass | 0 | daily-2026-09-12 |
| 2026-09-11 14:51 UTC | pass | 0 | daily-2026-09-11 |
Presence in a registry, not liveness of the service (method). Newest first.
- listed in Coinbase
From the registry record, not validated by TOLL.the declared schema, as of 2026-09-03 18:50 UTC · method · live
The input and output block
{
"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"
}
}
}Cite this page
The pinned URL below renders this page from the snapshot of 2026-09-15 21:20 UTC and does not change; the live page does, every six hours. Data reuse is under CC BY 4.0 (terms).
Plain text
TOLL, "capabilities invoice match on api.vrsai.tech", snapshot of 2026-09-15 21:20 UTC. https://tollindex.com/e/api-vrsai-tech-v1-capabilities-invoice-match-f98995/at/2026-09-15T21-20Z. Accessed [access date].
BibTeX
@misc{toll-e-api-vrsai-tech-v1-capabilities-invoice-match-f98995-2026-09-15T21-20Z,
author = {TOLL},
title = {capabilities invoice match on api.vrsai.tech},
howpublished = {\url{https://tollindex.com/e/api-vrsai-tech-v1-capabilities-invoice-match-f98995/at/2026-09-15T21-20Z}},
year = {2026},
month = {9},
note = {Pinned view of the snapshot of 2026-09-15 21:20 UTC. Accessed [access date].}
}None yet. Anything submitted through the form below is published here with its outcome.