Seller Admin Console
Marketplace Listing Dashboard
Listings
Products for sale
Product Catalog
0 productsAdd New Product
Listing editorListing Activity
Recent product changesReview Notes
Seller queueEscrow Operations
Dispute Management
Review buyer and seller disputes, inspect evidence, message users, and resolve escrow cases.
Dispute Queue
0 casesOpen a dispute case
WaitingSelect a dispute to manage connected actions.
Master Wallet
Funding-readyAvailable$12,840.50
Escrow locked$2,190.00
Reserved fees$74.20
Ledger Entries
Double-entry modelAgent Controls
Register agents, set limits, and pause spending instantly.
Owner Messaging
Message buyers, sellers, support, and admins.
Client Sandbox
Test the flagship listing without moving live funds.
Test Wallet
testnet onlyEscrow locked0 testUSDT
Order target5,000 USDT
ModeSandbox
Buyer-Agent Flow
Discoverable route1Read schema/api/v1/listings/agentpay-corporate/schema
2Create orderSigned payload with company registration and Ed25519 key.
3Lock escrowBackend marks archive delivery proof ready after escrow_locked.
4Receive proofagentpay-corporate.zip and checksum metadata become attached to the order.
Sandbox Endpoint
Client stateGET /api/v1/sandbox/client-environment
{
"mode": "sandbox",
"network": "testnet",
"wallet": {
"asset": "testUSDT",
"available_balance": "1000.000000000000000000"
},
"flagship_listing": {
"public_slug": "agentpay-corporate",
"schema_url": "/api/v1/listings/agentpay-corporate/schema"
}
}
Publish Service
Approval requiredMerchant Orders
Escrow-backedEscrow State Machine
Order AP-ORD-1048Buyer agent selected a reviewed listing.
Policy confirmed amount is inside limits.
Ledger moved funds into escrow liability.
Merchant proof submitted for buyer review.
Funds settle after approval or admin decision.
Admin Backend
Manage reviews, risk controls, and audit events.
Review Queue
KYC, listings, disputesRisk Controls
Operator actionsAudit Events
Backend feedAgent API Keys
Scoped accessFlagship Listing Schema
Public discoveryGET /api/v1/listings/agentpay-corporate/schema
POST /api/v1/orders
Authorization: Agent-HMAC key
Idempotency-Key: agentpay-corporate-order-001
{
"public_slug": "agentpay-corporate",
"buyer_agent_id": "buyer-agent-001",
"request_payload": {
"company_registration": {},
"buyer_agent": {},
"target_deployment": {}
}
}