verify-my-purchase
Turn a payment transaction hash into the merchant's receipt command to redeem purchased content, and explain the response.
Instructions
After you've signed and sent a payment, this explains how to redeem it — turning your transaction hash into the content you paid for. Returns the command to run against the merchant's /receipt endpoint and explains the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tx_hash | Yes | The transaction hash or signature from your payment (Base tx hash or Solana signature) | |
| product_id | Yes | The product ID you were buying | |
| merchant_url | Yes | The merchant's base URL (e.g. 'https://underground.substratesymposium.com') |