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.
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."
}