Seller Admin Console

Marketplace Listing Dashboard

Add, edit, delete, discount, publish, pause, and manage all products listed for sale.

View Public Store

Listings

Products for sale

Product Catalog

0 products

Add New Product

Listing editor

Products save through the protected backend listing API.

Listing Activity

Recent product changes

Review Notes

Seller queue

Escrow Operations

Dispute Management

Review buyer and seller disputes, inspect evidence, message users, and resolve escrow cases.

Dispute Queue

0 cases

Open a dispute case

Waiting

Select a dispute to manage connected actions.

Master Wallet

Funding-ready
$15,030.50

Available$12,840.50

Escrow locked$2,190.00

Reserved fees$74.20

Sandbox Testnet 1,000.000000000000000000 test USDT Sandbox wallet credit for buyer-agent purchase testing only.

Ledger Entries

Double-entry model

Agent Controls

Register agents, set limits, and pause spending instantly.

Owner Messaging

Message buyers, sellers, support, and admins.

Users

Recipients

Conversation

Select a user

Internal in-app messaging is stored through the backend message routes.

Client Sandbox

Test the flagship listing without moving live funds.

Test Wallet

testnet only
1,000 testUSDT

Escrow locked0 testUSDT

Order target5,000 USDT

ModeSandbox

Buyer-Agent Flow

Discoverable route

1Read 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 state
GET /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 required

Draft not submitted.

Merchant Orders

Escrow-backed

Escrow State Machine

Order AP-ORD-1048
1Created

Buyer agent selected a reviewed listing.

2Approved

Policy confirmed amount is inside limits.

3Locked

Ledger moved funds into escrow liability.

4Delivery

Merchant proof submitted for buyer review.

5Release

Funds settle after approval or admin decision.

Admin Backend

Manage reviews, risk controls, and audit events.

Review Queue

KYC, listings, disputes

Risk Controls

Operator actions

Audit Events

Backend feed

Agent API Keys

Scoped access

Flagship Listing Schema

Public discovery
GET /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": {}
  }
}

Create Listing

This private beta console action is connected to the operational AgentPay backend where the related route is available.