Get receipt details
get_receiptFetch full delivery receipt details for x402 payments on Solana. Look up by receipt ID or payment reference to get digests, outcome, amount, buyer, seller, and timestamp.
Instructions
Fetch full receipt details: digests, checks, outcome, amount, buyer, seller, timestamp, PDA. Look up by receipt_id, or by x402_payment_ref (always works — the receipt lives on-chain). Read-only, no cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| receipt_id | No | Receipt id, e.g. r_abcdef1234567890 | |
| payment_ref | No | x402_payment_ref of the transaction (use this if receipt_id unknown; resolved on-chain) |