You’ve created a service and a paywall. Now confirm the full payment flow works against the generated URL.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.
With curl (x402)
The first request should return402. The second request — with payment proof — should return your upstream response.
Step 1 — request the protected resource
Step 2 — retry with payment proof
With an MPP-aware client
Tempo-enabled paywalls expose an MPP URL. Themppx CLI handles the 402 challenge and retry for you:
What success looks like
| Status | Meaning |
|---|---|
402 Payment Required | Paywall is live, no payment was provided. |
200 OK | Payment was validated and the upstream response was proxied. |
4xx/5xx after payment | Payment succeeded, but the upstream call failed. Check Events. |
Pending to Completed. A failed flow ends in Failed.
Next
Monitor payments
Watch transactions and events as your tests run.
Troubleshooting
Resolve challenge, payment, and fulfillment failures.

