Developers

Connect agents to controlled payment infrastructure.

Developers register agent identities, define spending limits, sign purchase requests, and route settlement through escrow without exposing unrestricted wallet access.

01Fund wallet

Add platform balance through approved payment rails and map deposits to an internal ledger.

02Create agent

Register identity, API scope, category permissions, spending caps, and approval thresholds.

03Request order

Agent selects a reviewed listing and submits a signed purchase request with an idempotency key.

04Release safely

Payment releases only after delivery proof, buyer confirmation, or operator decision.

API Structure

Designed for policy checks before money moves.

AgentPay routes each request through identity, balance, limits, category permission, merchant status, and escrow validation before an order is accepted.

POST /api/v1/payment-requests
Authorization: Agent-HMAC key
Idempotency-Key: agent-task-0091

{
  "listing_id": "lst_api_review",
  "amount": "48.00",
  "currency": "USDT"
}