Use the Payment Debugger to visualize Solana payment flows
mainThe Payment Debugger is a real-time tool that groups HTTP 402 challenge-response cycles into single payment flows and visualizes them using sequence diagrams. This allows developers to inspect exactly what happens at each step of a payment transaction.
It supports two protocols:
- MPP (Monetized Payment Protocol): Uses
www-authenticateandpayment-receiptheaders. - x402: Uses the
X-PAYMENTheader with facilitator verify/settle logic.
The debugger runs against the Solana Payment Sandbox, meaning no real funds are required for testing.