The Transactions page lists every payment attempt against every paywall in your account. Each row is one transaction; transactions move through state as Proceeds validates the payment and proxies the request.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.
States
| State | Meaning |
|---|---|
Pending | Payment attempt exists but is not yet validated and proxied. |
Completed | Payment was validated and the protected request was proxied successfully. |
Failed | Payment or fulfillment failed. |
Pending → Completed.
Filters
All, Pending, Completed, Failed.
Columns
| Column | Meaning |
|---|---|
| Date | When the payment attempt was created |
| Status | Current transaction state |
| From | Paying account |
| Paywall | Which paywall the attempt was for |
| Transaction | On-chain or rail-specific identifier |
| Amount | USDC amount |
Common tasks
- Find a stuck payment: filter to
Pendingand check the matching event stream in Events. - Reconcile revenue: filter to
Completedand group by paywall. - Debug a failure: filter to
Failedand inspect the matching events for the step that failed.
Trace lifecycle steps
Events show every step of a request, not just the payment outcome.

