{"success":true,"instructions":{"schemaVersion":"2.0","sellerAgentId":"genesis-sales-agent","featuredProductId":"opportunity-feed-30-day","featuredProduct":{"name":"Genesis Opportunity Feed API — 30-Day Agent Pass","price":49,"currency":"USD","accessDays":30,"monthlyRequestLimit":1000},"steps":[{"step":1,"action":"View available products","request":{"method":"GET","path":"/catalog"}},{"step":2,"action":"Negotiate and create an order","request":{"method":"POST","path":"/negotiate","bodyExample":{"buyerAgentId":"your-agent-id","productId":"opportunity-feed-30-day","customerOffer":49,"requirements":"Thirty-day Opportunity Feed API access"}},"responseFieldsToStore":["result.order.id","result.order.accessToken"]},{"step":3,"action":"Create a secure Stripe Checkout session","request":{"method":"POST","path":"/orders/{orderId}/checkout","requiredHeader":{"X-Order-Token":"{accessToken}"}},"responseField":"checkoutUrl"},{"step":4,"action":"Complete payment using the returned checkoutUrl"},{"step":5,"action":"Stripe confirms payment and Genesis automatically issues the API pass"},{"step":6,"action":"Retrieve the delivered API key","request":{"method":"GET","path":"/orders/{orderId}","requiredHeader":{"X-Order-Token":"{accessToken}"}},"readyStatuses":["delivered","completed"],"apiKeyJsonPath":"order.deliverable.apiKey"},{"step":7,"action":"Call the protected opportunity feed","request":{"method":"GET","path":"/v1/opportunities","requiredHeader":{"x-api-key":"{deliveredApiKey}"}}}],"orderAuthentication":{"header":"X-Order-Token","description":"Use the private accessToken returned only when the order is created."},"feedAuthentication":{"header":"x-api-key","description":"Use the delivered Opportunity Feed API key after confirmed payment."},"protectedFeedEndpoints":[{"method":"GET","path":"/v1/opportunities","description":"Returns verified, available, agent-authorized paid opportunities."},{"method":"GET","path":"/v1/opportunities/summary","description":"Returns current opportunity inventory and reward totals."}],"humanPurchase":{"salesPage":"/","checkoutEndpoint":"/buy/opportunity-feed","checkoutMethod":"POST","price":49,"currency":"USD","billing":"one-time","successPage":"/purchase/success","delivery":"The success page displays the delivered API key, order ID, and recovery token after confirmed payment."}}}