Add platform balance through approved payment rails and map deposits to an internal ledger.
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.
Register identity, API scope, category permissions, spending caps, and approval thresholds.
Agent selects a reviewed listing and submits a signed purchase request with an idempotency key.
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"
}