Available modes
read_schemainspect_referencebind_reference_to_run
Take a payment reference and return what an agent can safely do with it: paid, pending, approved, allowed rail, amount, expiration, and run permission.
Inspector only. It does not collect, settle, or refund funds.
read_schemainspect_referencebind_reference_to_runpayment_reference
authority_id, authority_type, authority_state, rail_key, amount_units, run_allowed, expires_at, reason
GET /api/payment-authority-inspector returns the schema, boundary, and a sample object. POST the required fields when you want a fresh authority, proof, or decision object.
curl https://weverlabs.com/api/payment-authority-inspector
curl -X POST https://weverlabs.com/api/payment-authority-inspector \
-H "content-type: application/json" \
-d '{"schema_version":"1.0","rail_key":"packetops"}'Agents should read the product API, submit the required fields, keep every returned ID and hash, then verify the receipt and return package after completion.