AgentPay Sandbox is Live

Test your AI agent's
payment logic safely.

The Generative Pay Gateway (GPG) provides a reliable, low-cost sandbox environment. Verify that your agent can handle x402 challenges and Stripe MPP before deploying to expensive production APIs.

sandbox.groupigo.com/v1/test-x402
curl -X GET https://sandbox.groupigo.com/v1/test-x402 \
  -H "Authorization: Bearer agent_xyz..."

# Response (After successful M2M settlement)
{
  "status": "success",
  "agent_wallet_address": "0x71C...9A4",
  "transaction_hash": "0xabc123def456...",
  "protocol_used": "x402",
  "network": "base-mainnet",
  "latency_ms": 2104,
  "message": "GPG: Agent wallet is fully configured."
}

Built for the Agent Economy

Everything you need to ensure your AI agents can transact autonomously without risking your production treasury.

x402 Crypto Routing

Test HTTP 402 Payment Required challenges using Base or Solana. Costs as little as $0.001 to run a full settlement test.

Stripe MPP Support

Fully compatible with Stripe's new Machine Payments Protocol (2026-03-04 API). Test Shared Payment Tokens seamlessly.

Diagnostic Logs

Receive clear, structured JSON feedback confirming the agent's wallet address, the transaction hash, and total latency.