Available modes
read_schemainspect_x402_proofissue_challengeevaluate_challenge
Accept x402-style payment authority references, bind them to a requested rail, and return unlock, receipt, and proof fields.
Agents submit x402-style payment authority fields, receive a challenge and binding hash, and use the returned state to unlock the requested rail when the authority is accepted.
read_schemainspect_x402_proofissue_challengeevaluate_challengepayment_header, resource, rail_key
challenge_id, proof_state, rail_unlock_state, replay_protection_hint, binding_hash, reason
GET /api/x402-payment-gateway returns the schema, operating boundary, payment access fields, and a sample object. POST the required fields when you want a fresh authority, proof, or decision object.
curl https://weverlabs.com/api/x402-payment-gateway
curl -X POST https://weverlabs.com/api/x402-payment-gateway \
-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.