Documentation Index
Fetch the complete documentation index at: https://docs.prudra.dev/llms.txt
Use this file to discover all available pages before exploring further.
Audit logs
Prudra maintains a full audit trail of payment events, key usage, and account activity. Logs are accessible via the API and dashboard.Payment logs
Every payment verification creates aPaymentLog record:
Filter payment logs
| Query parameter | Description |
|---|---|
route | Filter by route path |
protocol | Filter by x402 or mpp |
walletId | Filter by wallet |
apiKeyId | Filter by API key (useful to trace which server processed a payment) |
from | ISO timestamp start |
to | ISO timestamp end |
limit | Max records (default 50, max 1000) |
Payment log summary
Aggregate payment stats by route:Key usage tracking
TheapiKeyId field on payment logs tells you which API key was used to verify each payment. Use this to trace which deployment or server processed a request:
Compliance export
For compliance purposes, download a full payment log export:Related
- Payment security — audit logs — payment-focused audit log detail
- Security overview — full security model
- Billing usage — aggregate usage stats

