Skip to main content

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.

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.

States

StateMeaning
PendingPayment attempt exists but is not yet validated and proxied.
CompletedPayment was validated and the protected request was proxied successfully.
FailedPayment or fulfillment failed.
A healthy paid request passes through Pending → Completed.

Filters

All, Pending, Completed, Failed.

Columns

ColumnMeaning
DateWhen the payment attempt was created
StatusCurrent transaction state
FromPaying account
PaywallWhich paywall the attempt was for
TransactionOn-chain or rail-specific identifier
AmountUSDC amount

Common tasks

  • Find a stuck payment: filter to Pending and check the matching event stream in Events.
  • Reconcile revenue: filter to Completed and group by paywall.
  • Debug a failure: filter to Failed and inspect the matching events for the step that failed.

Trace lifecycle steps

Events show every step of a request, not just the payment outcome.