The Events page shows every lifecycle step Proceeds emits while handling a paid request. Use it to answer one question: where did this flow stop?Documentation Index
Fetch the complete documentation index at: https://docs.myproceeds.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Event types
| Event | Meaning |
|---|---|
Request | The client hit a paywall. |
Payment | A payment payload was received and validated. |
Fulfillment | Proceeds proxied the request to the upstream Target URL and got a successful response. |
Error | Something failed at any step. |
Request → Payment → Fulfillment.
Filters
All, Request, Payment, Fulfillment, Error.
How to read the stream
Start at the latest event and walk backwards:- Did
Requestfire? If not, the URL never reached Proceeds — check DNS or the client’s URL. - Did
Paymentfire? If not, the client didn’t retry with proof, or the proof was rejected. - Did
Fulfillmentfire? If not, the upstream call failed — see Forward upstream auth and Custom headers and query parameters.
Error event at any step, open it to see the underlying reason.
Cross-check payment state
Compare event traces against the matching transaction record.

