Verify payment receipt
receipt_verifyVerify x402 USDC payment receipts on Injective EVM: reads transaction via RPC, decodes USDC transfer, and returns block time, amount, payer, and payee with an explorer link.
Instructions
Verify an x402 USDC payment receipt on Injective EVM: reads the tx over RPC, decodes the USDC transfer, and returns block time, amount, payer and payee with an explorer link. Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txHash | Yes | The receipt transaction hash to verify. | |
| network | No | CAIP-2 network (default eip155:1776 mainnet). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| asset | Yes | ||
| payee | Yes | ||
| payer | Yes | ||
| status | Yes | ||
| txHash | Yes | ||
| network | Yes | ||
| block_time | Yes | ||
| amount_usdc | Yes | ||
| block_number | Yes | ||
| explorer_url | Yes |