FETCH402
← Protocol index

Resource / 13352

unknown

Unnamed resource.

Verify counterparty name, invoice registration number, and corporate number before AI-agent payment. Format check and name match only. No tax or legal advice.

Eligibility
unprobeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 1 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 20000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0x60c402878EfcEcAe5733A88075328Aa2320C39BE

All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.

Probe evidence 0 recent

No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.

Machine contract

Schemas.

InputJSON
{
  "body": {
    "amount": "0.02",
    "api_provider_name": "Example Vendor Inc.",
    "corporate_number": "1234567890123",
    "counterparty_name": "Example Vendor Inc.",
    "invoice_registration_number": "T1234567890123",
    "payment_asset": "USDC",
    "payment_purpose": "AI API usage fee",
    "wallet_address": "0x0000000000000000000000000000000000000000"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}
OutputJSON
{
  "example": {
    "corporate_number_format_valid": true,
    "counterparty_check_status": "ok",
    "invoice_number_format_valid": true,
    "name_match_status": "match",
    "recommended_next_step": "proceed_to_payment",
    "requires_human_review": false,
    "wallet_match_status": "format_valid"
  },
  "type": "json"
}