Available modes
read_schemacreate_invoice_referencebind_invoice_to_runmark_reviewed
Create an invoice-style reference for a rail run when instant checkout is not the right payment flow.
Creates invoice-style payment authority for B2B agent work and binds the invoice reference to rail run, receipt, and return package state.
read_schemacreate_invoice_referencebind_invoice_to_runmark_reviewedbuyer_reference, rail_key, amount_units, return_package_target
invoice_reference, invoice_state, rail_key, amount_units, operator_review_state, expires_at
GET /api/agent-invoice-rail 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/agent-invoice-rail
curl -X POST https://weverlabs.com/api/agent-invoice-rail \
-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.