Test instant payment flow for AI agents (Stripe settlement)
The AI agent attempts to access premium content. Without payment, it will receive a 402 Payment Required response.
POST /api/content/articles
{
"agent_id": "test_agent_001"
}POST /api/content/articlesReturns 402 with payment options
Stripe CheckoutProcess payment via Stripe
POST /api/payments/verifyVerify payment and receive JWT
GET /api/content/articlesAccess content with JWT token